input.search{
    border-radius: 5px;
    padding: 0 10px;
    background-color: yellow;
    border-color: #F26321;
    border-width: 2px;
    min-width:320px;
}

.search-button{
    height: 30px;
    width: 30px;
}

.log-in-btn{
    border-radius: 6px;
}
.menu-area li {
    margin: 0 40px;
}
.menu-area li a {
    font-size: 22px;
    line-height: 37px;
    text-transform: uppercase;

}
.container{
    margin-left: auto;
    margin-right: auto;
}

.home-title{
    font-size: 86px;
    line-height: 110px;
    font-family: 'GothamMedium';
}

.home-services-area .single-service{
max-width: 360px;
text-align: center;
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    font-family: 'AvenirNext-Medium';

}
.single-service img{
    max-height: 165px;
    width: auto;
    margin: 0 auto 20px;

}
.single-service p{
    text-align: left;
}
.logo {
    width: 167px;
    text-align: center;
    margin-top: -84px;
    margin-bottom: -142px;
}

.logo img{
    width: 100%;
}

.home-button-area{
    background-color: #6B9BB5;
    padding: 60px 0;
}

.cources-buttons.left-buttons-area {
    width: 245px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}



.cources-buttons.left-buttons-area::before {
    position: absolute;
    left: calc(50% - 11px);
    top: 15px;
    width: 2px;
    height: calc(100% - 45px);
    content: "";
    background-color: #2e3192;
    z-index: -1;
}


.k-btn li button{
    position: relative;
}


.k-btn li button::after{
    position: absolute;
    left: calc(50% - 1px);
    top: 110%;
    width: 2px;
    height: 40px;
    content: "";
    background-color: #2e3192;
    z-index: 0;
}


.fill{
    cursor: pointer;
    position: relative;
}


.fill::before{
    position: absolute;
    left: calc(50% - 1px);
    top: 115%;
    width: 2px;
    height: 40px;
    content: "";
    background-color: #2e3192;
    z-index: 0;
}

.before-none li button::before{
    display: none;
}


 ul.btn-after,
ul.k-btn {
    position: relative;
}
ul.k-btn::before,
ul.btn-after::before {
    position: absolute;
    top: calc( 50% - 11px);
    left: -20px;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #2e3192;
    z-index: 0;
}
ul.k-btn::before{
    width: 104%;
    left: -73px;
} 

.k-btn{
    padding-left: 7px;
}  

.servise {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 50px;
    border-radius: 20px;
    box-shadow: -2px 6px 8px #555;
    background-color: #F26522;
    box-sizing: border-box;
    clear: both;
    padding-bottom: 3px;
    position: relative;
}

.servise.video{
    background-color: #2e3192;
}
.servise.micronicity{
    background-color: #FEDD02;
}

.servise .service-img-are{
    height: 135px;
}
.servise img{
    height: auto;
    width: 80%;
    margin: 0 auto;
}

.servise .service-content {
    background: #F9A97B;
    padding: 20px;
    border-radius: 20px;
    margin: 15px;
    height: 320px;
}
.servise.video .service-content{
    background-color: #857FBC;
}
.servise.micronicity .service-content{
    background-color: #FFEB93;
}
.service-content h2 {
    font-size: 28px;
    text-align: left;
    font-family: 'AvenirNextBold';
    margin-bottom: 10px;
    color: #000;
}
.service-content p{
    font-size: 26px;
    line-height: 36px;
    text-align: left;
    font-family: 'AvenirNext-Medium';
}
a.learn-more {
    position: absolute;
    bottom: -15px;
    left: 24%;
    right: 24%;
    background-color: green;
    display: inline-block;
    padding: 15px 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    box-shadow: 2px 2px 10px #444;
    transition: .3s;
    font-family: 'AvenirNext-Medium';
    font-weight: 700;
}

a.learn-more:hover{
    background-color:  #F26522;
}
.servise.video a.learn-more:hover{
    background-color:  #2e3192;
}
.servise.micronicity a.learn-more:hover{
    background-color: #FEDD02;
}


