/*
Theme Name: Flywheel
Theme URI: https://wordpress.org/themes/Flywheel/
Author: Prajan
Description: Our default theme for 2020 is designed to take full advantage of the flexibility of the block editor. Organizations and businesses have the ability to create dynamic landing pages with endless layouts using the group and column blocks. The centered content column and fine-tuned typography also makes it perfect for traditional blogs. Complete editor styles give you a good idea of what your content will look like, even before you publish. You can give your site a personal touch by changing the background colors and the accent color in the Customizer. The colors of all elements on your site are automatically calculated based on the colors you pick, ensuring a high, accessible color contrast for your visitors.
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks, accessibility-ready
Version: 1.3
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: atsuya
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@media (max-width: 768px) {
    .dropdown-content {
        width: 100vw; 
    }
}

*{
    margin: 0;
}

.navbar {
    background-color: white;
    padding: 10px;
    position: fixed;
    width: 100%;
    justify-content: space-between;
    top: 0;
    display: flex;
    z-index: 1000;
    margin-top: 10px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.custom-logo {
    justify-content: left;
    margin-left: 30px;
    margin-top: 30px;
    width: 128px; 
    height: 38px; 

}


.nav-items {
    list-style-type: none;
    margin-right: 40px;
    padding: 40px; 
    display: flex;
    font-size: large;
    justify-content: flex-end;
    flex-grow: 1;
}

.nav-items a {
    text-decoration: none;
    color: black;
    padding: 10px 15px;
    display: inline-block;
}

.nav-item-dropdown {
    position: static; 
    display: block;
    
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: dodgerblue;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    top: 100%; 
    left: 0;
    right: 0;
    width: 100vw;
    z-index: 1001;
    min-width: 250px;
    padding: 15px;
    flex-direction: column;
    box-sizing: border-box;
}

.dropdown-content img {
    width: 100px;
    height: auto;
    margin-right: 20px;
}

.dropdown-list {
    list-style-type: none;
    margin: 0; 
    padding: 0; 
    width: 100%;
    
}

.dropdown-list li {
    /* margin-bottom: 10px; */
    width: 100%;
}

.dropdown-list a {
    display: block;
    padding: 10px 15px; 
    text-decoration: none;
    box-sizing: border-box; 
}

.nav-item-dropdown .dropdown-toggle {
    position: relative;
    padding-right: 30px; /* Increase space for the wider arrow */
}

.dropdown-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size:  2.1em; /* Increase font size for a wider arrow */
    color: #000; /* Change color as needed */
    display: inline-block;
}

.nav-item-dropdown:hover .dropdown-arrow {
    transform: translateY(-50%) rotate(180deg);
}


.nav-item-dropdown:hover .dropdown-content {
    display: none; 
}

.contact-content{
    text-align: left;
    margin-left: 0px;
}

.hero-image-content img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0px;
}

.hero-text {
    position: absolute;
    top: 50%;
    font-weight: bold;
    left: 5%;
    color: lightslategrey;
    font-size: 2em;
    padding: 20px;
    border-radius: 10px;
    max-width: 70%; 
}

.hero-text span {
    display: block;
    margin-bottom: 10px; 
}

.hero-text p {
    margin: 0; 
    font-size: large; 
    color: black;
    white-space: nowrap; 
}

.hero-text p a {
    color: black; 
    font-size: large;
    text-decoration: none; 
}

.hero-text p a:hover {
    text-decoration: none; 
}


.contact-details-form {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: nowrap;
    margin-top: 20px; 
}

.contact-address, .contact-form {
    width: 100%;
    max-width: 45%; 
    box-sizing: border-box;
}

.contact-address h4, .contact-form h4 {
    margin-bottom: 20px;
}

.contact-address p, .contact-address h4 {
    text-align: justify; 
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

.contact-form form input,
.contact-form form textarea {
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

.contact-form form input[type="submit"] {
    background-color: dodgerblue;
    color: white;
    border: none;
    cursor: pointer;
    padding: 15px;
    font-size: 16px; 
}

.contact-form form input[type="submit"]:hover {
    background-color: darkblue;
}

.footer-menu {
    background-color: #f1f1f1; /* Different background color for the footer */
    padding: 20px;
    text-align: center;
}

.footer-nav-items {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
}

.footer-nav-items li {
    margin: 0 15px;
}

.footer-nav-items a {
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

.footer-nav-items a:hover {
    color: #0073aa; /* Change hover color */
}



.blog-page {
    margin-top: 60px; 
    padding: 20px;
}

.blog-hero-image {
    position: relative;
    width: 100%;
}

.container{
    width: 1440px;
    height: 635px;
    top: 100px;
    left: 4px;
    gap: 0px;
    opacity: 0px;
    background-image: url('C:\Users\PRADEESHWARAN\Local Sites\atsuya-technologies\app\public\wp-content\themes\Flywheel\images\Vector (1).png');
    background-size: cover;
    background-repeat: no-repeat;
}

.col-2 {
    margin: 20px;
    padding: 10px;
}

.a{
    display: block;
    background-color: dodgerblue;
}