/*
    Template Name: Forak Bootstrap 4 Template
*/
/*
    CSS INDEX
    =======================
    -- Primary Css
    -- Header Css  
    -- Slider Css
    -- About Css
    -- Sevice Css
    -- Portfolio Css
    -- Blog Css 
    -- Testimonel Css
    -- Contact Css
    -- Footer Css
    -- Project Details Css 
    -- Blog Details Css
*/


/*
CUSTOM CSS
*/
.nav-link {
    cursor: pointer;
}

#languageSelect {
    border: none !important;
    margin-left: 5px;
    font-size: 18px;
}

#languageSelect::selection {
    border: none !important;
}

#telnumber {
    cursor: pointer;
    color: #ffffff;
    font-size: 1.5rem;
    height: auto;
    font-weight: bold;
    padding: 30px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 0px;
    display: inline-block;
    text-decoration: underlineé;
}

#telnumber:hover {
    font-weight: 900;
}

#home p {

}


/*======================================

/* Ensure alignment and spacing in dropdown */
.nav-item {
    display: flex;
    align-items: center;
    margin: auto;
}

/* Ensure smooth flag display */
.flag-select option {
    background: none;
    font-size: 1.5em; /* Flags font size */
    padding: 5px; /* Optional for dropdown padding */
    text-align: center;
}


/*======================================
== -- Primary Css
=========================================*/
* {
    box-sizing: border-box;
  }
html {
    width: 100%; 
    overflow-x: hidden;
}
/*Fonts calling here*/
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700|Josefin+Sans:300,400,600,700');
body {
    overflow-x: hidden;
    width: 100vw;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
	color: #222;
    line-height: 24px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

img{
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
a,
.btn {
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.btn {
    border-radius: 0px;
    font-size: 14px;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px;
}
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}
a:hover {
  color: rgb(0, 89, 150);
  text-decoration: none;
}
a:focus {
  color: rgb(0, 89, 150);
  text-decoration: none;
}
a,
button,
input {
    outline: medium none;
    color: #686868;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.uppercase { 
    text-transform: uppercase
}
.capitalize { 
    text-transform: capitalize
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: normal;
    color: #303030;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { 
    color: inherit;
}
a {
    text-decoration: none;
}
h1 {
  font-size: 50px;
  /* font-weight: 600; */
  text-transform: uppercase;
}
h2 {
  font-size: 32px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 22px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
ul {
    margin: 0px;
    padding: 0px;
}
li { list-style: none }
p {
    font-size: 15px;
    font-weight: normal;
    line-height: 26px;
    color: #555;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;
}
hr{
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
label {
    font-size: 15px;
    font-weight: 400;
    color: #626262;
}
*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
.mark, mark {
    background: #4fc1f0 none repeat scroll 0 0;
    color: #ffffff;
}
.f-left {
    float: left
}
.f-right {
    float: right
}
.fix {
    overflow: hidden
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.button {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #9c9c9c;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #9c9c9c;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  overflow: hidden;
  padding: 12px 30px;
  position: relative;
  text-transform: uppercase;
}
.button:hover{border:1px solid #fff;color:#fff}

/*Input css*/
input {
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #626262;
    width: 100%;
}
select {
    width: 100%;
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    padding-left: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    color: #626262;
}
option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 14px;
}
input:focus {
    background: transparent;
    border: 2px solid #4FC1F0;
}
textarea {
    resize: vertical;
    background: #eceff8;
    border: 2px solid #eceff8;
    padding: 10px;
    width: 100%;
    font-size: 14px;
}
textarea:focus {
    background: transparent;
    border: 2px solid #4FC1F0;
    outline: none;
}
::-moz-placeholder {
    color: #444;
}
.input-group.divcenter.input-group .form-control { 
    padding-left: 0px 
}

.section-title h2 {
    
    margin-bottom: 40px;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}

.section-title h2::after {
    position: absolute;
    height: 32px;
    width: 4px;
    content: '';
    background: #D9000D;
    left: 0;
    top: 2px;
}

.container {
    width: 100%;
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1170px;
    }
}

/*==========================================
== -- Header Css
============================================*/
.section_space {
    padding: 100px 0;
}
.navArea {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 11;
}
.logo-img img {
    width: 100px;
    margin-left: 60px;
}
.logo {
    display: flex;
    align-items: center;
}
.logo p {
    margin: 5px 0 0 10px;
    line-height: 20px;
}
button:focus {
    outline: none;
}
.navbar-toggler {
    position: relative;
    padding: 5px;
}
.navbar-nav .nav-item a{
    font-size: 1.25rem;
    color: #333;
}
.navbar-nav .nav-item.active a:focus {
    color: #333;
    text-decoration: none;
}
.navbar-nav .nav-item.active a{
    color: rgb(0, 89, 150);
}
.navbar-toggler span {
    width: 28px;
    height: 2px;
    background: white;
    display: block;
    margin-bottom: 6px;
    transition: all 0.4s ease-in-out;
}
.navbar-toggler[aria-expanded="true"] span:first-child {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-5px, 6px);
}
.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}
.navbar-toggler[aria-expanded="true"] span:last-child {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-5px, -6px);
}
.intelligent-header.headroom--not-top {
  background: rgba(250, 250, 250, 0.9) none repeat scroll 0 0;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.intelligent-header {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.headroom--unpinned {
  -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
}
.intelligent-header.headroom--pinned {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.headroom--pinned {
  -webkit-transform: translateY(0%);
      transform: translateY(0%);
}
.navbar-toggler {
    position: relative;
}

/*==================================
==    -- Slider Css 
=====================================*/

.slider-wrapper {
    display: flex;
    height: 850px;
    align-items: center;
}
/*.slider-image {
    background-image: url(../img/slider/slider-01.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}*/

#heroImages {
    width: 58%;
    height: auto;
    object-fit: cover;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#heroImages img {
    width: 13.5rem;
    height: auto;
    object-fit: cover;
}

#heroImages img:first-child {
    transform: rotate(-10deg);
    z-index: 2;
}

#heroImages img:nth-child(2) {
    padding-bottom: 1rem;
}

#heroImages img:last-child {
    transform: rotate(10deg);
    z-index: 1;
}