.button-conteiner-area{

    display: none;
}

/* .button-conteiner-area{

    display: none;
} */
.toggle {
    cursor: pointer;
    display: block;
    padding: 5px;
    position: relative;
}

ul#submenu,
ul#submenu1{
    overflow: hidden;
    margin-left: 50px;
    z-index: 99;
}

ul#submenu li a,|
ul#submenu1 li a{
    font-size: 20px;
    text-transform: capitalize;
}
ul#submenu li a,
ul#submenu1 li a{
    font-size: 20px;
    line-height: 30px;
    padding-left: 0;
    text-transform: capitalize;
}

#menu li a{
    font-family: 'GothamMedium';
}


.home-button-area.kindergarten-bg{
    background-color: #A8D056;
    padding-top: 0;
}

.kinder-content-left h1{
    font-size: 30px;
    line-height: 40px;
    font-family: 'GothamMedium';
}
.kinder-content-left p{
    font-family: 'GothamMedium';
}
    
.sell-btn {
    box-shadow: -5px 4px 8px #33333382;
    transition: .3s;
}

.video2-image.right-0 {
    background-position: right 0 top -5px;
    background-size: 174px;
}
.video2-image.right-0.science {
    background-position: right 10px top -5px;
    background-size: 168px;
}

.video2-image.small-icon{
    background-position: right 20px top -4px;
    background-size: 88px;
}

.card-area h2{
    font-family: 'AvenirNext-Medium';
}
.card-area h2 strong{
    font-family: 'AvenirNextBold';
}
.card-content h2{
    font-family: 'GothamBold';
}


@media (max-width: 767px) {
img.featured {
    max-width: 200px;
    top: -30px;
}
}

@media (min-width: 768px) {

    .kinder-content-left p{
        line-height: 48px;
    }
    

    .kinder-content-left h1{
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }

 }

 @media (min-width: 992px) {
    .servise {
        margin: 50px 10px;
        width: 30%;
    }
 }

@media (max-width: 1279px) {


    ul#submenu li a,
     ul#submenu1 li a {
        font-size: 15px;
        line-height: 20px;
    }


    a.toggle::before,
    a.toggle::after{
        position: absolute;
        top: 16px;
        right: 20px;
        content: "";
        width: 17px;
        height: 1px;
        background-color: #000;
        transition: .3s;
    }
    a.toggle::before{
        transform: rotate(90deg);
        transition: .3s;
    }
    a.toggle.active::before{
        transform: rotate(0deg);
        transition: .3s;
    }

    input.search{
        display: none;
        position: absolute;
        top: -8%;
        right: 35px;
        min-width: 295px;
    }

    .mobile-menu-icon{
        position: relative;
        height: 30px;
        width: 30px;
    }
    .mobile-menu-icon .menu-close-icon,
    .mobile-menu-icon.active .menu-icon{
        display: none;
    }
    .mobile-menu-icon.active .menu-close-icon{
        display: block;
    }

    ul.menu-area{
        display: none; 
        list-style: none;
        padding: 0;
        padding-top: 5px;
        border-top: 1px solid #7F7F7F5C;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #FFDE00;
        z-index: -1;
        max-height: min-content !important;
    }
    ul.menu-area.open {
        display: block; 
    }
    ul.menu-area li{
        margin: 0;
        padding: 0;
        border-top: 1px solid #7F7F7F5C;
    } 
    
    header.header-area {
        padding:  15px 0;
        z-index: 1;
        position: relative;
        box-shadow: 0px 8px 20px #333333;
    }

    header.header-area  .header-top{
        padding: 0 25px;
      
    }
    .search-area {
        order: 3;
    }
    .header-top.mobile-header{
        margin-bottom: 0;
    }

    .logo{
        width: 58px;
        margin-top: -4px;
        margin-bottom: -31px;
        margin-left: -20px;
    }
    .log-in-btn {
        border-radius: 6px;
        padding: 5px 15px;
        text-transform: capitalize;
        margin-left: 20px;
        display: inline-block;
        margin-bottom: 7px;
    }
    .search-button {
        right: 0;
        top: 0;
    }
    .hide-for-phone{
        display: none;
    }

    .menu-area li a {
        font-size: 16px;
        line-height: 19px;
        text-transform: uppercase;
        text-transform: capitalize;
        padding: 7px 20px;
        display: block;
    }

    .home-title {
        font-size: 20px;
        line-height: 24px;
        padding-top: 70px;
        padding: 70px 40px;
        margin-bottom: 0;
        
    }

    .home-banner-area {
        background-color: #699BB5;
    }

    .home-services-area .single-service {
        margin: 0 auto 30px;
    }
    .home-services-area .single-service p{
        font-size: 14px;
        line-height: 19px;

    }
    .hide-for-mobile{
        display: none;
    }
    
    .home-services-area{
        padding-bottom: 10px;
    }
    .home-button-area {
        padding: 10px 0;
    }
    .service-content p {
        font-size: 18px;
        line-height: 24px;
    }
    a.learn-more {
        left: 15%;
        right: 15%;
        font-size: 22px;
    }
    p.copy-right-area {
        font-size: 14px;
        line-height: 19px;
        padding: 0 20px;
    }
 }

 @media (min-width: 1280px) {

    .menu-area li a {
        font-size: 26px;
        line-height: 37px;
        padding-bottom: 16px;
    }
    ul#submenu,
     ul#submenu1 {
        margin-left: 0;
        position: absolute;
        width: max-content;
        background-color: #FFDD00;
        margin-top: 0;
    }

    ul#submenu li,
    ul#submenu1 li{
        border-bottom: 1px solid #333;
        margin: 0;
        padding: 7px 20px;
        transition: .3s;
    }

    ul#submenu li:last-child,
    ul#submenu1 li:last-child{
        border-bottom: 0;
    }

    ul#submenu li:hover,
    ul#submenu1 li:hover{
        background-color: #FFEB93;
    }


