/*
Theme Name: Drake Child
Theme URI: https://hayrettinsever.com/
Description: Child theme for Drake
Author: Hayrettin Sever
Template: drake
Version: 1.0.3
Text Domain: drake-child
*/


/* =========================================================
   DRAKE CHILD THEME
   Custom changes only
   ========================================================= */


/* ---------------------------------------------------------
   REMOVE ROTATING / SCROLL-DOWN BUTTON
   --------------------------------------------------------- */

a.go-to-project-btn,
.go-to-project-btn {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}


/* ---------------------------------------------------------
   REMOVE MY TEAM TESTIMONIAL SLIDER
   Keep section title and other page elements untouched
   --------------------------------------------------------- */

#testimonial .testimonial-slider-wrap,
#testimonial .testimonial-slider-wrapper,
#testimonial .testimonial-slider {
    display: none !important;
}


/* ---------------------------------------------------------
   MOVE CLIENT LOGOS CLOSER TO "MEET MY AI WORKFORCE"

   Targets ONLY:
   <div class="clients-logos">

   No other section or page element is affected.
   --------------------------------------------------------- */

.clients-logos {
    margin-top: 25px !important;
    padding-top: 0 !important;
}


/* Remove the empty H4 inside the client logos block.
   It has no content but Drake still gives it heading spacing. */

.clients-logos > h4:empty {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    line-height: 0 !important;
}


/* Make sure the logo row itself does not add
   unnecessary space above it. */

.clients-logos > .row {
    margin-top: 0 !important;
    padding-top: 0 !important;
}