@charset "UTF-8";
/*
Theme Name:gyanKiGanga
Theme URI: : gyankiganga.co.in/
Author: gyanKiGanga
Author URI: gyankiganga.co.in/
Description: gyanKiGanga
Version:v 1.0
Text Domain: gyanKiGanga
*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  font-family: Arial, sans-serif;
justify-content: center;
}
.elementor-element-f8b8b71 .elementor-field-textual.elementor-size-md{
    width: 200px;
}
.elementor-element-f8b8b71 .elementor-form .elementor-button.elementor-size-sm{min-height: 47px;}
.elementor-element-f8b8b71 .elementor-form-fields-wrapper {
    flex-wrap: initial;
}
.elementor-testimonial {
    text-align: center;
}
.elementor-11 .elementor-element.elementor-element-0e1a9e6 .elementor-testimonial__text{padding-bottom: 18px;}
.elementor-element-89de99f input[type="text"], .elementor-element-89de99f input[type="email"]{
	height: 35px;
    padding-left: 5px;
    border: 1px solid #ccc;
    margin-top: 5px;
}
.elementor-element-89de99f textarea{
	padding-left: 5px;
    border: 1px solid #ccc;
    margin-top: 5px;
}
.elementor-element-89de99f input[type="submit"]{
	height: 33px;
    background: #E6A233;
    border: none;
    color: #fff;
    padding: 0 15px;
    letter-spacing: 0.5px;
}
.elementor-testimonial {
    text-align: center;
}
.elementor-element-0e1a9e6 .elementor-testimonial__text{
font-size: 21px;
    font-weight: 400;
    padding-bottom: 17px;
}
.menu li {
  position: relative;
}

.menu > li {
  flex-shrink: 0;
}

.menu > li > a {
  display: block;
  padding: 14px 20px;
  color: #1e1e1e;
  text-decoration: none;
font-family: "Roboto", Sans-serif;
  transition: background 0.3s ease;
}
p {
    font-family: "Roboto", Sans-serif;
    letter-spacing: 0.5px;
	    line-height: 26px;
}

.menu > li > a:hover,
.menu > li > a:focus,
.menu > li.current-menu-item > a {
  background: none;
    color: #E6A233;
}

/* Submenu base */
.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #E6A233;
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 180px;
  z-index: 999;
}
.sub-menu li {
    border-bottom: 1px solid #fda;
}
.sub-menu li a {
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease;
}

.sub-menu li a:hover {
  background: #555;
}

/* Show submenu on hover */
.menu li:hover > .sub-menu {
  display: block;
}

/* Optional: Arrow indicator for submenu */
.menu li > a:after {
  content: " ▼";
  font-size: 0.7em;
  display: inline-block;
  margin-left: 4px;
  color: #aaa;
}

.menu li:not(:has(.sub-menu)) > a:after {
  content: "";
}
p.comment-form-comment {
    display: flex;
}
p.comment-form-comment textarea {
    border: 1px solid #ccc;
    margin-left: 10px;
    padding-left: 10px;
}
p.form-submit input#submit {
    height: 33px;
    background: #E6A233;
    border: none;
    color: #fff;
    padding: 0 15px;
    letter-spacing: 0.5px;
}
#mobnavicon{
display:none;
}
#myLinks{
    display:block;
    }
/* Responsive tweak */
@media (max-width: 768px) {
  .menu {
    flex-direction: column;
  }
  .menu li {
    width: 100%;
  }
  .sub-menu {
    position: static;
  }
}
@media (max-width: 415px) {
	.elementor-element-843883c p {
		font-size: 20px;
	}
	footer {
		padding: 2em 1em 1em;
	}
	.footer_wp {
		display: block;
	}
	.footer_l, .footer_l1, .footer_l2, .footer_l3 {
		width: 100%;
	}
	.footer_l a {
		margin-bottom: 2em;
	}
	.top_bar {
		display: block;
		padding: 1em;
	}
	.logo_wp {
		width: auto;
	}
	.menu1 {
		width: auto;
	}
	.search_wp {
		width: auto;
	}
    #myLinks{
    display:none;
    }
    #mobnavicon {
        background: #e6a233;
        display: block;
        position: absolute;
        right: 14px;
        top: 31px;
        color: white;
        padding: 9px;
    }
	.logo_wp img {
    width: 70%;
    height: 50px;
     }
}