/*
 * Projekt: MT Web & IT Service
 * Betreiber und Projektinhaber: Malcolm Toles
 * Website: https://mtoles.de
 * Individuelle Website-Fassung: Juli 2026
 *
 * Eingebundene Drittanbieter-Bibliotheken behalten ihre eigenen
 * Lizenz- und Urheberhinweise.
 */

/* ======= site font family ==========*/

:root{
    --blackc: #000;
    --whitec: #fff;
    --bgcolor: #163445;
    --brcolor: #fd5a0f;
    --paracolor: #333;
}
html,body{
    overflow-x: hidden;
}
/* defult css */
body{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    color: var(--paracolor);
}

h1,h2,h3,h4,h5,h6,h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{
    font-size: 22px;
    font-weight: 700;
    color: var(--bgcolor);
    line-height: 1.2;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
    padding: 0;
    margin-bottom: 10px;
    
}
h1{
    font-size: 30px;
}
h2{
    font-size: 22px;
}
h3{
    font-size: 16px;
}
h4{
    font-size: 15px;
}
h5{
    font-size: 15px;
}
h6{
    font-size: 15px;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{ 
    color:inherit;    
}
.btn-primary:focus,
select:focus,
textarea:focus,
input:focus{
   box-shadow: none !important;
	border: none;
}
textarea,
input{
	outline:none;
}
.btn:focus {
    text-decoration: none;
    outline: none;
	box-shadow: none;
}
input:focus,
button:focus{
	border-color:transparent;
	outline-color:transparent;
}
textarea:focus{
	border-color:transparent;
	outline-color:transparent;	
}
::-moz-placeholder {
    font-size: 16px;
}
::-webkit-input-placeholder {
    font-size: 16px;
}
:-ms-input-placeholder {
    font-size: 16px;
}
::placeholder {
    font-size: 16px;
}
a{
    font-size: 15px;
    font-weight: 500;
    text-decoration: none !important;
    color: var(--blackc);
    transition: .5s;
}
a:hover{
    color: var(--brcolor);
}
a:focus, 
a:hover {
    text-decoration: none;
	outline: none;
} 
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active{
  transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;	
}
p.form-messege{
    margin-top: 8px;
    color: var(--brcolor);
}
.witr_all_pd0{
    padding: 0;
}
/* highlight color css */
.highlight{
    color: var(--brcolor);
}
/*======== main menu area start ==========*/
.main_menu_area {
    padding: 0 0px 0 0;
    background-color: var(--bgcolor);
}
/* mobile menu */
.mobile_menu{
    display: none;
}
.mobile_logo_area{
    display: none;
}
.main_menu_area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: rgb(0 0 0 / 70%);
}
.main_menu_area .sticky_logo{
    display: none;
}
.main_menu_area.sticky .main_logo{
    display: none;
}
.main_menu_area.sticky .sticky_logo{
    display: block;
}
.main_menu_area.sticky .inner_main_nav_area >ul >li >a{
    color: var(--whitec);
}
.main_menu_area.sticky .inner_main_nav_area >ul >li >a:hover{
    color: var(--brcolor);
}
.main_menu_area.sticky .inner_main_nav_area >ul >li >a i{
    color: var(--whitec);
}
.main_menu_area.sticky .main_nav_btn a{
    color: var(--whitec);
}
.main_menu_area.sticky .main_nav_icons >i{
    color: var(--whitec);
}
.main_menu_area.sticky .main_nav_right_text h3,
.main_menu_area.sticky .main_nav_right_text h3 a{
    color: var(--whitec);
}
/* main nav area css */
.main_nav_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* absolute menu css */
.absolute_menu{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #00000024;
}
.absolute_menu .main_nav_area {
    justify-content: space-between;
}
/* landing menu css */
.landing_menu{
    justify-content: end;
}
.main_menu_all_item{
    align-items: center;
}
/* inner main nav area css */
.inner_main_nav_area ul{
    list-style: none;
    margin: 0;
    padding-right: 0;
}
.inner_main_nav_area >ul >li {
    display: inline-block;
    position: relative;
}
.inner_main_nav_area >ul >li >a {
    display: inline-block;
    margin: 35px 40px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--whitec);
}
.inner_main_nav_area >ul >li >a>i {
    font-size: 14px;
    font-weight: 700;
    color: var(--whitec);
}
.inner_main_nav_area >ul> li> a:hover{
    color: var(--brcolor);
}
.absolute_menu .inner_main_nav_area >ul >li >a{
    color: var(--whitec);
}
.absolute_menu .inner_main_nav_area >ul >li >a:hover{
    color: var(--brcolor);
}
/* main nav icons together */
.main_nav_right_together {
    display: flex;
    align-items: center;
}
/* main nav icons */
.main_nav_icons >i{
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 100%;
    text-align: center;
    background-color: var(--brcolor);
    color: var(--whitec);
    cursor: pointer;
    transition: .5s;
}
.main_nav_icons >i:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
/* nav icon popup css */
.nav_icon_popup {
    position: fixed;
    top: -110%;
    left: 0;
    background: #000000c2;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}
.nav_icon_popup.icon_popup {
    opacity: 1;
    visibility: visible;
    top: 0;
}
/* inner nav icon popup */
.inner_nav_icon_popup {
    width: 47%;
    margin: 0 auto;
    position: relative;
}
.inner_nav_icon_popup input{
    font-size: 30px;
    font-weight: 500;
    padding: 17px 40px 15px 15px;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: 0px 0px 30px 0px #dddddd45;
    background: var(--whitec);
    border-radius: 10px;
}
.inner_nav_icon_popup input::placeholder{
    font-size: 30px;
}
/* inner nav popup form icons css */
.inner_nav_popup_form_icons {
    position: absolute;
    top: 35%;
    right: 10px;
    transform: translateY(-50%);
}
.inner_nav_popup_btnicon{
    font-size: 40px;
    border: none;
    outline: none;
    background: none;
}
.inner_nav_popup_form_icons .inner_nav_popup_btnicon i{
    font-size: 30px;
    color: var(--blackc);
}
.inner_nav_icon_popup i{
    display: inline-block;
    color: var(--whitec);
    margin-top: 30px;
    font-size: 25px;
    cursor: pointer;
    transition: 1s;
}
/* main nav icon right */
.main_nav_icon_right{
    margin-left: 20px;
}
.main_nav_icon_right> i {
    display: inline-block;
    padding: 42px 42px;
    background: var(--brcolor);
    font-size: 25px;
    color: var(--whitec);
    cursor: pointer;
}
/* main nav icon right popup */
.main_nav_icon_right_popup {
    position: fixed;
    top: 0;
    right: -110%;
    width: 400px;
    height: 100%;
    background: var(--whitec);
    z-index: 999;
    padding: 150px 20px 30px;
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
    transition: 1.6s;
}
.main_nav_icon_right_popup.site_popup {
    right: 0;
    opacity: 1;
    visibility: visible;
}
.main_nav_icon_right_popup h2{
    font-size: 24px;
    color: var(--brcolor);
}
/* main nav right popup close */
.m_nav_rpi_close {
    text-align: end;
    margin: -85px 0 0;
}
.m_nav_rpi_close >i{
    display: inline-block;
    color: var(--blackc);
    font-size: 40px;
    cursor: pointer;
}
/* right popup nav */
.right_popup_nav {
    padding: 25px 0 0 0;
}
.right_popup_nav ul {
    list-style: none;
    padding-left: 0;
}
.right_popup_nav ul li{
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
}
.right_popup_nav ul li.r_nav_child_border{
    border-bottom: none;
}
.right_popup_nav ul li a{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--paracolor);
}
.right_popup_logo img {
    width: 100%;
}
/* right popup address */
.right_popup_address {
    padding: 45px 0 14px;
}
.right_popup_address h2 {
    font-size: 24px;
    margin-bottom: 30px;
}
.right_popup_address p{
    width: 85%;
}
.right_popup_inner_address p i{
    margin-right: 6px;
}
.right_popup_address h5 {
    background-color: var(--bgcolor);
    color: var(--whitec);
    padding: 18px 0 15px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    margin: 0;
}
/* year calender */
.ycalender_inner {
    width: 100%;
}
.ycalender_inner th {
    border: 1px solid var(--textcolor);
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
}
.ycalender_inner td {
    border: 1px solid var(--textcolor);
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 400;
}
.ycalender_inner td.active{
    background-color: var(--brcolor);
    color: var(--whitec);
}
/* drop down menu css */
.inner_main_nav_area ul li .sub_menu{
    position: absolute;
    top: 130%;
    left: 0;
    width: 240px;
    text-align: left;
    margin: 0;
    padding: 15px 5px 14px;
    z-index: 9999;
    box-shadow: 0 0 30px rgb(0 0 0 / 9%);
    background-color: var(--whitec);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_main_nav_area ul li .sub_menu li{
    position: relative;
}
.inner_main_nav_area ul li .sub_menu li a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: var(--bgcolor);
    padding: 6px 17px;
}
.inner_main_nav_area ul li .sub_menu li a:hover{
    color: var(--brcolor);
    margin-left: 5px;
}
.inner_main_nav_area >ul >li:hover .sub_menu{
    top: 100%;
    opacity: 1;
    visibility: visible;
}
.inner_main_nav_area .sub_menu >li > ul.sub_menu{
    top: 130%;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_main_nav_area ul li .sub_menu li:hover  ul.sub_menu{
    top: 0;
    opacity: 1;
    visibility: visible;
}
/*======== main menu area end ==========*/

/*======== mobile menu area start ==========*/
.mobile_logo_area{
    display:none !important;
}
.mobile_menu_logo a img {
    width: 100%;
}
.mean-container a.meanmenu-reveal {
    display: none !important;
}
.mean-container .mean-nav > ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}
.mean-container .mean-bar {
    background: #fff;
    padding: 0;
}
.mean-container .mean-nav ul li {
    border-top: 0px solid #ddd;
}
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li a {
    color: #444;
}
.mean-container .mean-nav ul li li a {
    border-top: 1px solid #ddd;
}
.mean-container .mean-nav ul li a:hover {
    color: #ff4a17;
}
.mobile_p {
    position: fixed;
    right: 0;
    width: 300px;
    padding: 80px 20px 0px;
    overflow-y: scroll;
    top: 0;
    height: 100%;
    z-index: 9999;
    display: block;
    transition: 0.5s all;
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
    transform: translateX(100%);
    background: #ffffff;
}
.tx-s-open {
    transform: translateX(0);
}
.mobile_p .tuetion_theme_widget > div.widget_block {
    padding: 0;
}
.mobile_p .tuetion_theme_widget > div {
    padding: 20px 0px 20px;
    box-shadow: none;
}
.mean-container .mean-nav ul li a {
    border: 0;	
    width: 100%;
    border-top: 1px solid #ddd;	
    font-size: 14px;
    padding: 12px 5px;
    font-weight: 500;
    display: block;
}
.mean-container .mean-nav ul li a.mean-expand {
    width: auto;
}
.mobile_opicon {
    text-align: right;
    padding: 4px 0;
}
.mean-container .mean-nav > ul > li:first-child > a {
    border-top: 0;
}
.mobilemenu_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.mobile_menu_o  i {
    font-size: 26px;
}
.mobile_menu_content .mobile_menu_logo {
    margin-bottom: 20px;
}
.mobile_cicon {
    position: absolute;
    right: 30px;
    top: 50px;
}
.mobile_overlay {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-out 0s;
}
.mobile_overlay.mactive {
    opacity: 1;
    visibility: visible;
}
/*======== mobile menu area end ==========*/

