body {
    background-color: #f4f4f4;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

a {
    color: #0073aa;
}

a:hover {
    color: #005177;
}

/* ----------------DropDown-------------- */
/* Base navigation styles */
.wp-block-navigation {
    position: relative;
}

/* Hide submenus by default */
.wp-block-navigation__submenu-container {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #fff;
    padding: 10px 0;
    box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
    z-index: 1000;
}

/* Show submenu on hover (desktop) */
.has-child:hover > .wp-block-navigation__submenu-container {
    display: block;
}

.wp-block-navigation__submenu-container a {
    display: block;
    padding: 8px 15px;
    text-decoration: none;
    color: #000;
}

.wp-block-navigation__submenu-container a:hover {
    background: #f5f5f5;
}

/* ------------------HERO TEXT-------------------------- */
.my-text {
  font-size: 16px !important;  /* mobile default */
}

@media (min-width: 768px) { /* laptop and above */
  .my-text {
    font-size: 70px !important;
  }
}


/* header,
footer {
    text-align: center;
} */
footer {
    background-color: #0dcaf0 !important;
/*     color: #ffffff; */
    padding: 40px 0 20px;
    margin-top: 50px;
}

main {
    padding: 40px;
}

.header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    padding-left: 72px;
    padding-right: 72px;
}

.header-flex .wp-block-site-logo {
    flex-shrink: 0;
    padding-top: 15px;
}

.header-flex .wp-block-navigation {
    flex-grow: 1;
    text-align: right;
}

.wp-block-navigation .wp-block-navigation-item {
    list-style: none;
    font-size: 17px;
    font-weight: 500;
}

.header-flex .wp-block-navigation {
    padding-right: 15px;
}

/* Flex container for Mission and Vision sections */
.mission-vision-container {
    display: flex;
    gap: 30px; /* Space between the two sections */
    align-items: stretch; 
    padding-left: 10px;/* Makes both divs same height */
}

.mission-vision-container > div {
    flex: 1; /* Equal width for both divs */
    min-width: 0; /* Prevents content overflow */
}

/* Optional: Add some styling */
.mission-vision-container > div {
    padding: 20px;
    border-radius: 8px;
}

/* Responsive design - stack vertically on mobile */
@media (max-width: 768px) {
    .mission-vision-container {
        flex-direction: column;
        gap: 20px;
    }
}

/* Alternative: If you want to target specific Gutenberg blocks */
.wp-block-group.mission-vision-flex {
    display: flex;
    gap: 30px;
    align-items: stretch;
}

.wp-block-group.mission-vision-flex > .wp-block-group {
    flex: 1;
    min-width: 0;
}

@media (max-width: 768px) {
    .wp-block-group.mission-vision-flex {
        flex-direction: column;
        gap: 20px;
    }
}
.ac-slide{
    height: 500px !important;
}
.welding-div{
    padding-bottom: 52px !important;
}
.wel-col {
  transition: transform 0.3s ease;
}

.wel-col:hover {
  transform: scale(1.06); /* zoom out */
}


/* Simple Footer */
.simple-footer {
    background-color: blueviolet;
    color: #ffffff;
    padding: 40px 0 20px;
    margin-top: 50px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    align-items: start;
}

/* Logo Section */
.footer-logo {
    font-size: 28px;
    font-weight: 700;
    color: #007bbf;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}

.footer-tagline {
    color: #cccccc;
    font-size: 14px;
    line-height: 1.5;
}

/* Links Section */
.footer-links h3 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #cccccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #00a6ed;
}

/* Location Section */
.footer-location h3 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.location-info {
    color: #cccccc;
    font-size: 14px;
    line-height: 1.6;
}

.location-info p {
    margin: 5px 0;
}

/* Footer Bottom */
.footer-bottom {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #404040;
}

.footer-bottom p {
    color: #999999;
    font-size: 13px;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-container {
        grid-template-columns: 1fr;
        gap: 25px;
        text-align: center;
    }
    
    .simple-footer {
        padding: 30px 0 15px;
    }
}

.image-div{
    width: 50%;
}
.side-div{
    width: 50%;
}
.has-large-font-size {
    margin-bottom: 50px;
}

.button{
    background-color: blue;
    color: white;
    border-radius: 5px;
}
.forminator-ui#forminator-module-120.forminator-design--bold .forminator-button-submit {
    border-radius: 10px;
}


.radius{
	border-radius: 10px !important;
}
:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img) {
    border-radius: 20px;
}

.areoi-element .wp-block-image img {
/*     height: auto; */
    border-radius: 15px;
}