#meSigns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    gap: 1rem;
}

#meSigns img {
    width: 30%;
    height: auto;
    object-fit: cover;
}

.slider-text-info {
    margin-top: 70px
}

.slider-text-info span, .profile-desc span{
    background-color: rgb(0, 89, 150);
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 10px 30px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 0px;
    display: inline-block;
    cursor: pointer;
}

#callToActionContent span {
    color: #ffffff;
    font-size: 1.5rem;
    height: auto;
    font-weight: bold;
    padding: 30px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 0px;
    display: inline-block;
}

.slider-text-info span {
    font-size: 17px;
}

.profile-desc span, #callToActionContent span {
    border-top-left-radius: 0px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.slider-text-info h1 {
    margin-top: 25px;
}

.slider-text-info p {
    max-width: 480px;
}

.social ul li {
    display: inline-block;
    margin-right: 10px;
}

.social ul li > a {
    font-size: 16px;
    margin-right: 10px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
    color: #333;
}

.primary-btn {
    margin-top: 25px;
}

.primary-btn {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    display: block;
    position: relative;
    color: #333;
    margin-left: 50px;
    transition: all linear .3s;
}

.primary-btn::before {
    position: absolute;
    width: 40px;
    content: '';
    background: #444;
    height: 2px;
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
}



/*==================================
==  -- About Css
===================================*/
/*.about_section {
    background: #f8f8f8;
}*/

#callToAction {
    background-color: rgb(0, 89, 150);
}

#callToActionContent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#callToActionContent img{
    width: 20rem;
    border-radius: 0.5rem;
    border: 5px solid white;
}


.about-box {

    display: block;
    margin-right: 0;
    margin-top: 0;
    position: relative;
}

.porfile-photo {
    position: relative;
    -webkit-transform: translateY(24px) translateX(24px);
    transform: translateY(24px) translateX(24px);
    margin-bottom: 30px;
}