/* Ensure submenu is hidden initially */
.submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
  
  /* Show submenu on hover */
  li:hover .submenu {
    max-height: max-content; /* Adjust the height as needed */
  }
  



    .kinder-content-left h1{
        font-size: 80px;
        line-height: 100px;
        margin-bottom: 30px;
    }

    header.header-area{
        padding-left: 20px;
        padding-right: 20px;
    }
 }

 @media (min-width: 768px) {
    .button-conteiner-area{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

 }

/* Asraf */
.text-image  {
    background-size: 280px;
    width: auto;
    height: 330px;
    background-position: right top;
}
.image-grade-science {
    background-size: 120px;
    width: auto;
    height: 330px;
    background-position: right 10px top;
}
.math-image {
    background-size: 220px;
    width: auto;
    height: 330px;
    background-position: right 10px top;
}
.activity-image {
    background-size: 258px;
    width: auto;
    height: 330px;
    background-position: right 10px top;
}
.activity2-image {
    background-size: 258px;
    width: auto;
    height: 330px;
    background-position: right 6px top;
}
.video2-image.english { 
    background-size: 178px;
    background-position: right 22px top;
}
.video2-image {
    background-size: 238px;
    width: auto;
    height: 330px;
    background-position: right 8px top;
}
@media (max-width: 767px) {
    .text-image {
        background-size: 190px;
        height: 254px;
      }
      .image-grade-science {
        background-size: 80px;
      }
      .math-image {
        background-size: 139px;
        height: 280px;
      }
      .activity-image {
        background-size: 168px;
        height: 255px;
      }
      .activity2-image {
        background-size: 162px;
        height: 245px;
      }
      .video2-image {
        background-size: 170px;
        height: 246px;
        background-position: right 0px top 0px;

      }
      .video2-image.right-0 {
        background-size: 130px;
    }
    .video2-image.small-icon {
        background-position: right 10px top -4px;
        background-size: 75px;
    }

    }
@font-face {
    font-family: 'AvenirNextBold';
    src: url('/src/fonts/AvenirNext-Bold.woff2') format('woff2'),
         url('/src/fonts/AvenirNext-Bold.woff') format('woff');
     normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'AvenirNext-Medium';
    src: url('/src/fonts/AvenirNext-Medium.woff2') format('woff2'),
         url('/src/fonts/AvenirNext-Medium.woff') format('woff');
     normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'GothamBlack';
    src: url('/src/fonts/Gotham-Black.woff2') format('woff2'),
         url('/src/fonts/Gotham-Black.woff') format('woff');
     normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'GothamMedium';
    src: url('/src/fonts/Gotham-Medium.woff') format('woff');
     normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'GothamBold';
    src: url('/src/fonts/Gotham-Bold.woff') format('woff');
     normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'AvenirNext-DemiBoldItalic';
    src: url('/src/fonts/AvenirNext-DemiBoldItalic.woff2') format('woff2'),
         url('/src/fonts/AvenirNext-DemiBoldItalic.woff') format('woff');
     normal;
    font-style: normal;
  }
/* End Asraf */


.yellow-button {
    background: linear-gradient(145deg, #FFD700, #FFC107);
    border-radius: 10px;
    border: none;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    outline: auto 17px #FFC107;
    z-index: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    line-height: 32px;
    height: 32px;
    width: 32px;
    text-align: center;
}

/* 3D Border Effect */
.yellow-button::before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    background: linear-gradient(145deg, #FFEA75, #FFD700, #FFB300);
    border-radius: 15px;
    z-index: -1;
    box-shadow: 
        inset 8px 8px 12px rgba(255, 255, 255, 0.9), /* Inner bright edge */
        inset -8px -8px 12px rgba(0, 0, 0, 0.3), /* Inner dark edge */
        4px 4px 8px rgba(0, 0, 0, 0.4); /* Outer 3D shadow */
}


.language-btn {
    background: #ea1f27;
    /* border-radius: 20px; */
    border: none;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    outline: auto 17px #ea1f27;
    z-index: 0;
    /* font-size: 24px;
    line-height: 30px; */
    font-width: 900;
    text-transform:uppercase;
    color: #fff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    outline-style: solid;
    outline-width: medium;
    font-family: 'AvenirNext-Medium';

}
.language-btn strong{
    font-family: 'AvenirNextBold';
}

/* 3D Border Effect */
.language-btn::before {
    content: "";
    position: absolute;
    /* top: -6px;
    left: -6px;
    width: calc(100% + 12px);
    height: calc(100% + 12px); */
    background: #ea1f27;
    /* border-radius: 25px; */
    z-index: -1;
    box-shadow: 
        inset 8px 8px 12px rgba(255, 255, 255, 0.5), /* Inner bright edge */
        inset -8px -8px 12px rgba(0, 0, 0, 0.3), /* Inner dark edge */
        4px 4px 8px rgba(0, 0, 0, 0.4); /* Outer 3D shadow */
}

.language-btn::hover{
    color: #fff;
}

.language-btn.blue-btn{
    background: #1175BB;
    outline-color: #1175BB;
}

.language-btn.blue-btn::before{
    background: #1175BB;
}

.language-btn.green-btn{
    background: #269347;
    outline-color: #269347;
}
.language-btn.green-btn:before{
    background: #269347;
}


.language-btn.orange-btn{
    background: #F26623;
    outline-color: #F26623;
}
.language-btn.orange-btn:before{
    background: #F26623;
}

.red-btn{
    background: #787BA2;
    outline: auto 17px  #D26657;
    Border: 5px solid #D26657;
}

.red-btn::before{
    background: #787BA2;
}


/* hover animation css */

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 #FFEA75; }
}

@keyframes pulseRed {
    0% { box-shadow: 0 0 0 0 #ea1f27; }
  }

  @keyframes pulseBlue {
    0% { box-shadow: 0 0 0 0 #1175BB; }
  }
  @keyframes pulseGreen {
    0% { box-shadow: 0 0 0 0 #269347; }
  }

  @keyframes pulseOrange {
    0% { box-shadow: 0 0 0 0 #F26623; }
  }


/* General button styles */
.language-btn,
.yellow-button {  
  transition: 0.25s;
}


.yellow-button:hover,
.yellow-button:focus { 
  color: #2e3192;
}
.language-btn:hover,
.language-btn:focus{
    color: #fff;
}

/* Animate the size, outside */

.yellow-button:hover, 
.yellow-button:focus {
  animation: pulse 1s;
  box-shadow: 0 0 0 2em transparent;
}

.language-btn:hover,
.language-btn:focus{
  animation: pulseRed 1s;
  box-shadow: 0 0 0 2em transparent;
}

.language-btn.blue-btn:hover,
.language-btn.blue-btn:focus{
  animation: pulseBlue 1s;
  box-shadow: 0 0 0 2em transparent;
}

.language-btn.green-btn:hover,
.language-btn.green-btn:focus{
  animation: pulseGreen 1s;
  box-shadow: 0 0 0 2em transparent;
}


.language-btn.orange-btn:hover,
.language-btn.orange-btn:focus{
  animation: pulseOrange 1s;
  box-shadow: 0 0 0 2em transparent;
}


.yellow-button {
    color: #2e3192;
    border-color: #FFD700;
  }
  .yellow-button:hover,
  .yellow-button:focus {
    border-color: #FFB300;
  }
  

ul.shadow-btn li{
    box-shadow: 
    inset 5px 5px 10px rgba(255, 255, 255, 0.1), /* Inner top highlight */
    inset 5px 5px 10px rgba(0, 0, 0, 0.2), /* Inner bottom shadow */
    5px 5px 10px rgba(255, 80, 80, 0.8), /* Outer bottom shadow */
    -5px -5px 10px rgba(255, 180, 180, 0.9); /* Outer top highlight */
    
   box-shadow: 
  inset 0px 0px 0 rgba(255, 255, 255, 0.1),
   inset  0px 0px 0 rgba(0, 0, 0, 0.3), 
    5px 5px 10px rgba(0, 0, 0, 0.4);
    margin-bottom: 25px;
    border-radius: 20px;
}

  .button-3d {
    width: 26px;
    height: 26px;
    background-color: #6f7196; /* Inner color */
    border-radius: 9px;
    border: 4px solid #D26657; /* 3D Border */
    
    box-shadow: 
        inset 5px 5px 10px rgba(255, 255, 255, 0.1), /* Inner top highlight */
        inset 5px 5px 10px rgba(0, 0, 0, 0.2), /* Inner bottom shadow */
        5px 5px 10px rgba(255, 80, 80, 0.8), /* Outer bottom shadow */
        5px 5px 10px rgba(255, 180, 180, 0.9); /* Outer top highlight */
        
       box-shadow: 
      inset 0px 0px 0 rgba(255, 255, 255, 0.1),
       inset  0px 0px 0 rgba(0, 0, 0, 0.3), 
        5px 5px 10px rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    cursor: pointer;
    position: relative;
}

/* Animate the size, inside */
.fill:hover,
.fill:focus {
box-shadow: inset 0 0 0 3em #D26657;
}

.blue-btn:hover,
.blue-btn:focus {
box-shadow: inset 0 0 0 3em #ABC9E9;
}



/* Set button colors */

/* Button styles */
.fill {  
transition: 0.25s;


font: inherit;
line-height: 1;
margin-bottom: 0;
padding: 1em;
}



.blue-btn.button-3d {
    border-color: #ABC9E9;
    background-color: #6283B8;
}

.blue-btn:hover,
.blue-btn:focus {
box-shadow: inset 0 0 0 3em #ABC9E9;
}

.green-btn.button-3d {
    border-color: #84C190;
    background-color: #6484A6;
}

.green-btn:hover,
.green-btn:focus {
box-shadow: inset 0 0 0 3em #84C190;
}

.orange-btn.button-3d {
    border-color: #E5C199;
    background-color: #7480A1;
}

.orange-btn:hover,
.orange-btn:focus {
box-shadow: inset 0 0 0 3em #E5C199;
}

.button-3d.fill.orange-btn::before{
display: none;
}



/* Electric Tag page */
.page-title {
    font-size: 46px;
    font-family: 'GothamBlack';
    line-height: 50px;
    margin-bottom: 10px;
}

.review-icon li{
    display: inline-block;
    margin: 0 2px;
}

.body-section-area {
    position: relative;
}

@media (max-width: 767px) {
    .body-section-area {
        padding-left: 20px;
        padding-right: 20px;
    }
    .author-and-review-icon .author {
        margin-right: 0;
        margin-bottom: 15px;
    }
}


.body-section-area::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
    width: 100%;
    background-image: url(../images/electric-tag/product_details_page_bg_rep.png);
    content: "";
    z-index: -1;
    background-size: contain;
    background-repeat: repeat-x;
    
}
.slider-area{
    margin-bottom: 40px;
    box-sizing: border-box;
    clear: both;
}
.gallery {
    text-align: center;
}

.big-image {
    width: 100%;
    /* max-width: 500px; */
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
}

.thumbnail-container {
    display: flex;
    justify-content: space-between;
}

.thumbnail {
    width: 30%;
    height: auto;
    cursor: pointer;
    /* border-radius: 5px; */
    transition: transform 0.3s ease, border 0.3s ease;
    border-bottom: 10px solid transparent;
    padding-bottom: 15px;
}

/* .thumbnail:hover {
    transform: scale(1.1);
} */

.thumbnail.active{
    position: relative;
    border-color: green;
}


/* .thumbnail.active:after {
    position: absolute;
    bottom: -10px;
    left: 0;
    content: "";
    width: 100%;
    height: 10px;
   background-color: green;
} */

.slider-content .grade-info li{
    font-size: 22px;
    line-height: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.slider-content .grade-info li span{
    text-transform: capitalize;
    font-size: 20px;
}

.real-connections-area {
    margin-bottom: 50px;
}

.real-connections-area h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-top: 20px;
    font-style: italic;
    font-family: 'Gothambold';
}

.real-connections-area ul li{
    position: relative;
    padding-left: 25px;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
}

.real-connections-area ul li::after{
    position: absolute;
    top: 8px;
    left: 0;
    content: "";
    height: 14px;
    width: 14px;
    background-color: green;
     transform: rotate(45deg);
}

.download-btn{
    display: inline-block;
    box-shadow: -5px 7px 10px  rgba(51, 51, 51, 0.8);
    margin-bottom: 120px;
    transition: .3s;
}

p.tags {
    font-size: 24px;
    line-height: 30px;
    text-transform: uppercase;
}

p.tags span{
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
}

.review-area{
    position: relative;
}

.review-area .review-title{
    font-size: 30px;
    line-height: 40px;
    font-family: 'GothamMedium';
    margin-bottom: 10px;
}

.review-area .review-content{
    font-size: 20px;
    line-height: 26px;
    font-style: italic;
    margin-bottom: 20px;
}
.author-and-review-icon {
    margin-bottom: 40px;
}

.author-and-review-icon .author{
    font-size: 18px;
    line-height: 22px;
    font-family: 'GothamMedium';
    margin-right: 10px;
}

.see-all-reviews-btn{
    display: inline-block;
    font-family: 'GothamMedium';
    transition: .3s;
}

 .electric-tag-footer{
position: relative;
/* 

    padding: 20px 0 100px;
    background: rgb(107,155,181);
    background: linear-gradient(0deg, rgba(107,155,181,1) 0%, rgba(255,255,255,1) 81%); */
} 

.electric-tag-footer::before{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
    content: "";
    background: rgb(107,155,181);
    background: linear-gradient(0deg, rgba(107,155,181,1) 12%, rgba(255,255,255,1) 100%);
    z-index: -1;
    } 


    @media (min-width: 768px) and (max-width: 1279.98px) {
        /* .button-conteiner-area{
            overflow-x: scroll;
            padding: 10px;
            
        }
        ul.shadow-btn li{
            margin-right: 21px;
        } */
    
        .button-conteiner-area {
            padding: 10px;
        }
    
        .cources-buttons.left-buttons-area {
            width: 125px;
            padding-right: 10px;
        }
        .language-btn {
            border-radius: 10px;
            font-size: 12px;
            line-height: 16px;
            height: 40px;
        }
    
        .language-btn::before {
            top: -5px;
            left: -5px;
            width: calc(100% + 8px);
            height: calc(100% + 8px);
            border-radius: 10px;
        }
        .right-buttons-area {
            width: calc(100% - 125px);
        }
      
        .servise img {
            width: 57%;
        }
    
    }

    @media (min-width: 1024px) and (max-width: 1279.98px) {
        .yellow-button {
            width: 40px;
            height: 40px;
            line-height: 40px;
            margin-right: 5px;
        }
        .cources-buttons.left-buttons-area {
            width: 150px;
            padding-right: 15px;
        }
        .right-buttons-area {
            width: calc(100% - 155px);
        }
        .button-3d {
            width: 48px;
            height: 48px;
        }
        .language-btn {
            font-size: 14px;
            line-height: 20px;
            height: 48px;
            margin-bottom: 24px;
        }
        .k-btn li button::after {
            top: 117%;
        }
        ul.k-btn::before {
            width: 110%;
            left: -86px;
        }
        .cources-buttons.left-buttons-area::before {
            top: 19px;
            height: calc(100% - 65px);
        }
       
        
    }

    
    @media (min-width: 1280px) {
        /* .language-btn {
            border-radius: 20px; 
            height: 60px;
            margin-bottom: 29px;
        } */
        .language-btn {
            border-radius: 16px;
            font-size: 16px;
            line-height: 20px;
            height: 60px;
            margin-bottom: 29px;
        }

        .language-btn::before {
            top: -6px;
            left: -6px;
            width: calc(100% + 12px);
            height: calc(100% + 12px);
            border-radius: 20px;
        }

        
        .right-buttons-area{
            width: calc(100% - 205px);
        }
    
        .yellow-button {
            border-radius: 15px;
            width: 55px;
            height: 55px;
            line-height: 55px;
        }
    
        .yellow-button::before {
            border-radius: 20px;
        }
        .button-3d {
            width: 66px;
            height: 66px;
            border-radius: 18px;
            border: 8px solid #D26657; /* 3D Border */
        }
        .cources-buttons.left-buttons-area {
            width: 200px;
            padding-right: 20px;
        }
    
        .cources-buttons.left-buttons-area::before {
            top: 29px;
            height: calc(100% - 80px);
        }
      
        ul.k-btn::before {
            left: -113px;
        }

        .button-conteiner-area {
            padding: 15px;
        }
        
     }
     @media (min-width: 1536px) {

        .button-conteiner-area {
            padding: 0;
        }
        .language-btn {
            border-radius: 20px;
            font-size: 24px;
            line-height: 30px;
            height: 76px;
            margin-bottom: 27px;
        }

        .language-btn::before {
            border-radius: 25px;
        }



        .cources-buttons.left-buttons-area {
            width: 245px;
            padding-right: 20px;
        }
        .right-buttons-area {
            width: calc(100% - 245px);
        }

        .cources-buttons.left-buttons-area::before {
            top: 40px;
            height: calc(100% - 95px);
        }
       
        ul.k-btn::before{
            left: -134px;
        } 

        .yellow-button {
            width: 69px;
            height: 69px;
        }
    
        .button-3d {
            width: 80px;
            height: 80px;
        }
        .yellow-button {
            border-radius: 20px;
            line-height: 70px;
        }
    
        .yellow-button::before {
            border-radius: 25px;
        }
        .right-buttons-area{
            width: calc(100% - 245px);
        }

        .language-btn::before {
            border-radius: 25px;
        }
     }