/*
Theme Name: OceanWP Child Theme
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme. Sample child theme.
Author: OceanWP
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.1
*/

/* Parent stylesheet should be loaded from functions.php not using @import */





/* Contact Form CSS */
.dmm_form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}

.dmm_form input[type="text"],
.dmm_form input[type="email"],
.dmm_form textarea,
.dmm_form button {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 16px;
    border: 2px solid #e4e4e4;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.dmm_form input[type="text"]:focus,
.dmm_form input[type="email"]:focus,
.dmm_form textarea:focus {
    outline: none;
    border-color: #2D3155;
    box-shadow: 0 4px 8px rgba(45, 49, 85, 0.4);
    transform: scale(1.02);
}

.dmm_form textarea {
    resize: none;
    height: 120px;
}

.dmm_form button {
    background: #2D3155;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.dmm_form button:hover {
    background: #E31C25;
    transform: scale(1.05);
}



.dmm_form h2 {
    font-size: 24px;
    color: #2D3155;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.dmm_form input::placeholder,
.dmm_form textarea::placeholder {
    color: #aaa;
    font-style: italic;
    font-size: 14px;
}

/* Add subtle animation for form appearance */
.dmm_form {
    animation: fadeIn 1s ease-in-out;
}

.icon-handbag {
	color: white; !important
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



div#topbar-template {
    width: 100%;
}



.metaslider .caption {
    position: absolute!important;
    top: 50%!important; /* Starting at the vertical center */
    left: 50%!important;
    transform: translate(-50%, -250%)!important; /* Moves the caption higher */
    width: 60%!important; /* Adjust width as needed */
    text-align: center!important;
    color: white!important; /* caption text color */
    padding: 20px!important;
    font-size: 22px!important; /* Large font size for BIG text */
    font-weight: bold!important; /* Makes the text bold */
    box-sizing: border-box!important;
    z-index: 2!important;
    background: rgba(0, 0, 0, 0.6)!important; /* semi-transparent background */
    border-radius: 40%!important; /* Makes background circular */
    animation: fadeIn 1s ease-in-out!important; /* Fade-in animation over 1 second */
    display: inline-block; /* Keeps circular shape around text */
}
    
.metaslider .caption p {
    margin: 0!important; /* removes default paragraph margin */
}
#footer-widgets > div > div > div > div > div.elementor-element.elementor-element-4f2747c.e-con-full.e-flex.e-con.e-child > div.elementor-element.elementor-element-c6bd6fe.elementor-icon-list--layout-traditional.elementor-list-item-link-full_width.elementor-widget.elementor-widget-icon-list > div > ul > li:nth-child(1) > a > span.elementor-icon-list-icon > svg > path {
    width: 20px !important;
    height: 20px !important;
}


.dmm_icons img {
    max-width: 20px !important;
}

.dmm_icons .elementor-image-box-wrapper {
    display: flex;
}



.custom-cat-grid a:hover {
  color: #00bfff;
}
.custom-cat-grid img {
  transition: transform 0.3s ease;
}
.custom-cat-grid .cat-item:hover img {
  transform: scale(1.03);
}