.porfile-overly {
    background: rgba(0, 0, 0, 0.57) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    height: 0;
    width: 100%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.porfile-photo > img {
    border-radius: 5px;
}

.profile-desc > p {
    margin-bottom: 25px;
}

.profile-about ul li {
    margin-bottom: 10px;
}

.profile-about ul li:nth-child(2n+1) {
    float: left;
    width: 40%;
}
.profile-about ul li:nth-child(2n) {
    float: left;
    width: 60%;
}
.profile-about span {
    color: #333333;
    font-weight: 500;
}
/*========================================
==   -- Sevice Css
=========================================*/

.service_section {
    padding: 100px 0 70px;
}

.single_service {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16);
    margin-bottom: 30px;
    padding: 40px 30px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

.single_service::before,
.single_service::after {
    top: 0;
    left: 0;
    width: 0px;
    height: 2px;
    background-color: rgb(0, 89, 150);
    position: absolute;
    content: "";
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;

}

.single_service::after {
    bottom: 0;
    left: auto;
    top: auto;
    right: 0;

}

.single_service > .icon {
    background-color: rgba(30, 187, 163, 0.08);
    border-radius: 50px 3px 50px 50px;
    height: 65px;
    line-height: 65px;
    margin: 0 auto 20px;
    width: 65px;
    color: rgb(0, 89, 150);
    font-size: 24px;
    -webkit-transition: linear 0.2s;
    transition: linear 0.2s;
}

.single_service .service_info > h2 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 15px;
}

.single_service .service_info > p {
    margin-bottom: 0;
}

.single_service:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.single_service:hover::before,
.single_service:hover::after {
    width: 50%;
}

.resume_section_area .signs{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.resume_section_area h2 {
     margin-bottom: 40px;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}

.resume_section_area h2::after {
    position: absolute;
    height: 32px;
    width: 4px;
    content: '';
    background: #D9000D;
    left: 0;
    top: 2px;
}

.resume_section {
    background: #fff;
    padding: 100px 0 70px;
}

.resume_section_area .content {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 30px;
    background: #fff;
    width: 30%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.resume_section_area .content h4 {
    text-align: center;
    font-weight: 600;
    padding: 0;
    margin: 0;
}

/*===========================================
== -- Portfolio Css 
============================================= */
.portfolio_section {
    width: 100vw;
    padding: 100px 0 95px;
}

.portfolio-menu {
    margin-bottom: 30px;
}

.portfolio-menu button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: none;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 3px 12px;
    position: relative;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid transparent;
}

.portfolio-menu button:focus {
    outline: none;
}

.portfolio-menu button.active {
    border: 1px solid rgb(0, 89, 150);
}
.portfolio-grid .col-coustom {
    width: 25%;
    float: left;
    padding: 5px;
    margin-bottom: 1rem;
}
.portfolio-grid {
    margin-left: -5px;
    margin-right: -5px;
}

.portfolio-grid img {
    position: relative;
    display: block;
    width: 100%;
}

.portfolio-grid figure {
    width: 15rem;
    float: left;
    position: relative;
    margin-bottom: 0;
}

.portfolio-grid figure a,
.portfolio-rid figure a img {
    display: block;
    position: relative;
}

.portfolio-grid figure a {
    position: relative;
    display: block;
    overflow: hidden;
}

.portfolio-grid figure a div {
    width: 15rem;
    top: 0px;
    left: -100%;
    position: absolute;
    background: transparent;
    height: 100%;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.portfolio-grid figure a div:before {
    background-color: #333333;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.portfolio-grid figure a div:before {
    background-color: #333333;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.portfolio-grid figure a:hover div {
    left: 0px;
}

.portfolio-grid figure a div h5 {
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    margin: 12px;
    padding: 5px 0;
    position: relative;
    z-index: 1;
}

.portfolio-grid figure a div h5:after {
    background: rgb(0, 89, 150) none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
}

.portfolio-grid figure a div i {
    bottom: 14px;
    color: rgb(0, 89, 150);
    font-size: 18px;
    margin: 0;
    position: absolute;
    right: 20px;
}

.portfolio-grid figure a div span {
    display: block;
    padding: 10px 0;
    text-transform: uppercase;
    font-weight: normal;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 -10px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 -10px 0 rgba(255, 255, 255, 0.3);
}

#wantedText, #portfolioTekst, #contactText{
    text-align: center;;
    font-weight: 600;
    padding: auto;
    margin: 2rem;
}

#footer {
    line-height: 20-5rem;
    margin-top: auto;
    background-color: rgb(217, 0, 13);
    color: white;
    font-size: 5rem;
    font-weight: 5rem;
    border-radius: 4rem 4rem 0 0;
}

/*================================
==   -- Blog Css
==================================*/


