/*
Theme Name: CCMC
Theme URI: https://design4u.ca/
Author: Sher khan
Author URI: https://wa.link/7oq5sl
Description: This Template For D4u 
Requires at least: 6.7
Tested up to: 6.9
Requires PHP: 7.2
Version: 1.4


*/

@media (min-width: 992px) {
  .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  
  .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}
.dropdown-menu{
  background-color: #2d3e50 !important; /* Change to your desired color */
}
.dropdown-menu .dropdown-item{
  color: #f8f9fa !important;
}
.dropdown-menu .dropdown-item:hover {
    background-color: #f8f9fa; /* Change to your desired color */
    color: #01d28e !important;            /* Bootstrap primary blue */
}

.addd {
    margin: 40px 0px;
    font-size: 18px;
}
.addd i {
    margin-right: 20px;
    font-size: 30px;
    color: #EC2526;
}


.order-lg-last a:hover{background-color:#ec7c43 !important;}


.wad input{margin:10px 0px 10px;}
.wad textarea{margin:10px 0px 10px;}

.wa11{width:20% !important;background-color: #ffffff; border: 2px solid grey;}
.wa1{width:100% !important;}
.wa1 input{width:100% !important;background-color: #ffffff; border: 2px solid grey;}
.wa1 textarea{width:100% !important;background-color: #ffffff; border: 2px solid grey;}

/* Style the main comment form container */
#respond {
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 5px;
}
.wasiqform{width:100% !important;margin: 10px 0px;border: 2px solid #e6e6e6;}
.wasiqform input{width:100% !important;}

/* Style the form input fields */
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

/* Style the submit button */
#commentform #submit {
  background-color: #0073aa;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 3px;
  cursor: pointer;
}

/* Add a hover effect for the submit button */
#commentform #submit:hover {
  background-color: #005177;
}