/*======== slider area start  ==========*/
/* inner slider area */
.inner_slider_area {
    height: 950px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex !important;
    align-items: center;
    position: relative;
}
.inner_slider_content {
    width: 60%;
    top: 9%;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.inner_slider_content h2{
    font-size: 80px;
    font-weight: 800;
    color: var(--whitec);
    margin: 0;
}
.inner_slider_content p {
    width: 60%;
    margin: 5px auto 10px;
    font-size: 18px;
    color: var(--whitec);
}
/* slider title area css */
.slider_title {
    right: 0;
    position: absolute;
    top: -80px;
    left: 0;
    z-index: -1;
}
.slider_title h4{
    font-size: 300px;
    -webkit-text-stroke: 1px #ffffff66;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}
/* slider socail icons css */
.slider_socail_icon {
    right: 0;
    position: absolute;
    bottom: 0;
}
.slider_socail_icon a{
    display: inline-block;
    font-size: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.slider_socail_icon a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
/* golobal btn css */
.m_btn {
    margin-top: 25px;
}
.m_btn a {
    display: inline-block;
    padding: 18px 36px;
    background-color: var(--brcolor);
    color: var(--whitec);
    font-size: 16px;
    margin-right: 15px;
}
.m_btn a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.m_btn a.active{
    background: transparent;
    border: 1px solid var(--whitec);
}
.m_btn a.active:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
    border: 1px solid transparent;
}
/* slider defult arrow */
.slick-prev ,
.slick-next{
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    z-index: 9999;
    background: none;
    outline: none;
    border: none;
    font-size: 0;
    transform: translateY(-50%);
    transition: 1s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}
.slick-prev {
    left: -40px;
}
.slick-next{
    right: -40px;
}
.slick-prev::before ,
.slick-next::before{
    display: inline-block;
    content: '\eac9';
    font-family: IcoFont;
    font-size: 40px;
    font-weight: 700;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: var(--brcolor);
    color: var(--whitec);
    transition: .5s;
}
.slick-next::before{
    content: '\eaca';
}
.slick-prev:hover::before ,
.slick-next:hover::before{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
/* slider defult arrow css */
.slider_area .slick-prev, .slider_area .slick-next {
    background: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
}
.slider_area:hover .slick-prev, .slider_area:hover .slick-next{
    opacity: 1;
    visibility: visible;
}
.slider_area .slick-prev{
    left: 0;
}
.slider_area .slick-next{
    right: 10px;
}
.slider_area .slick-prev::before ,.slider_area .slick-next::before{
    content: '\eac9';
    font-family: IcoFont;
    color: var(--whitec);
    display: inline-block;
    background: 0 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    font-size: 50px;
    font-weight: 700;
}
.slider_area .slick-next::before{
    content: '\eaca';
}
.slider_area .slick-prev:hover::before ,.slider_area .slick-next:hover::before{
    background-color: var(--whitec);
    color: var(--blackc);
}
/*======== slider area end  ==========*/

/*======== video slider area start  ==========*/
.video_slider_area{
    position: relative;
    height: 100%;
    overflow: hidden;
}
.video_slider_area::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #00000046;
}
.witr_youtube_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -99;
    transform: scale(1.2);
}
.witr_youtube_video iframe {
    width: 100%;
    height: 100%;
    border: none;
}
/*======== video slider area end  ==========*/

/*======== breadcum area start  ==========*/
.breadcum_area {
    padding: 170px 0 60px;
    background-size: cover;
    background-position: center center;
}
.inner_breadcum_area h1{
    font-size: 29px;
    font-weight: 700;
    color: var(--whitec);
    margin: 0;
}
.inner_breadcum_area ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.inner_breadcum_area ul li{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
}
.inner_breadcum_area ul li a{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
}
.inner_breadcum_area ul li i, .inner_breadcum_area ul li a i {
    font-size: 22px;
}
/*======== breadcum area end  ==========*/

/*======== about area start  ==========*/
.about_area {
    padding: 120px 0 50px;
}
.inner_about_area {
    position: relative;
}
/* section title area css */
.section_title_area {
    position: relative;
    margin-bottom: 80px;
}
.inner_about_area .section_title_area{
    margin-bottom: 30px;
}
.section_title_area h2{
    font-size: 16px;
    font-weight: 400;
    color: var(--brcolor);
}
.section_title_area h3 {
    font-size: 48px;
    font-weight: 400;
    color: var(--bgcolor);
    margin: 0;
}
.section_title_area p {
    margin: 10px 0 10px;
    width: 90%;
}
/* about area css */
.about_list_area {
    display: flex;
}
.inner_about_list_content ul{
    list-style: none;
    padding: 0;
}
.inner_about_list_content ul li {
    margin-right: 50px;
    margin-bottom: 20px;
}
.inner_about_list_content ul li a{
    font-size: 22px;
    font-weight: 400;
}
.inner_about_list_content ul li a i{
    font-size: 30px;
    color: var(--brcolor);
    margin-right: 20px;
}
/* inner about right area css */
.skill_right_inner{
    position: relative;
}
.witr_single_progress {
    overflow: hidden;
    margin-bottom: 20px;
}
.progress {
    display: flex;
    height: 10px;
    background-color: var(--bgcolor);
}
.progress-bar {
    overflow: initial;
    background-color: var(--brcolor);
}
.witr_title2 span {
    font-weight: 700;
    font-size: 16px;
    color: var(--brcolor);
}
.witr_progress-style2 .progress-bar {
    position: relative;
    text-align: left;
    line-height: 4px;
    border-radius: 0;
    box-shadow: none;
}
.witr_progress-style2 {
    overflow: visible;
    position: relative;
    margin-top: 2px;
    box-shadow: none;
    background: var(--bgcolor);
    border-radius: 0;
    margin-bottom: 2px;
}
.witr_progress-style2 + .witr_progress-style2 {
	margin-top: 60px;
}
.witr_progress-style2 .progress-bar {
    position: relative;
    text-align: left;
    border-radius:0;
    line-height: 25px;
    box-shadow: none;
    height: 10px;
}
.witr_title6 .witr_label {
	left: 2px;
	top: 8px;
	color: #272727;
	font-size: 16px;
	font-weight: 600;
}
.witr_progress-style2 .witr_percent {
    position: absolute;
    right: 0;
    font-weight: 700;
    font-size: 16px;
    top: -28px;
    color: var(--blackc);
}
/* about right para css */
.about_right_para {
    margin-top: 40px;
}
.about_right_name_title {
    display: flex;
    align-items: baseline;
    margin-top: 20px;
}
.about_right_name_title h2{
    font-size: 36px;
    font-weight: 400;
    font-family: Georgia, "Times New Roman", serif;
}
.about_right_name_title span{
    font-size: 14px;
    color: var(--brcolor);
}
/*======== about area end  ==========*/

/*======== service area start  ==========*/
.service_area {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 40px 200px 50px 0;
    padding: 140px 0px 113px 0px;
}
.single_left_service{
    padding: 105px 40px 40px 50px;
}
.single_left_service ul{
    list-style: none;
}
.single_left_service ul li a{
    display: inline-block;
    color: var(--whitec);
    font-size: 22px;
    font-weight: 700;
    border-style: dashed;
    border-width: 0px 0px 1px 0px;
    margin: 0px 0px 24px 0px;
    padding: 6px 0px 6px 0px;
}
/* single service right css */
.single_service_right {
    padding: 75px 0px 0 0px;
    margin: 0 0 0 -70px;
}
.single_service_right .section_title_area {
    margin-bottom: 20px;
}
/* single service list css */
.single_ser_list ul{
    list-style: none;
    padding: 0;
}
.single_ser_list ul li{
    padding-bottom: 20px;
    font-weight: 500;
}
.single_ser_list ul li i{
    color: var(--blackc);
    margin-right: 10px;
}
/*======== service area end  ==========*/

/*======= circle progress start ======*/
.circle_progress_bar{
    padding: 50px 0 50px;
}
/* service circle progress css */
.service_circle_progress{
    padding: 40px 0 20px;
}
.witr_cp_class {
    position: relative;
}
span.witr_cir_text {
    color: var(--brcolor);
    font-size: 72px;
    font-weight: 500;
}
span.witr_cir_text {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-weight: 700;
}
.witr_circle_title {
    margin-top: 30px;
}
.witr_circle_title h3 {
    color: var(--brcolor);
}
.cir_witr .allcostyle {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    margin: 0 0 35px 0;
    padding: 0;
    border: none;
}
.cir_witr .allcostyle h2 {
    margin: 16px 0 8px 0;
}
.prog_page_cir {
    margin: 0;
}
.prog_page_cir .cir_inner {
    padding: 0;
}
.prog_page_cir .witr_circle_area{
    margin-right:25px;
    margin-left:25px;
}
/*======= circle progress end =====*/

/*======= dn slider area start =====*/
.dnslider{
    padding: 45px 0 55px;
}
.Screenshots .slick-slide img,.dnSlide-main img,.dnSlide-main.dn-response {
    width: 100%
}
.Screenshots-fearm {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99
}
.Screenshots-area,.Screenshots-slide .slick-center,.dnSlide-main,.mobile-slide-7 .mobile-thumb {
    position: relative
}
.Screenshots-fearm img {
    width: 154%!important;
    max-width: 154%!important;
    position: relative;
    left: -123px;
    top: -26px
}
.Screenshots .dnSlide-main .dnSlide-btn {
    border-radius: 50%;
    height: 40px!important;
    width: 40px!important;
    opacity: 1;
    position: absolute;
    z-index: 10;
    cursor: pointer
}
.Screenshots .dnSlide-main .dnSlide-left-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -55px;
    opacity: 1
}

.Screenshots .dnSlide-main .dnSlide-right-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -55px;
    opacity: 1
}

.Screenshots .dnSlide-main .dnSlide-left-btn:before {
    position: absolute;
    content: '\eac9';
    left: 43%;
    top: 46%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 35px;
    font-family: icofont!important
}

.Screenshots .dnSlide-main .dnSlide-right-btn:before {
    position: absolute;
    content: '\eaca';
    left: 52%;
    top: 47%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    font-size: 35px;
    font-family: icofont!important
}

.Screenshots-slide .slick-center .slide-item img,.Screenshots:hover .dnSlide-main .dnSlide-left-btn,.Screenshots:hover .dnSlide-main .dnSlide-right-btn,.mobile-slide .slick-center .mobile-thumb img,.mobile-slide-6 .slick-center .mobile-thumb img,.mobile-slide-7 .mobile-thumb:hover .mobile-slide-overlay {
    opacity: 1
}

.Screenshots-slide .slide-item img,.mobile-slide .mobile-thumb img,.mobile-slide-6 .mobile-thumb img {
    opacity: .1;
    width: 100%
}

.Screenshots-area .Screenshots-frame-img {
    position: absolute;
    left: 10px;
    top: -29px;
    width: 100%
}

.dnSlide-main,.dnSlide-main .dnSlide-list {
    width: 800px;
    list-style: none;
    height: 234px
}

.Screenshots-frame-img img {
    width: 43%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.Screenshots-slide .slick-arrow.slick-prev {
    left: 200px
}

.Screenshots-slide .slick-arrow.slick-next {
    right: 200px
}
.dnSlide-main.dnSlide-hide,.play-overlay span {
    display: none
}
.dnSlide-main {
    visibility: hidden;
    padding: 0;
    margin: 0 auto;
    -webkit-tap-highlight-color: transparent
}
.dnSlide-main.done {
    visibility: visible
}
.dnSlide-main.dn-response .dnSlide-list {
    width: 100%;
    height: 100%;
    margin: 0;
    padding-left: 0
}
.dnSlide-main a,.dnSlide-main img {
    display: block;
    border: 0
}
.dnSlide-main .dnSlide-btn {
    color: #000;
    height: 234px;
    width: 100px;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity .3s;
    z-index: 10;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center
}
.dnSlide-main .dnSlide-btn:hover {
    opacity: .8;
    transition: opacity .3s
}
.dnSlide-main .dnSlide-item {
    position: absolute;
    top: 0;
    left: 0
}
.dnSlide-main .dnSlide-left-btn {
    left: 0
}
.dnSlide-main .dnSlide-right-btn {
    right: 0;
    left: auto
}
/*======= dn slider area end =====*/

/*======== team area start ==========*/
.team_area {
    padding: 50px 0 40px;
}
/* single page team css */
.single_page_team{
    padding: 110px 0 50px;
}
.inner_team_area {
    position: relative;
    width: 95%;
    height: 95%;
    margin: 0 10px;
    background-color: var(--brcolor);
}
/* inner team conent css */
.inner_team_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_team_area:hover .inner_team_content{
    opacity: 1;
    visibility: visible;
}
.inner_team_content h2,  .inner_team_content span, .inner_team_content p{
    color: var(--whitec);
}
.inner_team_content p {
    margin: 15px 0 25px;
}
.team_socail_icon a{
    font-size: 18px;
    color: var(--whitec);
    margin: 0 4px;
}
.inner_team_img img {
    width: 100%;
    transition: .5s;
}
.inner_team_area:hover .inner_team_img img{
    transform: scale(0);
}
/* team area defult arrow css */
.team_area .slick-prev, .team_area .slick-next {
    opacity: 1;
    visibility: visible;
    top: -90px;
}
.team_area .slick-prev {
    left: 93%;
}
/*======== team area end ==========*/

/* ====== team area start  =========*/
.h2_team_area {
    padding: 70px 0 100px;
}
/* inner team area css */
.h2_inner_team_area{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.h2_inner_team_img{
    position: relative;
    overflow: hidden;
}
.h2_inner_team_img img{
    width: 100%;
    height: 100%;
}
/* team overlay css */
.h2_team_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000083;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.h2_inner_team_area:hover .h2_team_overlay{
    opacity: 1;
    visibility: visible;
}
/* inner team content css */
.h2_inner_team_content {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    margin: 0 10px;
    padding: 30px 0 20px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    background-color: var(--whitec);
    transition: .2s;
}
.h2_inner_team_area:hover .h2_inner_team_content{
    bottom: 0;
}
.h2_inner_team_content h2{
    transition: .5s;
}
.h2_inner_team_content p{
    color: var(--bgcolor);
    margin: 0;
    transition: .5s;
}
.h2_inner_team_area:hover .h2_inner_team_content{
    background-color: var(--brcolor);
}
.h2_inner_team_area:hover .h2_inner_team_content h2, .h2_inner_team_area:hover .h2_inner_team_content p{
    color: var(--whitec);
}
/* team socail icon css */
.h2_team_socail_icons{
    margin-top: 15px;
}
.h2_team_socail_icons a {
    display: inline-block;
    background-color: var(--whitec);
    color: var(--brcolor);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--whitec);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
    margin: 0 3px;
}
.h2_team_socail_icons a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
/* ====== team area end  =========*/

/*===== counter area start  ====*/
.counter_area {
    padding: 60px 0 50px;
    position: relative;
}
/* inner counter area css */
.inner_counter_area {
   text-align: center;
}
/* inner counter sub content css */
.inner_counter_sub_cont {
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.inner_counter_sub_cont h3, .inner_counter_sub_cont span{
    color: var(--bgcolor);
    font-size: 50px;
    font-weight: 900;
}
.inner_counter_area h2 {
    font-size: 16px;
    font-weight: 500;
    margin-top: -8px;
    color: var(--brcolor);
}
/*===== counter area end  ====*/

/*===== testimonial area start  ====*/
.testimonial_area {
    background-repeat: no-repeat;
    background-position: center right;
    padding: 150px 0px 209px 0px;
    margin: 40px 0 50px;
}
/* service testimonial area css */
.service_testimonial{
    margin: 10px 0 40px;
}
/* single page testimonial area css */
.single_page_test{
    margin: 80px 0 50px;
}
.inner_testimonial_area{
    margin: 0 15px;
}
.inner_testimonial_area p {
    font-size: 22px;
    font-weight: 500;
    margin: 15px 0 15px;
}
.inner_testimonial_area i{
    color: var(--brcolor);
    font-size: 20px;
}
.inner_testimonial_area h2{
    margin-top: 10px;
}
.inner_testimonial_area h2 span{
    font-size: 16px;
    font-weight: 400;
    color: var(--brcolor);
}
/* testimonial right area css */
.testimonial_right_area {
    position: relative;
    top: 35%;
    left: 40%;
}
.testimonial_right_area a{
    display: inline-block;
    font-size: 20px;
    width: 136px;
    height: 136px;
    line-height: 136px;
    text-align: center;
    border-radius: 100%;
    border-style: solid;
    border-width: 10px 10px 10px 10px;
    border-color: #FFFFFF63;
    color: var(--whitec);
    animation: witr_squares 1s linear infinite;
}
@keyframes witr_squares{
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}
/* testimonial area defult arrow css */
.testimonial_area .slick-prev, .testimonial_area .slick-next {
    opacity: 1;
    visibility: visible;
    top: 115%;
}
.testimonial_area .slick-next {
    right: 86%;
}
/*===== testimonial area end  ====*/

/*===== home 2 testimonial area start  ====*/
.h2_testimonial{
    padding: 60px 0 50px;
}
/* single testimonial section title css */
.h2_testimonial .section_title_area{
    margin-bottom: 20px;
}
.h2_inner_testimonial{
    margin: 10px 15px;
}
.h2_inner_test_content{
    position: relative;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 6%);
    background: var(--whitec);
    border-radius: 5px;
    padding: 50px 20px 20px;
    margin-bottom: 35px;
}
.h2_inner_test_content p{
    position: relative;
}
.h2_inner_test_content p::before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -70px;
    border-radius: 15px;
    width: 50px;
    height: 50px;
    background: var(--whitec);
    transform: rotate(45deg) translateX(-50%);
    z-index: -1;
    box-shadow: 0 2px 29px 0 rgb(0 0 0 / 8%);
}
.h2_inner_test_content i {
    font-size: 100px;
    color: #dddddd4f;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.h2_testi_title img{
    width: 60px;
    border-radius: 100%;
    margin: auto;
}
.h2_testi_title h2{
    margin: 10px 0 0;
}
.h2_testimonial:hover .slick-prev, .h2_testimonial:hover .slick-next {
    opacity: 1;
    visibility: visible;
}
/*===== home 2 testimonial area end  ====*/