.leats_blog_section {
    background: #f1f1f1;
    padding: 100px 0;
}
.blog-image {
    position: relative;
    overflow: hidden;
}
.blog-image a{
    display: block;
}
.single_lates_blog:hover .blog-image a img {
    transform: scale(1.2);
}
.date span{
    font-size: 12px;
    font-weight: 600;
    padding: 8px 20px 8px;
    background: rgb(0, 89, 150);
    position: absolute;
    top: 15px;
    left: 0;
    line-height: 1;
    border-radius: 0px 25px 25px 0;
    color: #fff;
}

.blog-content {
    padding: 25px 30px;
    background: #fff;
    border: 1px solid #f1f1f1;
}

.blog-content h4 {
    font-weight: 600;
}
.blog-content .blog-title a{
    text-decoration: none;
}

.blog-content .read_more a {
    color: rgb(0, 89, 150);
}

.blog-content .read_more a:hover {
    padding-left: 5px;
}

.fun_facts_area {
    padding: 100px 0 70px;
    background: #f8f8f8;
}

.single_fun_facts {
    text-align: center;
    margin-bottom: 25px;
}

.single_fun_facts .icon {
    font-size: 22px;
    margin-bottom: 15px;
}

.single_fun_facts .single-counter h3 {
    font-weight: 600;
    margin-bottom: 3px;
    line-height: 20px;
}

/*===========================================
==  -- Testimonel Css
==============================================*/
.testimonel_area {
    overflow: hidden;
    padding: 100px 0;
}

.testimonel-item {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 5px;
    overflow: hidden;
    padding: 40px;
    position: relative;
}

.testimonel-item:after {
    border-color: rgb(0, 89, 150) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    -o-border-image: none;
    border-image: none;
    border-style: solid;
    border-width: 191px;
    content: "";
    height: 72px;
    left: -199px;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    width: 77px;
    z-index: 1;
}

.testimonel-cont {
    padding-left: 130px;
}

.testimonel-cont a {
    color: #777777;
    font-size: 15px;
}

.testimonel-img {
    border-radius: 50%;
    float: left;
    margin: 0px auto;
    overflow: hidden;
    position: relative;
    width: 110px;
    z-index: 999;
}

.testimonel-item h4 {
    margin-bottom: 5px;
    font-weight: 600;
    color: rgb(0, 89, 150);
}

.testimonel-cont > p {
    font-size: 15px;
    font-style: italic;
}

.testimonel-carousel .owl-dots {
    bottom: 10px;
    left: 0;
    right: 0;
    text-align: center;
}

.testimonel-carousel .owl-dot {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid rgb(0, 89, 150);
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    margin: 0 3px;
    width: 10px;
}

.testimonel-carousel .owl-dot.active {
    background: rgb(0, 89, 150) none repeat scroll 0 0;
    border-radius: 10px;
    padding: 4px 12px;
}

/*==================================
==  -- Contact Css
====================================*/
.contact-area {
    padding: 100px 0;
}

.form-group input {
    height: 40px;
    border-radius: 0;
    font-size: 14px;
}

.form-group textarea {
    border-radius: 0;
    font-size: 14px;
    height: 160px;
}

.contact-area .form-group {
    margin-bottom: 25px;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: 0px;
    color: #000000;
    outline: 0 none;
    border: 1px solid rgb(0, 89, 150);
}

