#first_header, #second_header{
    padding-top: 0px;
    padding-bottom: 0px;
}
#first_header{
    background-color: #fb3b1e;
}
.first_header{
    padding-top: 2px;
    padding-bottom: 2px;
    color: #f8f9fa;
    padding-left: 1100px;
    font-size: large;
    font-weight: 600;
}
#header_call_svg{
    width: 20px;
    height: 20px;
    border-radius: 3px;
}
#footer{
    background-color: #fb3b1e;
    color: #f8f9fa;
}
#copyright_footer{
    background-color: #212529;
    color: #f8f9fa;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-left: 105px;
    margin-right: 104px;
}
h2{
    color: #fb3b1e;
}
#home_nav_link{
    color: #fb3b1e;
}
.nav-link{
    font-size: large;
    font-weight: 500;
}
#hero_section_paragraph{
    font-weight: 500;
    font-size: large;
}
#about_us_paragraph{
    font-size: large;
    font-weight: 500;
}
.navbar {
            padding: 0.8rem 1rem;
        }
.nav-link {
            padding: 0.5rem 1rem;
        }
.img-container {
            margin-bottom: 1rem;
        }
.img-fluid {
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }
#matan_technologies_logo{
    width: 90px;
}
#footer{
    font-size: large;
    font-weight: 450;
}
#contact_form_header{
    padding-top: 1px;
    color: #fb3b1e;
    font-size: larger;
}
#submit_button{
    color: #fb3b1e;
    border-radius: 4px;
}
#terms_and_conditions_paragraph{
    font-size: large;
}
  .image-column img {
            width: 100%;
            height: auto;
            object-fit: cover;
            border-radius: 4px;
        }
        
        /* Custom responsive adjustments */
        @media (max-width: 992px) {
            .image-column {
                flex: 0 0 auto;
                width: 25%;
                padding: 5px;
            }
        }
        
        @media (max-width: 768px) {
            .image-column {
                width: 33.333%;
            }
        }
        
        @media (max-width: 576px) {
            .image-column {
                width: 50%;
            }
            .first_header{
                padding-left: 200px;
            }
            #copyright_footer{
                margin-left: 0px;
                margin-right: 0px;
            }
            .terms_and_conditions_paragraph{
                padding-left: 200px;
                padding-right: 200px;
            }
        }
        
        /* For extra small devices, you might want to show just one column */
        @media (max-width: 400px) {
            .image-column {
                width: 100%;
            }
            .first_header{
                padding-left: 150px;
            }
            #copyright_footer{
                margin-left: 0px;
                margin-right: 0px;
            }
        }
        @media (max-width: 375px){
            .first_header{
                padding-left: 135px;
            }
        }
        .img-container img {
            width: 100%;
            height: auto;
            border-radius: 4px;
            margin-bottom: 15px;
        }
        .row-with-image {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }
        .row-with-image img {
            width: 80px;
            height: 80px;
            object-fit: cover;
            margin-right: 15px;
            border-radius: 4px;
        }
        .anchor-row {
            gap: 10px;
            margin-top: 10px;
        }
        .anchor-row a {
            padding: 8px 15px;
            background-color: #f8f9fa;
            border-radius: 4px;
            text-decoration: none;
            color: #212529;
            border: 1px solid #dee2e6;
            transition: all 0.3s ease;
        }
        .anchor-row a:hover {
            background-color: #e9ecef;
        }
        #logo_image_footer{
            width: 150px;
        }
        #footer_svg{
            width: 30px;
            height: 30px;
        }