/* ====== pricing area start  =========*/
.pricing_area {
    padding: 50px 0 30px;
}
/* about pricing area css */
.about_pricing{
    padding: 30px 0 25px;
}
/* service pricing area css */
.service_pricing{
    padding: 50px 0 100px;
}
/* single page pricing area css */
.single_page_pricing{
    padding: 110px 0 50px;
}
/* inner pricing area css */
.inner_pricing_area {
    box-shadow: 1px 2px 0px 0px rgba(0, 0, 0, 0.12);
    border-style: solid;
    border-width: 0px 0px 0px 5px;
    border-color: #163445;
    border-radius: 0px 0px 0px 0px;
    padding: 45px 0px 50px;
    position: relative;
    margin-bottom: 20px;
}
.inner_pricing_area::before {
    position: absolute;
    top: 0;
    content: '';
    right: 0;
    width: 30px;
    height: 30px;
    background: var(--bgcolor);
}
.inner_pricing_content {
    padding: 0 60px 0;
}
.inner_pricing_content h2 {
    font-size: 36px;
    color: var(--brcolor);
    margin: 0;
}
.inner_pricing_content p {
    margin-bottom: 5px;
    font-weight: 600;
}
.inner_pricing_content h3 span.small{
    font-size: 16px;
    font-weight: 700;
}
.inner_pricing_list_area {
    padding: 10px 60px 0;
}
.inner_pricing_list_area ul {
    list-style: none;
    padding: 0;
}
.inner_pricing_list_area ul li {
    font-size: 14px;
    padding: 18px 0 0;
}
.inner_pricing_list_area ul li i{
    color: var(--titlecolor);
    margin-right: 8px;
}
/* inner price middle text css */
.inner_price_midd_text {
    padding: 0px 60px 20px;
}
.inner_price_midd_text h3{
    font-size: 36px;
    color: var(--brcolor);
}
.inner_price_midd_text h3 span.small{
    font-size: 16px;
    font-weight: 700;
}
/* inner pricing btn css */
.inner_pricing_btn {
    margin-top: 20px;
}
.inner_pricing_btn a{
    display: inline-block;
    width: 100%;
    padding: 16px 60px;
    font-size: 16px;
    text-transform: uppercase;
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.inner_pricing_btn a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
/* inner pricing area style 2 css */
.inner_pricing_area.style2{
    background-color: var(--bgcolor);
    border-color: var(--brcolor)
}
.inner_pricing_area.style2::before{
    background-color: var(--brcolor);
}
.inner_pricing_area.style2 .inner_pricing_content h2,
.inner_pricing_area.style2 .inner_pricing_content p,
.inner_pricing_area.style2 .inner_pricing_list_area ul li,
.inner_pricing_area.style2 .inner_price_midd_text h3{
    color: var(--whitec);
}
.inner_pricing_area.style2 .inner_pricing_btn a{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.inner_pricing_area.style2 .inner_pricing_btn a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
/* ====== pricing area end  =========*/

/*======= style 2 pricing area start  ======*/
.h2_pricing_area {
    padding: 45px 0 100px;
}
.h2_inner_pricing_area {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 30px 0px 40px 0px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
}
.h2_inner_pricing_area i {
    font-size: 60px;
    color: var(--brcolor);
}
.h2_inner_pricing_area h2 {
    font-size: 30px;
    margin: 10px 0 10px;
}
.h2_inner_pricing_area h3 {
    display: inline-block;
    width: 100%;
    padding: 15px 0 10px;
    margin: 0px 0 20px;
    font-size: 30px;
    background: var(--brcolor);
    color: var(--whitec);
}
.h2_inner_pricing_area h3 span{
    color: var(--whitec);
    font-size: 24px;
    font-weight: 700;
}
.h2_inner_pricing_area h5 {
    position: absolute;
    right: -40px;
    top: 13px;
    width: 160px;
    transform: rotate(45deg);
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px;
    background-color: var(--brcolor);
    color: var(--whitec);
}
/* inner pricing nav area css */
.h2_inner_pricing_nav ul {
    list-style: none;
    padding: 0;
}
.h2_inner_pricing_nav ul li{
    font-size: 17px;
    font-weight: 400;
    padding: 10px 0;
}
.h2_inner_pricing_nav ul li>i{
    margin-right: 6px;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.h2_inner_pricing_area a {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
    padding: 16px 30px;
    background-color: var(--brcolor);
    color: var(--whitec);
}
.h2_inner_pricing_area a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.h2_inner_pricing_area a i{
    margin-left: 6px;
    font-size: 20px;
}
/*======= style 2 pricing area end  ======*/

/*======== brand area start  ==========*/
.brand_area {
    padding: 55px 0 40px;
    position: relative;
}
/* about brand area css */
.about_brand{
    padding: 70px 0 120px;
}
.inner_brand_area img{
    margin: 0 auto;
}
.brand_area:hover .slick-prev ,.brand_area:hover .slick-next{
    opacity: 1;
    visibility: visible;
}
/*======== brand area end  ==========*/

/*======== blog area start  ==========*/
.blog_area {
    padding: 55px 0 50px;
    position: relative;
}
/* single page blog css */
.single_page_blog{
    padding: 110px 0 120px;
}
/* inner blog area css */
.inner_blog_area {
    margin: 0 15px;
    overflow: hidden;
    background-color: #F3F4F4;
}
/* inner blog thumb css */
.inner_blog_thumb{
    position: relative;
    overflow: hidden;
}
.inner_blog_img img{
    width: 100%;
    transition: .5s;
}
.inner_blog_area:hover .inner_blog_img img{
    transform: scale(1.2);
}
/* blog overlay css */
.blog_overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    transform: scale(0);
    transition: .5s;
}
.inner_blog_area:hover .blog_overlay{
    transform: scale(1.2);
}
/* inner blog absolute css */
.inner_blog_absolute {
    position: absolute;
    top: 20px;
    left: 20px;
    display: inline-block;
    color: var(--whitec);
    background: var(--brcolor);
    padding: 4px 10px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
}
/* inner blog text css */
.blog_all_text {
    padding: 70px 10px 20px;
}
.inner_blog_text{
    position: relative;
}
.inner_blog_text::before {
    position: absolute;
    content: '';
    top: 15px;
    left: 54%;
    width: 60px;
    height: 1px;
    background: #f00;
}
.inner_blog_text span a {
    color: var(--brcolor);
    font-weight: 400;
    font-size: 14px;
}
.inner_blog_text span {
    font-size: 14px;
    font-weight: 400;
    margin-right: 10px;
    color: var(--brcolor);
}
/*inner blog content css */
.inner_blog_content {
    padding: 10px 0px 0px;
}
.inner_blog_content h2 a {
    display: inline-block;
    margin-bottom: 8px;
    font-weight: 600;
}
.inner_blog_content p{
    font-size: 14px;
    width: 90%;
}
.inner_blog_content >a{
    font-size: 18px;
    font-weight: 400;
    color: var(--brcolor);
}
.inner_blog_content >a:hover{
    color: var(--brcolor);
}
/* inner blog btn css */
.inner_blog_btn {
    padding: 5px 0px 0px;
}
.inner_blog_btn a {
    font-size: 16px;
    color: var(--brcolor);
}
.inner_blog_btn a i {
    font-weight: 700;
    margin-left: 4px;
    font-size: 20px;
}
/* blog left shap css */
.blog_left_shap {
    position: absolute;
    top: 50%;
    left: 50px;
    animation: witr_movelr_box45 5s linear 1s infinite alternate running;
    z-index: -1;
}
/* blog right shap css */
.blog_right_shap {
    position: absolute;
    top: 55%;
    left: 94%;
    animation: witr_movelr_box45 5s linear 1s infinite alternate running;
    z-index: -1;
}
/* team area defult arrow css */
.blog_area .slick-prev, .blog_area .slick-next {
    opacity: 1;
    visibility: visible;
    top: -90px;
}
.blog_area .slick-prev {
    left: 93%;
}
/*======== blog area end  ==========*/

/*======== subscribe area start  ==========*/
.subscribe_area {
    padding: 50px 0 80px;
}
.inner_subscribe_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--bgcolor);
    padding: 20px 10px 20px 0px;
}
/* inner subscribe form content */
.inner_subsrribe_form_cont {
    padding: 15px 0 10px 70px;
}
.inner_subsrribe_form_cont h2{
    font-size: 40px;
    color: var(--whitec);
    text-transform: uppercase;
}
.inner_subscribe_text .m_btn{
    margin-top: 0;
}
/*======== subscribe area end  ==========*/

/*======== faq area start  ==========*/
.faq_area {
    padding: 110px 0 50px;
}
.inner_faq_img{
    margin-bottom: 20px;
}
.inner_faq_img img {
    width: 100%;
}
.inner_faq_area button{
    outline: none;
    border: 1px solid #6969694d;
    font-size: 18px;
    font-weight: 700;
}
.accordion-item{
    margin-bottom: 20px;
}
.accordion-button:focus{
    box-shadow: none;
}
.inner_faq_area .accordion-button h4{
    margin: 0;
}
.accordion-button:not(.collapsed) {
    background: none;
}
/*======== faq area end  ==========*/