.contact-from .btn-success {
    background-color: rgb(0, 89, 150);
    border-color: rgb(0, 89, 150);
    color: #ffffff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    padding: 0 20px;
    height: 40px;
    line-height: 38px;
    text-transform: uppercase;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.contact-from .btn-success:hover {
    background-color: #333;
    border-color: #333;
    color: #ffffff;
}
.help-block.with-errors {
    color: red;
}
.contact_info .icon {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #c1c1c1;
    display: inline-block;
    margin-right: 15px;
}
.contact_info {
    margin-top: 25px;
    display: flex;
    padding: 26px;
    background: #f8f8f8;
}
.contact_info:first-child {
    margin-top: 0px;
}

.contact_info h5 {
    margin-bottom: 0;
}
.contact_info p {
    margin-bottom: 0;
}

/*====================================
== -- Footer Css
========================================*/
.footer-area {
    background: #333333 none repeat scroll 0 0;
    padding: 10px 0;
    text-align: center;
}

.copy-right {
    color: lightgray;
    margin: 0;
}

.copy-right a {
    color: rgb(0, 89, 150);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.copy-right a:hover {
    text-decoration: underline;
}

.footer-social-icon li {
    display: inline-block;
}

.footer-social-icon li a {
    color: #ffffff;
    display: block;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    padding: 0 10px;
}

.footer-social-icon li a:hover {
    color: rgb(0, 89, 150);
}
/*========================================
==   -- Project Details Css
===========================================*/
.single_portfolio_section {
    padding: 180px 0 100px;
}

.single_portfolio_section .single-image{
    margin-bottom: 30px;
}

.single_portfolio_section .single-image:last-child{
    margin-bottom: 0px;
}
.project-list li{
    margin-bottom: 8px;  
}
.project-list li strong {
    font-weight: 600;
    min-width: 110px;
    display: inline-block;
}

.project-list li a {
   color: rgb(0, 89, 150);
}
.social-project strong {
    font-weight: 600;
    min-width: 110px;
    display: inline-block;
}
.social-project ul li {
    margin-right: 15px;
    margin-left: 2px;
    color: rgb(0, 89, 150);
}
.social-project {
    margin-bottom: 30px;
}
.some-dec {
    margin-bottom: 0;
}
.details_area {
    top: 40px;
}

/*========================================
==  -- Blog Details Css
===========================================*/

.blog_details_section {
    padding: 160px 0 100px;
}
.blog-meta  {
    margin-bottom: 15px;
}
.blog-meta li {
    margin-right: 12px;
}
.blog-meta li  a{
    color: #333
}
.blog-meta li i{
    margin-right: 5px;
    color: rgb(0, 89, 150);
}
.blog_details_dec {
    margin-top: 25px;
}
social-share-blog ul li {
    margin-right: 15px;
    margin-left: 2px;
    color: rgb(0, 89, 150);
}
.social-share-blog ul li {
    margin-left: 15px;
    color: rgb(0, 89, 150);
}
.coment__wrap {
    margin-top: 40px;
}
.coment__wrap input, .coment__wrap textarea{
    margin-bottom: 30px;
    width: 100%;
}
.coment__wrap textarea{
    margin-bottom: 30px;
    height: 150px;
}
.submit_btn {
    background: #333;
    padding: 14px 45px;
    color: #fff;
}
.submit_btn:hover {
    background: rgb(0, 89, 150);
    color: #fff;
}

.container {
    padding: 1rem;
    margin: auto;
}

#navBar {
    font-weight: 700;
}

#navBar a {
    font-size: 1.1rem;
    text-transform: uppercase;
}

#languageSelect {
    border: none;
}

#languageSelect option {
    font-size: 1rem;
    height: 3rem;
}

#navBar li a {
    color: #005996;
}

h1, h2, h3, h4, h5, h6, #contact h1, #contact h2, #contact h3, #contact h4, #contact h5, #contact h6, #work h1, #work h2, #work h3, #work h4, #work h5, #work h6, #resume h1, #resume h2, #resume h3, #resume h4, #resume h5, #resume h6 {
    font-family: "Bebas Neue", sans-serif;
}

#home, #work, #resume, #contact {
    padding: 3rem;
    background-color: #F7F7F7;
    width: 1600px;
    margin: 10rem auto;
    border-radius: 5rem;
    height: auto;
}

@media screen and (max-width: 1600px) {
    #home, #work, #resume, #contact {
        width: 90vw;
    }
    
}

@media screen and (max-width: 900px) {
    #home, #work, #resume, #contact {
        padding: 1rem;
    }
    
    #footerContactContainer {
        margin-top: 2rem;
    }

    #headerContact {
        background-color: none;
        color: rgb(0, 89, 150);
        padding: none;
    }
}

h2 {
    color: rgb(217, 0, 13);
    font-size: 25px;
    text-align: center;
    box-sizing: border-box
}

#work h2, #resume h2{
    text-align: left;
    font-size: 30px;
}

h1 {
    box-sizing: border-box;
    color: rgb(0, 89, 150);
    font-size: 46.7167px;
    line-height: 46.7167px;
    font-family: "Bebas Neue", sans-serif;
    text-align: center;
}

#intro, #waaropLetten, #teKoop, #verkoopEmaille {
    height: 50vh;
    margin-top: 8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem; /* Add gap between text and image */
}

