/*
Theme Name: Doodle Elementor
Version: V.1.0
Author: Doodletech team
Author URI: doodletech.ae
Text Domain: doodleelementor
*/
html,body{margin:0px;}
.scrollinG  .whole_head{background: #061933;}
.whole_head .e-con-inner{transition:all 0.3s ease-in-out;}
.scrollinG  .whole_head .e-con-inner{padding-top:16px;padding-bottom:16px;}

.readmore-box {
  width: 100%;
}

.readmore-content {
  max-height: 5px; /* shows ~2 lines */
  overflow: hidden;
  transition: max-height 0.6s ease;
}
.readmore-content p{color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.7em;}

.readmore-box.open .readmore-content {
  max-height: 500px; /* enough for full content */
}

.readmore-btn {
  margin-top:16px;
  background: none;
  border: none;
  color: #1e40ff;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.3s ease;     color: #FFFFFF; border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF;
    border-radius: 6px 6px 6px 6px;
    padding: 9px 15px 9px 15px;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2em;
}
.readmore-btn:hover{ background-color: #FFFFFF;
    color: var(--e-global-color-02c6188);}

.readmore-box.open .readmore-btn {
  opacity: 0;
  pointer-events: none; 
}