/*======== accordion area start  ==========*/
.single_page_faq_area {
    padding: 120px 0 50px;
}
/* inner faq accrodion item css */
.single_p_inner_faq {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.single_p_inner_faq a {
    width: 100%;
    display: inline-block;
    background: var(--whitec);
    color: var(--blackc);
    font-size: 17px;
    padding: 12px 30px 12px 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.single_p_inner_faq a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.single_p_inner_faq a i{
    font-size: 20px;
    font-weight: 900;
}
.single_p_inner_faq a.active{
    background-color: var(--brcolor);
    color: var(--whitec);
    position: relative;
}
.single_p_inner_faq a.active::before {
    content: "\eacb";
    position: absolute;
    font-family: Icofont!important;
    top: 8px;
    right: 30px;
    font-size: 20px;
    font-weight: 700;
    color: var(--whitec);
}
.single_p_inner_faq a.active i{
    display: none;
}
/* inner faq text */
.single_p_faq_text {
    width: 100%;
    border-radius: 0 0 5px 5px;
    background-color: var(--whitec);
}
.single_p_faq_text p {
    margin: 10px 20px 10px;
}
/* inner accordion items */
.inner_ac_items{
    margin-bottom: 20px;
    box-shadow: 1px 1px 7px -5px rgba(0, 0, 0, 0.75);
}
.inner_ac_items a {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    padding: 10px 20px 10px 25px;
}
.inner_ac_items a.active{
    position: relative;
}
.inner_ac_items a.active::before {
    content: "\ef9a";
    position: absolute;
    font-family: Icofont!important;
    top: 10px;
    left: 24px;
    font-size: 17px;
    font-weight: 600;
    color: var(--blackc);
}
.inner_ac_items a.active i{
    opacity: 0;
    visibility: hidden;
}
.inner_ac_items a i {
    margin-right: 10px;
    font-size: 17px;
}
.inner_ac_items a:hover{
    color: var(--bgcolor);
}
.inner_ac_cont p {
    display: inline-block;
    padding: 15px 25px 15px;
}
/*======== accordion area end  ==========*/

/*======== contact area start  ==========*/
.contact_area {
    padding: 120px 0 120px;
}
.inner_contact_area {
    padding: 60px 90px 68px;
    background-color: var(--bgcolor);
}
.inner_contact_area .section_title_area{
    margin-bottom: 30px;
}
.inner_contact_area .section_title_area h3{
    font-size: 36px;
    color: var(--whitec);
}
.inner_contact_area .section_title_area p{
    color: var(--whitec);
}
.inner_contact_area .section_title_area::before{
    display: none;
}
/* inner contact form */
.inner_contact_form input {
    border: none;
    border: none;
    background-color: var(--whitec);
    outline: none;
    width: 100%;
    height: 53px;
    padding: 0 20px;
    margin-right: 15px;
    margin-bottom: 23px;
}
.inner_contact_form input::placeholder{
    color: var(--bgcolor);
}
.inner_contact_form textarea {
    width: 100%;
    border: none;
    background-color: var(--whitec);
    outline: none;
    color: var(--bgcolor);
    padding: 20px 20px;
}
.inner_contact_form textarea::placeholder{
    color: var(--bgcolor);
}
.inner_contact_form button {
    display: inline-block;
    width: 100%;
    margin-top: 18px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 500;
    border: none;
    outline: none;
    background-color: var(--brcolor);
    color: var(--whitec);
    transition: .5s;
}
.inner_contact_form button:hover{
    background-color: var(--blackc);
    color: var(--whitec);
}
.inner_map_area {
    width: 100%;
    height: 100%;
}
.inner_map_area iframe {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}
/*======== contact area end  ==========*/

/*======== portfolio area start  ==========*/
.portfolio_area {
    padding: 115px 0 120px;
}
.portfolio_nav_all {
    padding: 5px 0 30px;
}
/* portfolio nav css */
.portfolio_nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.portfolio_nav ul li{
    display: inline-block;
    border: 1px solid #f3eaea;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: .5s;
}
.portfolio_nav ul li.current_menu_item{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.portfolio_nav ul li:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
/* portfolio items css */
.portfolio_area .section_title_area{
    margin-bottom: 20px;
}
.portfolio_img_area{
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.portfolio_img_area img{
    width: 100%;
}
.portfolio_overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(222 169 26 / 40%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.inner_portfolio_items:hover .portfolio_overlay{
    opacity: 1;
    visibility: visible;
}
.overlay{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #131713a3;
    text-align: center;
}
.overlay >a{
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    text-align: center;
    color: var(--whitec);
    margin-right: 6px;
    transition: .5s;
    margin-top: 15%;
}
.overlay a:hover{
    background-color: var(--bgcolor);
    color: var(--whitec);
}
.overlay >a >i{
    font-size: 22px;
}
.overlay h2{
    margin: 0;
}
.overlay h2 a{
    width: 100%;
    margin-top: 10px;
    display: inline-block;
    color: var(--whitec);
    transition: .5s;
}
.overlay h2 a:hover{
    background: none;
    color: var(--blackc);
}
.overlay p{
    color: var(--whitec);
}
.inner_portfolio_items:hover .overlay{
    opacity: 1;
    visibility: visible;
}
.inner_portfolio_items:hover .portfolio_overlay_cont{
    top: 50%;
    opacity: 1;
    visibility: visible;
}
/* portfolio lower nav area css */
.portfolio_lo_nav_area{
    padding: 40px 0 0;
}
.inner_portfolio_lower_nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.inner_portfolio_lower_nav ul li{
    display: inline-block;
}
.inner_portfolio_lower_nav ul li a{
    display: inline-block;
    border-radius: 5px;
    font-size: 19px;
    line-height: 1;
    margin: 0 5px;
    padding: 15px 24px;
    box-shadow: 0 10px 40px 0 rgba(50,65,141,.12);
}
.inner_portfolio_lower_nav ul li a.current{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.inner_portfolio_lower_nav ul li a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.inner_portfolio_lower_nav ul li a i{
    font-size: 22px;
    font-weight: bold;
}
/*======== portfolio area end  ==========*/

/*======== blog left area start  ==========*/
.yblog_left {
    padding: 100px 0 35px;
}
.inner_yblog_form {
    position: relative;
    padding: 20px 0 20px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}
.inner_yblog_form input {
    width: 90%;
    outline: none;
    height: 55px;
    border: 1px solid #efefef;
    margin-left: 20px;
    padding-left: 20px;
}
.inner_yblog_form button {
    position: absolute;
    right: 0;
    display: inline-block;
    outline: none;
    border: none;
    padding: 15px 20px 14px;
    background-color: #dddddd;
}
.inner_yblog_form button i{
    font-size: 18px;
}
/* inner  left title css */
.inner_yblog_left_title {
    margin: 30px 0 30px;
    width: 100%;
    padding: 20px 20px 15px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}
.inner_yblog_left_title h2 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}
.inner_yblog_left_title h2::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 26%;
    border-radius: 50%;
    border: 1px solid var(--brcolor);
}
.inner_yblog_left_title a {
    display: inline-block;
    margin-top: 15px;
    font-size: 17px;
    font-weight: 400;
}
.inner_yblog_left_title a.bottom{
    border-bottom: none;
}
.inner_yblog_left_title a:hover{
    color: var(--hoverbg);
}
.inner_yblog_left_title a i{
    font-weight: 900;
}
/* innr blog left style 2 css*/
.inner_yblgo_left_style2 a {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding: 13px 0 12px;
    margin-top: 0;
}
/* blog left inner css */
.yblog_left_inner{
    margin: 0 0 20px 0;
    border-bottom: none;
    background: var(--whitec);
    box-shadow: 0 0 10px 0 rgba(148, 146, 245, .2);
}
.yblog_left_inner:hover{
    background: none;
}
.yblog_left_sub{
    padding: 25px 0 30px 15px;
}
.yblog_left_sub h2 a{
    width: 90%;
}
.yblog_left_text_sub {
    padding: 0px 0 10px;
    position: inherit;
}
.yblog_left_text_sub::before{
    display: none;
}
.yblog_left_text_sub span{
    color: var(--bgcolor);
}
.yblog_left_text_sub span i{
    color: var(--brcolor);
}
.yblog_left_sub p{
    font-size: 16px;
    font-weight: 400;
    width: 95%;
}
.yblog_left_sub >a {
    display: inline-block;
    margin: 7px 0 0;
    padding: 7px 25px;
    border: 1px solid #dddddd;
    font-size: 16px;
    font-weight: 400;
    color: var(--paracolor);
    text-transform: capitalize;
}
.yblog_left_sub >a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
.ycalender_inner h5 {
    background-color: var(--brcolor);
    color: var(--whitec);
    padding: 14px 0 12px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    margin: 0;
}
.ycalender_inner {
    padding: 20px 20px;
    width: 100%;
}
.ycalender_inner th {
    text-align: center;
    border: 1px solid #dddddd;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
}
.ycalender_inner td {
    text-align: center;
    border: 1px solid #dddddd;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 400;
}
/*======== blog left area end  ==========*/

/*======== project information area start  ==========*/
.project_information_area {
    padding: 100px 0 85px;
}
.inner_project_information_img {
    margin-bottom: 20px;
}
.inner_project_information_img img{
    width: 100%;
}
/* inner project right content css */
.inner_project_right_content h2{
    font-size: 24px;
}
.inner_project_right_content p span{
    font-size: 16px;
    color: var(--bgcolor);
    font-weight: 700;
}
/* inner project infomation icons css */
.inner_project_in_icon a{
    width: 48px;
    height: 48px;
    border: 1px solid #dddddd;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    border-radius: 30px;
    background-color: var(--whitec);
    color: var(--bgcolor);
    font-size: 20px;
    margin-right: 4px;
}
.inner_project_in_icon a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
}
/* inner project text area css */
.inner_project_text_area {
    margin-top: 25px;
}
.inner_project_text_area h2{
    font-size: 24px;
}
.inner_project_information_descrip {
    margin-bottom: 20px;
}
.inner_project_information_descrip h4{
    font-size: 16px;
}
.inner_project_information_descrip p{
    margin: 0;
}
/* inner project information description css */
.inner_project_infor_list{
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}
.inner_project_infor_list li{
    margin-bottom: 5px;
}
/*======== project information area end  ==========*/

/*======== single blog page area start  ==========*/
.inner_single_box_area{
    background-color: #f8f9fa;
    padding: 20px 20px 20px;
}
.inner_single_box_area p {
    margin-bottom: 5px;
}
.inner_single_page_content_area p{
    margin-top: 20px;
}
/* inner single page middle text css */
.inner_single_page_middle_text {
    margin: 35px 0 45px;
}
.inner_single_page_middle_text h2{
    font-size: 24px;
}
/* single blog group css */
.single_blog_group {
    margin-top: 125px;
}
.inner_single_blog_group_box {
    background-color: #f8f9fa;
    padding: 10px 20px 30px;
    margin-top: 30px;
}
.inner_single_blog_group_box p{
    font-size: 1.5em;
    font-style: italic;
    margin-bottom: 0;
}
.inner_single_blog_group_box span{
    font-size: 1.125em;
    font-weight: 400;
    color: var(--paracolor);
}
.single_blog_post_area {
    margin: 80px 0 30px;
    padding: 25px 0 25px;
    border-top: 1px solid var(--textcolor);
    border-bottom: 1px solid var(--textcolor);
}
.single_blog_post_area p{
    margin: 0;
}
.single_blog_post_area a{
    color: var(--paracolor);
    font-size: 16px;
    font-weight: 400;
}
.single_blog_post_area a:hover{
    color: var(--hoverbg);
}
/* single comment title css */
.single_comment_title{
    margin: 35px 0 55px;
}
.single_comment_title h3{
    font-size: 20px;
}
.single_post_comment_area input {
    width: 47%;
    outline: none;
    height: 42px;
    padding: 0 20px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-right: 20px;
}
/* inner single post checkbox css */
.inner_single_post_checkbox {
    display: flex;
    align-items: center;
    margin: 10px 0;
}
.inner_single_post_checkbox input {
    height: 15px;
    width: 12px;
    margin-right: 6px;
}
.single_post_comment_area textarea{
    width: 97%;
    padding: 10px 20px;
    height: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
    outline: none;
    border: 1px solid #ced4da;
    border-radius: 5px;
}
.single_post_comment_area button{
    display: inline-block;
    text-align: center;
    padding: 16px 30px;
    margin-top: 5px;
    border-radius: 5px;
    background-color: var(--brcolor);
    color: var(--whitec);
    border: none;
    outline: none;
    transition: .6s;
}
.single_post_comment_area button:hover{
    background-color: var(--bgcolor);
}
/*======== single blog page area end  ==========*/

/*======== footer area start  ==========*/
.footer_area {
    padding: 95px 0 20px;
    background-repeat: no-repeat;
    background-size: cover;
}
/* footer top area css */
.footer_top {
    padding-bottom: 20px;
    margin-bottom: 90px;
    border-bottom: 1px solid var(--whitec);
}
.footer_top_cont {
    border-left: 3px solid var(--brcolor);
    padding-left: 30px;
}
.footer_top_cont h2{
    font-size: 35px;
    color: var(--whitec);
}
.footer_top_cont p{
    color: var(--whitec);
}
.footer_top_right_form p input {
    width: 75%;
    font-size: 16px;
    border: none;
    outline: 0;
    padding: 15px 30px;
    height: 54px;
}
.footer_top_right_form p button{
    display: inline-block;
    font-size: 18px;
    border: none;
    outline: 0;
    padding: 13px 15px;
    background-color: var(--brcolor);
    color: var(--whitec);
}
/* footer wdget css */
.footer_widget p {
    color: var(--whitec);
    margin-top: 25px;
}
/* footer socail icon css */
.footer_socail_icons a {
    display: inline-block;
    color: var(--whitec);
    border: 1px solid var(--whitec);
    font-size: 18px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
}
.footer_socail_icons a:hover{
    background-color: var(--brcolor);
    color: var(--whitec);
    border: 1px solid transparent;
}
/* footer widget */
.footer_widget h2 {
    padding: 0 0 12px;
    color: var(--whitec);
}
/* footer middle img text css */
.footer_mid_img_text {
    display: flex;
    align-items: center;
}
.f_mid_img{
    margin-right: 10px;
}
.f_mid_img img {
    width: 70px;
    height: 70px;
}
.f_mid_cont a{
    color: var(--whitec);
}
.f_mid_cont p {
    margin-top: 0;
    font-size: 14px;
    color: var(--brcolor);
}
/* footer address area css */
.footer_address ul{
    list-style: none;
    padding-left: 0;
}
.footer_address ul li{
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 10px;
    color: var(--whitec);
}
.footer_address ul li i{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: var(--brcolor);
    color: var(--whitec);
    margin-right: 10px;
}
/* footer nav css */
.footer_nav ul{
    list-style: none;
    padding-left: 0;
}
.footer_nav ul li {
    padding: 0 0 10px;
}
.footer_nav ul li a{
    font-size: 17px;
    font-weight: 400;
    color: var(--whitec);
}
.footer_nav ul li a:hover{
    color: var(--brcolor);
}
/* footer widget sub img */
.inner_footer_widget_img{
    margin-bottom: 20px;
}
.inner_footer_widget_img img{
    width: 100%;
    height: auto;
}
/* copy right area css */
.copy_right_area {
    padding: 30px 0 0;
    margin-top: 60px;
}
.copyright_text p{
    color: var(--whitec);
    margin: 0;
}
/* copy right nav css */
.copyright_nav ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.copyright_nav ul li{
    display: inline-block;
}
.copyright_nav ul li a {
    display: inline-block;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
}
.copyright_nav ul li a:hover{
    color: var(--brcolor);
}
/*======== footer area end  ==========*/

/*======== scroll top btn css  ==========*/
#scrollUp {
    bottom: 40px;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    right: 40px;
    text-align: center;
    border-radius: 5px;
    width: 40px;
    background: var(--brcolor);
    color: var(--whitec);
    box-shadow: 0 0 10px #0000002e;
}


/* ===== MT Web & IT Service Anpassungen ===== */
:root{
    --bgcolor: #163445;
    --brcolor: #65abb4;
    --paracolor: #333333;
}

html{
    scroll-behavior: smooth;
}

.text-logo{
    display: inline-block;
    color: var(--whitec) !important;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: .5px;
    padding: 25px 0 25px 40px;
    line-height: 1;
}
.text-logo span{
    display: block;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}
.popup-logo,
.footer-text-logo{
    color: var(--bgcolor) !important;
    padding: 0;
}
.footer-text-logo{
    color: var(--whitec) !important;
    margin-bottom: 20px;
}
.header_phone a{
    display: inline-block;
    color: var(--whitec);
    background: var(--brcolor);
    padding: 14px 22px;
    font-weight: 700;
    margin-left: 15px;
}
.header_phone a:hover{
    background: var(--whitec);
    color: var(--bgcolor);
}
.inner_main_nav_area > ul > li > a{
    margin: 35px 18px;
}
.mt-hero .inner_slider_area{
    height: 850px;
}
.mt-hero .inner_slider_content{
    width: 72%;
}
.mt-hero .inner_slider_content h2{
    font-size: 68px;
}
.mt-hero .inner_slider_content p{
    width: 72%;
    font-size: 21px;
}
.mt-hero .slider_title h4{
    font-size: 260px;
}
.mt-service-card{
    background: var(--whitec);
    padding: 38px 32px;
    margin-bottom: 30px;
    box-shadow: 0 10px 35px rgb(0 0 0 / 8%);
    border-top: 4px solid var(--brcolor);
    min-height: 250px;
}
.mt-service-card > i{
    color: var(--brcolor);
    font-size: 46px;
    margin-bottom: 20px;
    display: inline-block;
}
.mt-service-card h3{
    font-size: 25px;
    margin-bottom: 12px;
}
.mt-card-section{
    padding: 95px 0 70px;
}
.clean-list{
    padding-left: 0;
    list-style: none;
    margin-top: 20px;
}
.clean-list li{
    margin-bottom: 12px;
    font-weight: 500;
}
.clean-list i{
    color: var(--brcolor);
    margin-right: 8px;
}
.mt-counter{
    background: #f6f9fa;
}
.mt-counter .inner_counter_sub_cont h3{
    font-size: 34px;
    color: var(--bgcolor);
}
.mt-contact-section{
    padding: 90px 0;
    background: #f6f9fa;
}
.mt-contact-box{
    background: var(--whitec);
    padding: 35px;
    box-shadow: 0 10px 35px rgb(0 0 0 / 8%);
}
.mt-contact-box p{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.mt-contact-box i{
    color: var(--brcolor);
    margin-right: 8px;
}
.footer_widget a{
    color: var(--whitec);
}
.footer_widget p,
.footer_nav ul li a,
.copyright_text p,
.copyright_nav ul li a{
    color: #dce7ea;
}

@media (max-width: 991px){
    .main_menu_area{
        display: none;
    }
    .mobile_logo_area{
        display: block !important;
    }
    .mobile_logo_area .text-logo{
        color: var(--bgcolor) !important;
        padding: 15px 0;
        font-size: 28px;
    }
    .mobile_menu_content .text-logo{
        color: var(--bgcolor) !important;
        padding: 0;
    }
    .mt-hero .inner_slider_area{
        height: 720px;
    }
    .mt-hero .inner_slider_content{
        width: 90%;
    }
    .mt-hero .inner_slider_content h2{
        font-size: 46px;
    }
    .mt-hero .inner_slider_content p{
        width: 95%;
        font-size: 18px;
    }
    .mt-hero .slider_title h4{
        font-size: 150px;
    }
    .about_list_area{
        display: block;
    }
}

@media (max-width: 575px){
    .mt-hero .inner_slider_content h2{
        font-size: 36px;
    }
    .m_btn a{
        display: block;
        margin: 10px auto;
        max-width: 260px;
    }
    .section_title_area h3{
        font-size: 34px;
    }
    .service_area{
        margin: 20px 0 40px 0;
        padding: 80px 0;
    }
    .single_service_right{
        margin: 0;
        padding: 40px 20px 0;
    }
}


/* MT Web & IT Service - Über mich Foto */
.mt-about-photo-card{
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 16px 45px rgb(0 0 0 / 16%);
    background: var(--whitec);
    margin-bottom: 25px;
}
.mt-about-photo-card img{
    width: 100%;
    display: block;
}
.mt-about-card-under-photo{
    margin-top: 0;
}
@media (max-width: 991px){
    .mt-about-photo-card{
        margin-top: 35px;
    }
}

/* MT Web & IT Service - persönlicher Leistungsbereich */
.mt-personal-service-area{
    padding: 100px 0;
    background: linear-gradient(135deg, #f6f9fa 0%, #ffffff 100%);
}
.mt-personal-photo-box{
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 50px rgb(0 0 0 / 14%);
    background: var(--whitec);
}
.mt-personal-photo-box img{
    width: 100%;
    display: block;
}
.mt-personal-content{
    padding: 30px 20px 30px 55px;
}
.mt-personal-content .section_title_area{
    margin-bottom: 20px;
}
.mt-personal-content .section_title_area h3{
    font-size: 44px;
}
.mt-personal-content .single_ser_list ul li{
    font-size: 17px;
    line-height: 1.6;
}
.mt-personal-content .single_ser_list ul li i{
    color: var(--brcolor);
}
@media (max-width: 991px){
    .mt-personal-content{
        padding: 40px 5px 0;
    }
    .mt-personal-content .section_title_area h3{
        font-size: 36px;
    }
}


/* ===== MT Web & IT Service Logo Styling ===== */
.site_logo_area{padding-left:22px;}
.site-logo-img{max-width:310px;width:100%;height:auto;display:block;}
.main_menu_area.sticky .site-logo-img{max-width:290px;}
.mobile-logo-img{max-width:260px;width:100%;height:auto;display:block;}
.popup-logo-img{max-width:260px;width:100%;height:auto;margin:0 auto 20px;}
.footer-logo-img{max-width:260px;width:100%;height:auto;filter:none;}
@media (max-width: 991px){
  .site_logo_area{padding-left:0;}
  .mobile_menu_logo{max-width:270px;}
}
@media (max-width: 480px){
  .mobile-logo-img{max-width:220px;}
}

/* ===== MT reference + why sections ===== */
.mt-reference-section{
    padding: 90px 0 80px;
    background: #f7fbfc;
}
.mt-reference-image{
    background: #fff;
    padding: 14px;
    border-radius: 14px;
    box-shadow: 0 14px 40px rgba(0,0,0,.10);
    border: 1px solid rgba(101,171,180,.35);
}
.mt-reference-image img{
    width: 100%;
    display: block;
    border-radius: 10px;
}
.mt-reference-content{
    padding: 20px 0 20px 35px;
}
.mt-reference-content .section_title_area{
    margin-bottom: 22px;
}
.mt-reference-list{
    columns: 1;
    margin-bottom: 20px;
}
.mt-reference-list li{
    margin-bottom: 10px;
    font-weight: 500;
}
.mt-reference-list li i{
    color: var(--brcolor);
    margin-right: 8px;
}
.mt-why-section{
    padding: 85px 0 60px;
    background: var(--whitec);
}
.mt-why-section .section_title_area{
    margin-bottom: 50px;
}
.mt-why-section .section_title_area p{
    max-width: 780px;
    margin: 12px auto 0;
}
.mt-why-card{
    background: #fff;
    padding: 32px 28px 28px;
    margin-bottom: 28px;
    min-height: 235px;
    border-radius: 12px;
    border: 1px solid rgba(22,52,69,.10);
    box-shadow: 0 10px 30px rgba(0,0,0,.06);
    transition: .3s;
}
.mt-why-card:hover{
    transform: translateY(-6px);
    border-color: rgba(101,171,180,.65);
}
.mt-why-card i{
    display: inline-block;
    font-size: 42px;
    color: var(--brcolor);
    margin-bottom: 15px;
}
.mt-why-card h3{
    font-size: 22px;
    margin-bottom: 10px;
}
.mt-why-card p{
    margin: 0;
}
@media (max-width: 991px){
    .mt-reference-content{padding: 35px 0 0;}
}

/* ===== MT Hero 2026: Technik mit Vertrauen ===== */
.mt-hero{
    position: relative;
    overflow: hidden;
}
.mt-hero .inner_slider_area{
    min-height: 820px;
    height: auto;
    padding: 160px 0 90px;
    background-position: center;
    background-size: cover;
    position: relative;
}
.mt-hero .inner_slider_area::before{
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 88% 30%, rgba(64,195,207,.20), transparent 30%),
        linear-gradient(180deg, rgba(255,255,255,.02), transparent 50%);
}
.mt-hero-container,
.mt-hero-row{
    position: relative;
    z-index: 2;
}
.mt-hero .inner_slider_content.mt-hero-content{
    position: static;
    width: 100%;
    max-width: 760px;
    padding: 0 35px 0 0;
    transform: none;
    text-align: left;
}
.mt-hero-kicker{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 9px 15px;
    margin-bottom: 24px;
    border: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    color: #dff9fb;
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(8px);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
}
.mt-hero .inner_slider_content h1{
    margin: 0 0 24px;
    color: #fff;
    font-size: clamp(52px, 5.2vw, 82px);
    line-height: 1.02;
    letter-spacing: -.045em;
    font-weight: 750;
}
.mt-hero .inner_slider_content h1 .highlight{
    color: #62d2dc;
    display: inline-block;
}
.mt-hero .inner_slider_content .mt-hero-lead{
    width: 100%;
    max-width: 690px;
    margin: 0 0 26px;
    color: #edf7f8;
    font-size: 20px;
    line-height: 1.7;
    font-weight: 400;
}
.mt-hero-points{
    display: flex;
    flex-wrap: wrap;
    gap: 11px 20px;
    margin: 0 0 30px;
}
.mt-hero-points span{
    color: #fff;
    font-size: 15px;
    font-weight: 650;
    white-space: nowrap;
}
.mt-hero-points i{
    color: #62d2dc;
    margin-right: 7px;
}
.mt-hero-buttons{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 0 18px;
}
.mt-hero-buttons a{
    margin: 0;
    border-radius: 8px;
    min-width: 190px;
    text-align: center;
    box-shadow: 0 12px 28px rgba(0,0,0,.18);
}
.mt-hero-buttons a:first-child{
    background: #62d2dc;
    color: #123443;
}
.mt-hero-buttons a:first-child:hover{
    background: #fff;
    color: #123443;
}
.mt-hero-buttons a.active{
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,.55);
}
.mt-hero-buttons a.active:hover{
    background: #fff;
    color: #123443;
}
.mt-hero-buttons i{
    margin-right: 6px;
}
.mt-hero-note{
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 14px;
    font-weight: 500;
}
.mt-hero-note i{
    color: #62d2dc;
    margin-right: 6px;
}
.mt-hero-portrait-wrap{
    position: relative;
    max-width: 500px;
    margin: 0 0 0 auto;
    padding: 22px 18px 78px 26px;
}

.mt-hero-portrait-glow{
    position: absolute;
    inset: 8% 0 14% 8%;
    background: rgba(98,210,220,.22);
    filter: blur(45px);
    border-radius: 50%;
}
.mt-hero-portrait{
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    border: 1px solid rgba(255,255,255,.42);
    background: #fff;
    box-shadow: 0 30px 70px rgba(0,0,0,.34);
    transform: none;
}
.mt-hero-portrait::after{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 7px rgba(255,255,255,.08);
    pointer-events: none;
}
.mt-hero-portrait img{
    width: 100%;
    height: auto;
    aspect-ratio: auto;
    object-fit: contain;
    object-position: center;
    display: block;
}
.mt-hero-trust-card{
    position: absolute;
    left: 50%;
    right: auto;
    bottom: -12px;
    width: calc(100% - 36px);
    max-width: 460px;
    transform: translateX(-50%);

    padding: 18px 22px;
    border-radius: 15px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 18px 45px rgba(0,0,0,.24);
    border-left: 5px solid #62d2dc;
}

.mt-hero-trust-card strong,
.mt-hero-trust-card span{
    display: block;
}
.mt-hero-trust-card strong{
    color: #173e50;
    font-size: 17px;
    margin-bottom: 4px;
}
.mt-hero-trust-card span{
    color: #58717c;
    font-size: 13px;
    line-height: 1.45;
}
@media (max-width: 575px){
    .mt-hero-trust-card{
        position: relative;
        left: auto;
        right: auto;
        bottom: auto;
        width: 100%;
        max-width: none;
        margin-top: 16px;
        transform: none;
    }
}
@media (max-width: 1199px){
    .mt-hero .inner_slider_area{
        min-height: 760px;
        padding-top: 145px;
    }
    .mt-hero .inner_slider_content.mt-hero-content{
        padding-right: 10px;
    }
    .mt-hero .inner_slider_content h1{
        font-size: 58px;
    }
    .mt-hero .inner_slider_content .mt-hero-lead{
        font-size: 18px;
    }
}

@media (max-width: 991px){
    .mt-hero .inner_slider_area{
        min-height: 0;
        padding: 125px 0 75px;
    }
    .mt-hero .inner_slider_content.mt-hero-content{
        max-width: 760px;
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }
    .mt-hero .inner_slider_content h1{
        font-size: clamp(48px, 8vw, 68px);
    }
    .mt-hero .inner_slider_content .mt-hero-lead{
        margin-left: auto;
        margin-right: auto;
    }
    .mt-hero-points,
    .mt-hero-buttons{
        justify-content: center;
    }
    .mt-hero-portrait-wrap{
        max-width: 500px;
        margin: 55px auto 0;
    }
    .mt-hero-note{
        text-align: center;
    }
}

@media (max-width: 575px){
    .mt-hero .inner_slider_area{
        padding: 105px 0 55px;
    }
    .mt-hero-kicker{
        font-size: 11px;
        letter-spacing: .035em;
        padding: 8px 11px;
    }
    .mt-hero .inner_slider_content h1{
        font-size: 44px;
        line-height: 1.06;
    }
    .mt-hero .inner_slider_content .mt-hero-lead{
        font-size: 17px;
        line-height: 1.6;
    }
    .mt-hero-points{
        display: grid;
        gap: 9px;
    }
    .mt-hero-points span{
        font-size: 14px;
        white-space: normal;
    }
    .mt-hero-buttons{
        display: grid;
        width: 100%;
        gap: 10px;
    }
    .mt-hero-buttons a{
        display: block;
        width: 100%;
        max-width: none;
        margin: 0;
    }
    .mt-hero-portrait-wrap{
        margin-top: 42px;
        padding: 12px 8px 78px;
    }
    .mt-hero-portrait{
        border-radius: 22px;
        transform: none;
    }
    .mt-hero-trust-card{
        left: 0;
        right: 0;
        bottom: 12px;
        text-align: left;
    }
}


/* ===== MT Web & IT Service: Wobei kann ich Ihnen helfen? ===== */
.mt-help-section{
    position: relative;
    padding: 110px 0 95px;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 12%, rgba(98,210,220,.12), transparent 28%),
        radial-gradient(circle at 92% 88%, rgba(20,67,84,.08), transparent 30%),
        #f5f9fa;
}
.mt-help-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 120px;
    height: 4px;
    border-radius: 0 0 8px 8px;
    background: var(--brcolor);
    transform: translateX(-50%);
}
.mt-help-heading{
    margin-bottom: 52px;
}
.mt-help-eyebrow{
    display: inline-block;
    margin-bottom: 14px;
    color: var(--brcolor);
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .13em;
}
.mt-help-heading h2{
    margin: 0 0 18px;
    color: var(--bgcolor);
    font-size: clamp(38px, 4vw, 56px);
    line-height: 1.12;
}
.mt-help-heading p{
    max-width: 780px;
    margin: 0 auto;
    color: #607681;
    font-size: 18px;
    line-height: 1.75;
}
.mt-help-grid > div{
    display: flex;
}
.mt-help-card{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 355px;
    margin-bottom: 30px;
    padding: 34px 31px 30px;
    overflow: hidden;
    border: 1px solid rgba(20,67,84,.10);
    border-radius: 20px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 14px 38px rgba(15,48,62,.08);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.mt-help-card::after{
    content: "";
    position: absolute;
    right: -45px;
    bottom: -55px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(98,210,220,.09);
    transition: transform .35s ease, background .35s ease;
}
.mt-help-card:hover{
    transform: translateY(-8px);
    border-color: rgba(98,210,220,.62);
    box-shadow: 0 24px 55px rgba(15,48,62,.15);
}
.mt-help-card:hover::after{
    transform: scale(1.24);
    background: rgba(98,210,220,.16);
}
.mt-help-icon{
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-bottom: 24px;
    border-radius: 18px;
    color: var(--bgcolor);
    background: linear-gradient(135deg, rgba(98,210,220,.28), rgba(98,210,220,.10));
    transition: color .28s ease, background .28s ease, transform .28s ease;
}
.mt-help-icon i{
    font-size: 36px;
    line-height: 1;
}
.mt-help-card:hover .mt-help-icon{
    color: #fff;
    background: var(--brcolor);
    transform: rotate(-3deg) scale(1.04);
}
.mt-help-category{
    position: relative;
    z-index: 1;
    display: block;
    margin-bottom: 9px;
    color: var(--brcolor);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.mt-help-card h3{
    position: relative;
    z-index: 1;
    margin: 0 0 14px;
    color: var(--bgcolor);
    font-size: 24px;
    line-height: 1.28;
}
.mt-help-card p{
    position: relative;
    z-index: 1;
    flex-grow: 1;
    margin: 0 0 23px;
    color: #647781;
    font-size: 16px;
    line-height: 1.68;
}
.mt-help-link{
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    width: max-content;
    color: var(--bgcolor);
    font-weight: 800;
}
.mt-help-link i{
    color: var(--brcolor);
    font-size: 19px;
    transition: transform .25s ease;
}
.mt-help-card:hover .mt-help-link i{
    transform: translateX(5px);
}
.mt-help-contact-box{
    display: grid;
    grid-template-columns: auto minmax(0,1fr) auto;
    align-items: center;
    gap: 24px;
    margin-top: 22px;
    padding: 28px 30px;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(120deg, #113746 0%, #185166 65%, #1a6574 100%);
    box-shadow: 0 22px 55px rgba(15,48,62,.19);
}
.mt-help-contact-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 18px;
    color: #fff;
    background: rgba(98,210,220,.20);
}
.mt-help-contact-icon i{
    font-size: 32px;
}
.mt-help-contact-copy h3{
    margin: 0 0 7px;
    color: #fff;
    font-size: 25px;
}
.mt-help-contact-copy p{
    margin: 0;
    color: rgba(255,255,255,.76);
    font-size: 16px;
    line-height: 1.6;
}
.mt-help-contact-action a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 54px;
    padding: 13px 22px;
    border-radius: 10px;
    color: #123443;
    background: #62d2dc;
    font-weight: 800;
    white-space: nowrap;
    transition: transform .25s ease, background .25s ease;
}
.mt-help-contact-action a:hover{
    color: #123443;
    background: #fff;
    transform: translateY(-2px);
}
@media (max-width: 991px){
    .mt-help-section{
        padding: 88px 0 74px;
    }
    .mt-help-contact-box{
        grid-template-columns: auto 1fr;
    }
    .mt-help-contact-action{
        grid-column: 1 / -1;
    }
    .mt-help-contact-action a{
        width: 100%;
    }
}
@media (max-width: 575px){
    .mt-help-section{
        padding: 75px 0 62px;
    }
    .mt-help-heading{
        margin-bottom: 38px;
    }
    .mt-help-heading p{
        font-size: 16px;
    }
    .mt-help-card{
        min-height: 0;
        padding: 29px 25px 26px;
        border-radius: 17px;
    }
    .mt-help-card h3{
        font-size: 22px;
    }
    .mt-help-contact-box{
        grid-template-columns: 1fr;
        gap: 17px;
        padding: 25px 22px;
        text-align: center;
    }
    .mt-help-contact-icon{
        margin: 0 auto;
    }
    .mt-help-contact-action{
        grid-column: auto;
    }
    .mt-help-contact-action a{
        white-space: normal;
    }
}


/* ===== Persönlicher Malcolm-Bereich mit echtem Arbeitsfoto ===== */
.mt-personal-photo-box{
    position: relative;
}
.mt-personal-photo-box img{
    width: 100%;
    height: auto;
    display: block;
}
.mt-personal-photo-label{
    position: absolute;
    left: 24px;
    bottom: 24px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 11px 16px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 999px;
    color: #fff;
    background: rgba(15,48,62,.86);
    box-shadow: 0 10px 30px rgba(0,0,0,.20);
    font-size: 14px;
    font-weight: 800;
    backdrop-filter: blur(8px);
}
.mt-personal-photo-label i{
    color: var(--brcolor);
    font-size: 18px;
}
@media (max-width: 575px){
    .mt-personal-photo-label{
        left: 16px;
        bottom: 16px;
        padding: 9px 13px;
        font-size: 12px;
    }
}


/* ===== So einfach funktioniert's ===== */
.mt-process-section{
    position: relative;
    padding: 105px 0 100px;
    overflow: hidden;
    background:
        radial-gradient(circle at 12% 10%, rgba(98,210,220,.13), transparent 28%),
        radial-gradient(circle at 88% 90%, rgba(18,58,73,.08), transparent 30%),
        #f7fafb;
}
.mt-process-section::before{
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(20,67,84,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(20,67,84,.025) 1px, transparent 1px);
    background-size: 34px 34px;
}
.mt-process-section .container{
    position: relative;
    z-index: 1;
}
.mt-process-heading{
    margin-bottom: 58px;
}
.mt-process-eyebrow{
    display: inline-block;
    margin-bottom: 14px;
    color: var(--brcolor);
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .13em;
}
.mt-process-heading h2{
    margin: 0 0 17px;
    color: var(--bgcolor);
    font-size: clamp(38px, 4vw, 55px);
    line-height: 1.12;
}
.mt-process-heading p{
    max-width: 720px;
    margin: 0 auto;
    color: #607681;
    font-size: 18px;
    line-height: 1.75;
}
.mt-process-track{
    position: relative;
}
.mt-process-track::before{
    content: "";
    position: absolute;
    top: 49px;
    left: 16.666%;
    right: 16.666%;
    height: 2px;
    background: linear-gradient(90deg, rgba(98,210,220,.25), #62d2dc, rgba(98,210,220,.25));
}
.mt-process-card{
    position: relative;
    height: 100%;
    min-height: 330px;
    padding: 34px 30px 31px;
    border: 1px solid rgba(20,67,84,.10);
    border-radius: 21px;
    background: rgba(255,255,255,.97);
    box-shadow: 0 16px 42px rgba(15,48,62,.09);
    text-align: center;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.mt-process-card:hover{
    transform: translateY(-7px);
    border-color: rgba(98,210,220,.60);
    box-shadow: 0 24px 55px rgba(15,48,62,.15);
}
.mt-process-number{
    position: absolute;
    top: 18px;
    right: 20px;
    color: rgba(20,67,84,.11);
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.04em;
}
.mt-process-icon{
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 98px;
    height: 98px;
    margin-bottom: 27px;
    border: 9px solid #f7fafb;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, #16475a, #1d6575);
    box-shadow: 0 13px 30px rgba(15,48,62,.20);
    transition: transform .28s ease, background .28s ease;
}
.mt-process-card:hover .mt-process-icon{
    transform: scale(1.06);
    background: #62d2dc;
}
.mt-process-icon i{
    font-size: 40px;
    line-height: 1;
}
.mt-process-card h3{
    margin: 0 0 15px;
    color: var(--bgcolor);
    font-size: 25px;
    line-height: 1.28;
}
.mt-process-card p{
    margin: 0;
    color: #637984;
    font-size: 16px;
    line-height: 1.72;
}
.mt-process-cta{
    margin-top: 43px;
}
.mt-process-cta p{
    margin: 0 0 16px;
    color: #607681;
    font-size: 16px;
}
.mt-process-cta a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 54px;
    padding: 14px 24px;
    border-radius: 10px;
    color: #123443;
    background: #62d2dc;
    font-weight: 800;
    box-shadow: 0 12px 30px rgba(98,210,220,.24);
    transition: transform .25s ease, background .25s ease, color .25s ease;
}
.mt-process-cta a:hover{
    color: #fff;
    background: #16475a;
    transform: translateY(-2px);
}
.mt-process-cta a i{
    font-size: 19px;
}
@media (max-width: 991px){
    .mt-process-section{
        padding: 88px 0 82px;
    }
    .mt-process-track::before{
        top: 0;
        bottom: 0;
        left: 49px;
        right: auto;
        width: 2px;
        height: auto;
        background: linear-gradient(180deg, rgba(98,210,220,.20), #62d2dc, rgba(98,210,220,.20));
    }
    .mt-process-track .col-md-12:not(:last-child){
        margin-bottom: 25px;
    }
    .mt-process-card{
        min-height: 0;
        padding: 30px 28px 30px 130px;
        text-align: left;
    }
    .mt-process-icon{
        position: absolute;
        top: 50%;
        left: 0;
        width: 98px;
        height: 98px;
        margin: 0;
        transform: translateY(-50%);
    }
    .mt-process-card:hover .mt-process-icon{
        transform: translateY(-50%) scale(1.05);
    }
}
@media (max-width: 575px){
    .mt-process-section{
        padding: 74px 0 68px;
    }
    .mt-process-heading{
        margin-bottom: 40px;
    }
    .mt-process-heading p{
        font-size: 16px;
    }
    .mt-process-track::before{
        display: none;
    }
    .mt-process-card{
        padding: 29px 24px 27px;
        text-align: center;
    }
    .mt-process-icon{
        position: relative;
        top: auto;
        left: auto;
        width: 84px;
        height: 84px;
        margin: 0 0 22px;
        border-width: 7px;
        transform: none;
    }
    .mt-process-card:hover .mt-process-icon{
        transform: scale(1.05);
    }
    .mt-process-icon i{
        font-size: 34px;
    }
    .mt-process-card h3{
        font-size: 22px;
    }
    .mt-process-cta a{
        width: 100%;
        white-space: normal;
    }
}


/* ===== Projekt-Referenzen ===== */
.mt-projects-section{
    position: relative;
    padding: 110px 0 100px;
    overflow: hidden;
    background: #ffffff;
}
.mt-projects-section::before{
    content: "";
    position: absolute;
    top: -180px;
    right: -160px;
    width: 430px;
    height: 430px;
    border-radius: 50%;
    background: rgba(98,210,220,.09);
}
.mt-projects-heading{
    position: relative;
    margin-bottom: 54px;
}
.mt-projects-eyebrow{
    display: inline-block;
    margin-bottom: 14px;
    color: var(--brcolor);
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .13em;
}
.mt-projects-heading h2{
    margin: 0 0 17px;
    color: var(--bgcolor);
    font-size: clamp(38px, 4vw, 55px);
    line-height: 1.12;
}
.mt-projects-heading p{
    max-width: 760px;
    margin: 0 auto;
    color: #607681;
    font-size: 18px;
    line-height: 1.75;
}
.mt-projects-grid > div{
    display: flex;
    margin-bottom: 30px;
}
.mt-project-card{
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(20,67,84,.10);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 16px 45px rgba(15,48,62,.09);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.mt-project-card:hover{
    transform: translateY(-7px);
    border-color: rgba(98,210,220,.62);
    box-shadow: 0 26px 60px rgba(15,48,62,.16);
}
.mt-project-image{
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #eaf3f5;
}
.mt-project-image img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top center;
    transition: transform .55s ease;
}
.mt-project-card:hover .mt-project-image img{
    transform: scale(1.035);
}
.mt-project-image::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(10,36,47,.20), transparent 48%);
    pointer-events: none;
}
.mt-project-status{
    position: absolute;
    z-index: 2;
    top: 18px;
    left: 18px;
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .04em;
    box-shadow: 0 8px 24px rgba(0,0,0,.18);
}
.mt-project-status-live{
    background: #15875c;
}
.mt-project-status-progress{
    background: #17546a;
}
.mt-project-status-upcoming{
    background: #735b27;
}
.mt-project-open{
    position: absolute;
    z-index: 2;
    right: 18px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #123443;
    background: rgba(255,255,255,.94);
    box-shadow: 0 10px 26px rgba(0,0,0,.18);
    transition: color .25s ease, background .25s ease, transform .25s ease;
}
.mt-project-card:hover .mt-project-open{
    color: #fff;
    background: #62d2dc;
    transform: translateY(-3px);
}
.mt-project-open i{
    font-size: 20px;
}
.mt-project-body{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 30px 31px 31px;
}
.mt-project-type{
    display: block;
    margin-bottom: 8px;
    color: var(--brcolor);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.mt-project-body h3{
    margin: 0 0 13px;
    color: var(--bgcolor);
    font-size: 29px;
    line-height: 1.25;
}
.mt-project-body p{
    margin: 0 0 20px;
    color: #607681;
    font-size: 16px;
    line-height: 1.7;
}
.mt-project-body ul{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: auto 0 24px;
    padding: 0;
    list-style: none;
}
.mt-project-body ul li{
    padding: 7px 11px;
    border-radius: 999px;
    color: #375865;
    background: #edf6f7;
    font-size: 12px;
    font-weight: 700;
}
.mt-project-link{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    color: var(--bgcolor);
    font-weight: 800;
}
.mt-project-link i{
    color: var(--brcolor);
    font-size: 19px;
    transition: transform .25s ease;
}
.mt-project-link:hover{
    color: var(--brcolor);
}
.mt-project-link:hover i{
    transform: translateX(5px);
}
.mt-project-link-disabled{
    color: #8799a1;
    cursor: default;
}
.mt-project-placeholder{
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 20% 20%, rgba(98,210,220,.25), transparent 32%),
        linear-gradient(135deg, #102f3c 0%, #174e61 52%, #1b6875 100%);
}
.mt-project-placeholder::after{
    background:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 30px 30px;
}
.mt-project-placeholder-content{
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    text-align: center;
}
.mt-project-placeholder-content i{
    margin-bottom: 18px;
    color: #62d2dc;
    font-size: 68px;
}
.mt-project-placeholder-content span{
    margin-bottom: 5px;
    color: rgba(255,255,255,.68);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.mt-project-placeholder-content strong{
    color: #fff;
    font-size: 27px;
}
.mt-projects-footer{
    margin-top: 23px;
}
.mt-projects-footer p{
    margin: 0 0 16px;
    color: #607681;
    font-size: 17px;
}
.mt-projects-footer a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 54px;
    padding: 14px 24px;
    border-radius: 10px;
    color: #123443;
    background: #62d2dc;
    font-weight: 800;
    box-shadow: 0 12px 30px rgba(98,210,220,.22);
    transition: transform .25s ease, color .25s ease, background .25s ease;
}
.mt-projects-footer a:hover{
    color: #fff;
    background: #16475a;
    transform: translateY(-2px);
}
@media (max-width: 991px){
    .mt-projects-section{
        padding: 88px 0 78px;
    }
    .mt-project-body{
        padding: 26px 25px 27px;
    }
    .mt-project-body h3{
        font-size: 25px;
    }
}
@media (max-width: 767px){
    .mt-projects-heading{
        margin-bottom: 40px;
    }
    .mt-projects-heading p{
        font-size: 16px;
    }
}
@media (max-width: 575px){
    .mt-projects-section{
        padding: 74px 0 64px;
    }
    .mt-project-card{
        border-radius: 18px;
    }
    .mt-project-body{
        padding: 24px 22px 25px;
    }
    .mt-project-body h3{
        font-size: 24px;
    }
    .mt-projects-footer a{
        width: 100%;
    }
}


/* ===== Warum MT Web & IT Service ===== */
.mt-reasons-section{
    position: relative;
    padding: 110px 0 100px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 8% 12%, rgba(98,210,220,.18), transparent 27%),
        radial-gradient(circle at 92% 88%, rgba(98,210,220,.10), transparent 30%),
        linear-gradient(135deg, #0c2935 0%, #123f50 52%, #155668 100%);
}
.mt-reasons-section::before{
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .42;
    background-image:
        linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
    background-size: 38px 38px;
}
.mt-reasons-section .container{
    position: relative;
    z-index: 1;
}
.mt-reasons-heading{
    margin-bottom: 54px;
}
.mt-reasons-eyebrow{
    display: inline-block;
    margin-bottom: 14px;
    color: #62d2dc;
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .13em;
}
.mt-reasons-heading h2{
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(38px, 4vw, 55px);
    line-height: 1.12;
}
.mt-reasons-heading p{
    max-width: 800px;
    margin: 0 auto;
    color: rgba(255,255,255,.74);
    font-size: 18px;
    line-height: 1.75;
}
.mt-reasons-grid > div{
    display: flex;
    margin-bottom: 30px;
}
.mt-reason-card{
    position: relative;
    width: 100%;
    min-height: 282px;
    padding: 31px 29px 28px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 20px;
    background: rgba(255,255,255,.075);
    box-shadow: 0 17px 42px rgba(0,0,0,.14);
    backdrop-filter: blur(7px);
    transition: transform .28s ease, background .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.mt-reason-card::after{
    content: "";
    position: absolute;
    right: -48px;
    bottom: -55px;
    width: 135px;
    height: 135px;
    border-radius: 50%;
    background: rgba(98,210,220,.07);
    transition: transform .35s ease, background .35s ease;
}
.mt-reason-card:hover{
    transform: translateY(-7px);
    border-color: rgba(98,210,220,.48);
    background: rgba(255,255,255,.11);
    box-shadow: 0 25px 55px rgba(0,0,0,.21);
}
.mt-reason-card:hover::after{
    transform: scale(1.22);
    background: rgba(98,210,220,.14);
}
.mt-reason-number{
    position: absolute;
    top: 19px;
    right: 21px;
    color: rgba(255,255,255,.10);
    font-size: 37px;
    line-height: 1;
    font-weight: 900;
}
.mt-reason-icon{
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 66px;
    height: 66px;
    margin-bottom: 23px;
    border-radius: 18px;
    color: #62d2dc;
    background: rgba(98,210,220,.13);
    transition: color .28s ease, background .28s ease, transform .28s ease;
}
.mt-reason-icon i{
    font-size: 33px;
    line-height: 1;
}
.mt-reason-card:hover .mt-reason-icon{
    color: #123443;
    background: #62d2dc;
    transform: rotate(-3deg) scale(1.04);
}
.mt-reason-card h3{
    position: relative;
    z-index: 1;
    margin: 0 0 13px;
    color: #fff;
    font-size: 23px;
    line-height: 1.28;
}
.mt-reason-card p{
    position: relative;
    z-index: 1;
    margin: 0;
    color: rgba(255,255,255,.69);
    font-size: 15px;
    line-height: 1.72;
}
.mt-reasons-promise{
    display: grid;
    grid-template-columns: auto minmax(0,1fr) auto;
    align-items: center;
    gap: 23px;
    margin-top: 19px;
    padding: 27px 29px;
    border: 1px solid rgba(98,210,220,.27);
    border-radius: 20px;
    background: rgba(7,28,37,.50);
    box-shadow: 0 20px 50px rgba(0,0,0,.20);
}
.mt-reasons-promise-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 18px;
    color: #123443;
    background: #62d2dc;
}
.mt-reasons-promise-icon i{
    font-size: 31px;
}
.mt-reasons-promise-copy span{
    display: block;
    margin-bottom: 5px;
    color: #62d2dc;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.mt-reasons-promise-copy strong{
    display: block;
    color: #fff;
    font-size: 21px;
    line-height: 1.35;
}
.mt-reasons-promise a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 52px;
    padding: 13px 20px;
    border-radius: 10px;
    color: #123443;
    background: #62d2dc;
    font-weight: 800;
    white-space: nowrap;
    transition: transform .25s ease, color .25s ease, background .25s ease;
}
.mt-reasons-promise a:hover{
    color: #123443;
    background: #fff;
    transform: translateY(-2px);
}
@media (max-width: 991px){
    .mt-reasons-section{
        padding: 88px 0 79px;
    }
    .mt-reasons-promise{
        grid-template-columns: auto 1fr;
    }
    .mt-reasons-promise a{
        grid-column: 1 / -1;
        width: 100%;
    }
}
@media (max-width: 575px){
    .mt-reasons-section{
        padding: 74px 0 66px;
    }
    .mt-reasons-heading{
        margin-bottom: 40px;
    }
    .mt-reasons-heading p{
        font-size: 16px;
    }
    .mt-reason-card{
        min-height: 0;
        padding: 28px 24px 25px;
        border-radius: 17px;
    }
    .mt-reason-card h3{
        font-size: 22px;
    }
    .mt-reasons-promise{
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 24px 21px;
        text-align: center;
    }
    .mt-reasons-promise-icon{
        margin: 0 auto;
    }
    .mt-reasons-promise a{
        grid-column: auto;
        white-space: normal;
    }
}


/* ===== Finaler Kontaktbereich ===== */
.mt-final-contact-section{
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 7% 15%, rgba(98,210,220,.14), transparent 27%),
        radial-gradient(circle at 94% 86%, rgba(20,67,84,.08), transparent 30%),
        #f3f8f9;
}
.mt-final-contact-section::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 120px;
    height: 4px;
    border-radius: 0 0 8px 8px;
    background: #62d2dc;
    transform: translateX(-50%);
}
.mt-final-contact-info,
.mt-contact-form-card{
    height: 100%;
}
.mt-final-contact-info{
    padding: 20px 43px 20px 0;
}
.mt-final-contact-eyebrow{
    display: inline-block;
    margin-bottom: 16px;
    color: var(--brcolor);
    font-size: 13px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .13em;
}
.mt-final-contact-info h2{
    margin: 0 0 20px;
    color: var(--bgcolor);
    font-size: clamp(38px, 4vw, 52px);
    line-height: 1.13;
}
.mt-final-contact-intro{
    margin: 0 0 33px;
    color: #607681;
    font-size: 17px;
    line-height: 1.75;
}
.mt-contact-methods{
    display: grid;
    gap: 13px;
}
.mt-contact-method{
    display: grid;
    grid-template-columns: auto minmax(0,1fr);
    align-items: center;
    gap: 17px;
    padding: 16px 17px;
    border: 1px solid rgba(20,67,84,.10);
    border-radius: 16px;
    color: inherit;
    background: rgba(255,255,255,.78);
    transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease;
}
a.mt-contact-method:hover{
    color: inherit;
    transform: translateX(5px);
    border-color: rgba(98,210,220,.60);
    background: #fff;
    box-shadow: 0 12px 30px rgba(15,48,62,.09);
}
.mt-contact-method-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 15px;
    color: #123443;
    background: rgba(98,210,220,.30);
}
.mt-contact-method-icon i{
    font-size: 25px;
    line-height: 1;
}
.mt-contact-method small,
.mt-contact-method strong,
.mt-contact-method em{
    display: block;
}
.mt-contact-method small{
    margin-bottom: 3px;
    color: var(--brcolor);
    font-size: 11px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}