#intro h1, #intro h2, #waaropLetten h1, #waaropLetten h2, #teKoop h1, #teKoop h2, #verkoopEmaille h1, #verkoopEmaille h2 {
    text-align: left;
}

#intro p, #waaropLetten p, #teKoop p, #verkoopEmaille p, #work p, #resume p, #contact p:first-child {
    color: rgb(0, 89, 150);
    font-size: 1rem;
    line-height: 26px;
}

#intro #left, #waaropLetten #left, #teKoop #left, #verkoopEmaille #left {
    width: 40%;
}

#intro #right, #waaropLetten #right, #teKoop #right, #verkoopEmaille #right {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#intro div img, #waaropLetten div img, #teKoop div img, #verkoopEmaille div img {
    height: 50vh;
    border-radius: 3rem;
    width: auto;
    max-width: 100%;
    object-fit: cover;
    display: block;
}

/* Default image alignment (for normal flex direction - image on right) */ 
#intro #right img, #waaropLetten #right img, #teKoop #right img, #verkoopEmaille #right img {
    margin-left: auto;
    margin-right: 0;
}

/* For reversed sections (odd), image should align to the left side of its container */
#home .section:nth-child(odd) #right img {
    margin-left: 0;
    margin-right: auto;
}

/* Ensure images don't overflow on larger screens */
@media (min-width: 1200px) {
    #intro div img, #waaropLetten div img, #teKoop div img, #verkoopEmaille div img {
        max-height: 50vh;
        max-width: 90%;
    }
}

/* Optimize for very large screens */
@media (min-width: 1600px) {
    #intro div img, #waaropLetten div img, #teKoop div img, #verkoopEmaille div img {
        max-width: 80%;
    }
}

/* Fix for medium screens to prevent overflow */
@media (min-width: 768px) and (max-width: 1199px) {
    #intro div img, #waaropLetten div img, #teKoop div img, #verkoopEmaille div img {
        max-width: 95%;
    }
}

#intro button, #waaropLetten button, #teKoop button, #verkoopEmaille button, #contact input[type=submit], #contact button {
    background-color: rgb(217, 0, 13);
    border: none;
    border-radius: 5rem;
    color: rgb(255, 255, 255);
    width: auto;
    padding: 1rem 2rem;
    display: inline-block;
    font-size: 1rem;
    line-height: 30px;
    margin-top: 1rem;
}

#contact input[type=submit] {
    height: auto;
    width: auto;
    font-size: 1rem;
}

#footer {
    height: auto;
    margin-top: auto;
    background-color: rgb(217, 0, 13);
    color: white;
    display: flex;
    align-items: center;
    font-weight: 5rem;
    border-radius: 4rem 4rem 0 0;
}

#footer p {
    margin: auto;
    color: white;
    font-size: 0.9rem;
}

#footer a {
    color: white;
}

#contact {
    margin: 10rem auto;
    height: auto;
    width: 100vw;
    background-color: #F7F7F7;
    border-radius: 5rem;
}

#contact h2 {
    margin-bottom: 1rem;
}

#contact button {
    width: auto !important;
    font-size: 1rem;
    font-weight: bold;
    border:none;
}

#contact input, #contact .contact_info, #contact textarea {
    border-radius: 1rem;
    border: none;
}

#contact #form {
    margin-top: 5rem;
    /* background-color: rgb(0, 89, 150); */
    padding: 2rem;
    border-radius: 3rem;
}

#form .contact_info_area .contact_info {
    background-color: rgb(0, 89, 150);
    color: white;
}

#form .contact_info_area .contact_info .content h5, #form .contact_info_area .contact_info .content p {
    color: white;
}

#home .section:nth-child(odd) {
    flex-direction: row-reverse; /* Reverse for even sections */
}


#home .section:nth-child(odd) img {
    /* Image positioning handled by margin in parent flexbox */
}



@media screen and (max-width: 900px) {

    .portfolio-grid .col-coustom {
        width: 100%;
        height: auto;
    }

    #wantedBox {
        margin-right: 0;
    }

    #callToActionContent span {
        text-align: center;
    }

    .portfolio-grid figure {
        width: 100%;
    }

    .portfolio-grid figure a div {
        width: 100%;
    }

    .grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #heroImages {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 990px) {

    #heroBel {
        margin-top: 1rem;
    }
    
    #callToActionContent span {
        text-align: center;
    }
  

    #callToActionContent img:last-child {
        display: none;
    }

    #callToActionContent img:first-child {
        width: 12rem;
    }
    
    .resume_section_area .content {
        width: 100%;
    }


    

}

@media (max-width: 1500px) {
    section#home {
        width: 90vw;
        margin: 2rem auto !important;
        padding: 0.5rem;
        height: auto !important;
        border-radius: 2rem !important;
    }

    .section {
        padding: 1rem;
        margin: none;
        width: 90vw;
        flex-direction: column;
        height: auto !important;
        margin-bottom: 5rem;
    }

    .section#left {
        width: 100%;
    }

    .section p {
        width: 100%;
        text-align:justify;
    }

    #intro div img {
        position: relative;
        display: inline;
        width: 100%;
        height: auto;
        margin-top: 2rem !important;
        left: 1px;
        border-radius: 1rem;
    }

    #intro #left, #waaropLetten #left, #teKoop #left, #verkoopEmaille #left {
        width: 80%;
    }
    
    .section div button {
        /* transform: scale(0.8);
        line-height: 2.2 !important; */
    }

    #home .section:nth-child(odd) {
        flex-direction: column;
    }
    
    #home .section:nth-child(odd) img {
        left: auto;
        position: static;
    }

    .sectino-title .h1, .section-title button{
        width: 100w;
    }
}

/* Responsive Styles */
@media (max-width: 1024px) { /* Tablets */
    #intro, #waaropLetten, #teKoop, #verkoopEmaille {
        flex-direction: column;
        text-align: center;
    }
    
    #intro #left, #waaropLetten #left, #teKoop #left, #verkoopEmaille #left,
    #intro #right, #waaropLetten #right, #teKoop #right, #verkoopEmaille #right {
        width: 90%;
    }
    
    #intro div img, #waaropLetten div img, #teKoop div img, #verkoopEmaille div img {
        margin: auto;
        max-width: 90%;
        height: auto;
        max-height: 40vh;
    }
    
    /* Reset flexbox alignment for mobile */
    #intro #right, #waaropLetten #right, #teKoop #right, #verkoopEmaille #right {
        justify-content: center;
    }
    
    /* Reset image margins for mobile - all images centered */
    #intro #right img, #waaropLetten #right img, #teKoop #right img, #verkoopEmaille #right img,
    #home .section:nth-child(odd) #right img {
        margin-left: auto;
        margin-right: auto;
    }
}

#footer div {
    font-size: 0.5rem;
}

.headerNav {
    background-color: red !important;
}

#footerContactContainer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: left;
    text-align: left;
}

#footerContact {
    text-align: left;
}

#footerContact p {
    text-align: left !important;
}

.name {
    border-bottom: 2px solid rgb(0, 89, 150) !important;
}

#headerContact {
    background-color:rgb(217, 0, 13);
    color: white !important;
    border-radius: 1.5rem;
    padding: 0.75rem;
}

@media screen and (max-width: 900px) {
    #home, #work, #resume, #contact {
        padding: 1rem;
    }
    
    #footerContactContainer {
        margin-top: 2rem;
    }

    #headerContact {
        background-color: rgb(0, 89, 150) !important;
        color: rgb(0, 89, 150) !important;
        padding: 0.5rem 0 !important;
        border-radius: 0px !important;
    }

    #navBar {
        background-color: rgb(0, 89, 150); 
    }

    .logo-img img {
        margin-left: 0;
    }

    .section {
        margin-top: 8rem !important;
    }

    #navBar a {
        color: white !important;
        font-size: 1.25rem;
    }
}

#headerContact {
    background-color:rgb(217, 0, 13);
    color: white !important;
    border-radius: 1.5rem;
    padding: 0.75rem;
    margin-left: 5px;
    text-transform: uppercase;
}

@media screen and (max-width: 900px) {
    #home, #work, #resume, #contact {
        padding: 1rem;
    }
    
    #footerContactContainer {
        margin-top: 2rem;
    }

    #headerContact {
        background-color: rgb(0, 89, 150) !important;
        color: rgb(0, 89, 150) !important;
        padding: 0.5rem 0 !important;
        border-radius: 0px !important;
    }

    #navBar {
        background-color: rgb(0, 89, 150); 
    }

    .section {
        margin-top: 8rem !important;
    }

    #navBar a {
        color: white !important;
        font-size: 1.25rem;
    }
}