.mt-contact-method strong{
    margin-bottom: 3px;
    color: var(--bgcolor);
    font-size: 17px;
    line-height: 1.35;
}
.mt-contact-method em{
    color: #6c8089;
    font-size: 13px;
    line-height: 1.4;
    font-style: normal;
}
.mt-contact-assurance{
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 24px;
    padding: 17px 19px;
    border-radius: 16px;
    color: #fff;
    background: linear-gradient(125deg, #113746, #18566a);
    box-shadow: 0 16px 35px rgba(15,48,62,.18);
}
.mt-contact-assurance i{
    color: #62d2dc;
    font-size: 31px;
}
.mt-contact-assurance p{
    margin: 0;
    color: rgba(255,255,255,.78);
    font-size: 14px;
    line-height: 1.5;
}
.mt-contact-assurance strong{
    color: #fff;
}
.mt-contact-form-card{
    padding: 37px 36px 31px;
    border: 1px solid rgba(20,67,84,.10);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(15,48,62,.12);
}
.mt-contact-form-heading{
    margin-bottom: 27px;
}
.mt-contact-form-heading > span{
    display: block;
    margin-bottom: 7px;
    color: var(--brcolor);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .10em;
    text-transform: uppercase;
}
.mt-contact-form-heading h3{
    margin: 0 0 8px;
    color: var(--bgcolor);
    font-size: 30px;
    line-height: 1.25;
}
.mt-contact-form-heading p{
    margin: 0;
    color: #788b93;
    font-size: 13px;
}
.mt-form-group{
    margin-bottom: 19px;
}
.mt-form-group label{
    display: block;
    margin-bottom: 8px;
    color: #294d5b;
    font-size: 13px;
    font-weight: 800;
}
.mt-form-group input,
.mt-form-group select,
.mt-form-group textarea{
    width: 100%;
    min-height: 53px;
    padding: 13px 15px;
    border: 1px solid #d8e4e8;
    border-radius: 10px;
    outline: none;
    color: #173e50;
    background: #f9fbfc;
    font-family: inherit;
    font-size: 15px;
    transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.mt-form-group textarea{
    min-height: 142px;
    resize: vertical;
}
.mt-form-group input:focus,
.mt-form-group select:focus,
.mt-form-group textarea:focus{
    border-color: #62d2dc;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(98,210,220,.15);
}
.mt-form-group input::placeholder,
.mt-form-group textarea::placeholder{
    color: #98a8af;
}
.mt-privacy-check{
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: flex-start;
    margin: 1px 0 22px;
    color: #667c86;
    font-size: 13px;
    line-height: 1.55;
    cursor: pointer;
}
.mt-privacy-check input{
    width: 17px;
    height: 17px;
    margin-top: 2px;
    accent-color: #1a7585;
}
.mt-privacy-check a{
    color: #176072;
    font-weight: 700;
    text-decoration: underline;
}
.mt-contact-submit{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 56px;
    padding: 14px 23px;
    border: 0;
    border-radius: 10px;
    color: #123443;
    background: #62d2dc;
    box-shadow: 0 12px 30px rgba(98,210,220,.25);
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .25s ease, color .25s ease, background .25s ease;
}
.mt-contact-submit:hover{
    color: #fff;
    background: #16475a;
    transform: translateY(-2px);
}
.mt-contact-submit:disabled{
    cursor: wait;
    opacity: .68;
    transform: none;
}
.mt-contact-form-note{
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 21px 0 0;
    color: #82949b;
    font-size: 12px;
}
.mt-contact-form-note i{
    color: #1b7584;
    font-size: 16px;
}
.mt-honeypot{
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}
.form-messege{
    margin-top: 15px;
    font-size: 14px;
    font-weight: 700;
}
.form-messege.success{
    color: #14734d;
}
.form-messege.error{
    color: #b43d3d;
}
@media (max-width: 991px){
    .mt-final-contact-section{
        padding: 88px 0;
    }
    .mt-final-contact-info{
        padding: 0;
        margin-bottom: 38px;
    }
}
@media (max-width: 575px){
    .mt-final-contact-section{
        padding: 74px 0;
    }
    .mt-final-contact-info h2{
        font-size: 37px;
    }
    .mt-contact-form-card{
        padding: 28px 21px 25px;
        border-radius: 19px;
    }
    .mt-contact-form-heading h3{
        font-size: 25px;
    }
    .mt-contact-submit{
        width: 100%;
    }
    .mt-contact-method{
        grid-template-columns: auto 1fr;
        padding: 14px;
    }
}


/* ===== Rechtliche Seiten ===== */
.mt-legal-page{
    background: #f4f8f9;
}
.mt-legal-header{
    padding: 18px 0;
    border-bottom: 1px solid rgba(20,67,84,.10);
    background: #fff;
}
.mt-legal-header-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.mt-legal-header img{
    width: auto;
    max-width: 235px;
    max-height: 70px;
}
.mt-legal-back{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 17px;
    border-radius: 9px;
    color: #123443;
    background: #62d2dc;
    font-weight: 800;
}
.mt-legal-back:hover{
    color: #fff;
    background: #16475a;
}
.mt-legal-hero{
    padding: 78px 0 62px;
    color: #fff;
    background:
        radial-gradient(circle at 10% 20%, rgba(98,210,220,.20), transparent 28%),
        linear-gradient(125deg, #0e2f3c, #155568);
}
.mt-legal-hero span{
    display: block;
    margin-bottom: 12px;
    color: #62d2dc;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
}
.mt-legal-hero h1{
    margin: 0 0 13px;
    color: #fff;
    font-size: clamp(40px, 5vw, 61px);
}
.mt-legal-hero p{
    max-width: 760px;
    margin: 0;
    color: rgba(255,255,255,.76);
    font-size: 17px;
}
.mt-legal-content{
    padding: 70px 0 90px;
}
.mt-legal-card{
    padding: 42px 44px;
    border: 1px solid rgba(20,67,84,.10);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 17px 48px rgba(15,48,62,.09);
}
.mt-legal-card h2{
    margin: 37px 0 14px;
    color: #163f50;
    font-size: 27px;
}
.mt-legal-card h2:first-child{
    margin-top: 0;
}
.mt-legal-card h3{
    margin: 25px 0 10px;
    color: #1a5365;
    font-size: 21px;
}
.mt-legal-card p,
.mt-legal-card li{
    color: #5e737d;
    font-size: 16px;
    line-height: 1.75;
}
.mt-legal-card ul{
    padding-left: 22px;
}
.mt-legal-card a{
    color: #176577;
    font-weight: 700;
    text-decoration: underline;
}
.mt-legal-address{
    padding: 20px 22px;
    border-left: 5px solid #62d2dc;
    border-radius: 10px;
    background: #eef7f8;
}
.mt-legal-address p{
    margin: 0;
}
.mt-legal-note{
    margin-top: 30px;
    padding: 18px 20px;
    border-radius: 12px;
    background: #fff6df;
    color: #72591b;
    font-size: 14px;
    line-height: 1.65;
}
.mt-legal-footer{
    padding: 28px 0;
    color: rgba(255,255,255,.72);
    background: #102f3c;
}
.mt-legal-footer-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}
.mt-legal-footer p{
    margin: 0;
    color: inherit;
}
.mt-legal-footer a{
    margin-left: 16px;
    color: #fff;
}
@media (max-width: 767px){
    .mt-legal-header-inner,
    .mt-legal-footer-inner{
        align-items: flex-start;
        flex-direction: column;
    }
    .mt-legal-header img{
        max-width: 205px;
    }
    .mt-legal-hero{
        padding: 60px 0 49px;
    }
    .mt-legal-content{
        padding: 48px 0 65px;
    }
    .mt-legal-card{
        padding: 29px 23px;
        border-radius: 18px;
    }
    .mt-legal-footer a{
        margin: 0 15px 0 0;
    }
}


/* ===== Kontrastkorrektur Navigation und Hero-Hinweis ===== */
@media (min-width: 992px){
    .main_menu_area.absolute_menu{
        background: rgba(8, 31, 41, .97) !important;
        border-bottom: 1px solid rgba(255,255,255,.12);
        box-shadow: 0 10px 30px rgba(0,0,0,.18);
        backdrop-filter: blur(12px);
    }

    .main_menu_area.absolute_menu .inner_main_nav_area > ul > li > a{
        color: #ffffff !important;
        font-weight: 750;
        text-shadow: 0 1px 2px rgba(0,0,0,.34);
    }

    .main_menu_area.absolute_menu .inner_main_nav_area > ul > li > a:hover,
    .main_menu_area.absolute_menu .inner_main_nav_area > ul > li.current > a{
        color: #62d2dc !important;
    }

    .main_menu_area.absolute_menu .header_phone a{
        color: #102f3c !important;
        background: #62d2dc !important;
        border: 1px solid rgba(255,255,255,.30);
        border-radius: 7px;
        box-shadow: 0 8px 22px rgba(0,0,0,.18);
    }

    .main_menu_area.absolute_menu .header_phone a:hover{
        color: #102f3c !important;
        background: #ffffff !important;
    }

    .main_menu_area.absolute_menu .main_nav_icon_right > i{
        color: #ffffff !important;
    }
}

.mt-hero-note{
    display: inline-flex !important;
    align-items: center;
    width: max-content;
    max-width: 100%;
    margin: 2px 0 0 !important;
    padding: 11px 16px;
    border: 1px solid rgba(98,210,220,.52);
    border-radius: 999px;
    color: #ffffff !important;
    background: rgba(7,29,38,.76);
    box-shadow: 0 10px 26px rgba(0,0,0,.20);
    font-size: 15px !important;
    line-height: 1.4;
    font-weight: 750 !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.26);
    backdrop-filter: blur(8px);
}

.mt-hero-note i{
    flex: 0 0 auto;
    color: #62d2dc !important;
    margin-right: 8px !important;
    font-size: 18px;
}

@media (max-width: 991px){
    .mt-hero-note{
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (max-width: 575px){
    .mt-hero-note{
        width: 100%;
        justify-content: center;
        padding: 10px 13px;
        border-radius: 12px;
        font-size: 14px !important;
        text-align: center;
    }
}


/* ===== Kollegiales Netzwerk ===== */
.mt-network-section{
    position: relative;
    padding: 82px 0;
    overflow: hidden;
    background: #eef6f8;
}
.mt-network-section::before{
    content: "";
    position: absolute;
    top: -130px;
    right: -100px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: rgba(98,210,220,.12);
}
.mt-network-card{
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: auto minmax(0,1fr) auto;
    align-items: center;
    gap: 25px;
    padding: 30px 32px;
    border: 1px solid rgba(20,67,84,.12);
    border-radius: 21px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(15,48,62,.10);
}
.mt-network-icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border-radius: 19px;
    color: #123443;
    background: #62d2dc;
}
.mt-network-icon i{
    font-size: 34px;
}
.mt-network-copy span{
    display: block;
    margin-bottom: 7px;
    color: #1d7384;
    font-size: 12px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.mt-network-copy h2{
    margin: 0 0 9px;
    color: #163f50;
    font-size: 29px;
    line-height: 1.25;
}
.mt-network-copy p{
    margin: 0;
    color: #607681;
    font-size: 15px;
    line-height: 1.68;
}
.mt-network-action a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 52px;
    padding: 13px 20px;
    border-radius: 10px;
    color: #fff;
    background: #16475a;
    font-weight: 800;
    white-space: nowrap;
    transition: transform .25s ease, background .25s ease;
}
.mt-network-action a:hover{
    color: #123443;
    background: #62d2dc;
    transform: translateY(-2px);
}
.mt-network-note{
    display: block;
    margin-top: 12px;
    color: #83949b;
    font-size: 12px;
}
@media (max-width: 991px){
    .mt-network-card{
        grid-template-columns: auto 1fr;
    }
    .mt-network-action{
        grid-column: 1 / -1;
    }
    .mt-network-action a{
        width: 100%;
    }
}
@media (max-width: 575px){
    .mt-network-section{
        padding: 62px 0;
    }
    .mt-network-card{
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 25px 21px;
        text-align: center;
    }
    .mt-network-icon{
        margin: 0 auto;
    }
    .mt-network-copy h2{
        font-size: 25px;
    }
    .mt-network-action{
        grid-column: auto;
    }
}
