/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

/* Set consistent height for logo area and center-align it */
.masthead:not(.sticky-header) .branding {
    display: flex;
    align-items: center;
    height: 80px; /* Controls total header row height */
    padding-top: 10px !important;  /* Space above logo */
    padding-bottom: 10px !important; /* Space below logo */
}

/* Control logo size and remove extra spacing */
.masthead:not(.sticky-header) .branding img {
    max-height: 50px; /* You can reduce/increase this */
    height: auto;
    margin: 0 !important;
}

.branding a img, .branding img {
    max-width: 30%;
    padding-bottom: 60px;
    padding-top: 50px;
    height: 20%;
}


/* Consistent button styling */
.btn,
.vip-btn,
.pricing-btn {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: var(--heading);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
  text-align: center;
}

/* Make buttons 100% width on small screens */
@media (max-width: 768px) {
  .hero-buttons,
  .cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .btn,
  .vip-btn,
  .pricing-btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}

/* Ensure CTA/VIP buttons also center on mobile */
.cta-buttons,
.hero-buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

/* VIP card button specific */
.vip-btn {
  padding: 14px 40px;
  border-radius: 6px;
  font-size: 1.2rem;
}

@media (max-width: 576px) {
  .vip-btn {
    width: 100%;
    max-width: 300px;
  }
}


.title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Alef', serif;
    color: black;
    font-size: 24px;
}

.title-container::before,
.title-container::after {
    content: '';
    flex-grow: 1;
    background: #c0c0c0;
    height: 2px;
    margin: 0 20px; /* Adjust the space around the text */
}

.intro-section {
    font-family: 'Roboto', sans-serif;
    color: black;
    font-size: 15px;
    text-align: justify; /* Justify the text */
    padding: 20px;
    background-color: rgba(192, 192, 192, 0.5); /* More transparent background */
    margin: 20px 0;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.intro-section2 {
    font-family: 'Roboto', sans-serif; /* Using Inter as the font */
    color: black; /* Setting the font color to black */
    font-size: 17px;
    text-align: justify; /* Justifying the text */
}

.wpcf7-form.cf7skins input[type="submit"] {
    margin: 4px 0 0;
    width: 100%;
}


.bg1 {
	
	    background-color: rgba(192, 192, 192, 0.5); /* More transparent background */

}

.bg2 {
background: linear-gradient(to right, rgba(139, 0, 0, 1.0), rgba(192, 192, 192, 0.5));
	
}

.accent-gradient .wpb_tabs.wpb_content_element:not(.tab-style-four) .wpb_tabs_nav > li:not(.ui-state-active):hover > a, .accent-gradient .wpb_tour.wpb_content_element:not(.tab-style-four) .wpb_tabs_nav > li:not(.ui-state-active):hover > a, .accent-gradient .wpb_content_element.tab-style-three .wpb_tabs_nav > li.ui-tabs-active > a, .accent-gradient .wpb_content_element.tab-style-two.wpb_tabs .wpb_tabs_nav > li.ui-tabs-active > a {

    background: -webkit-linear-gradient(left, #e33833 30%, #b7bbc0 100%);
    color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
	font-weight:bolder;
	font-family: Roboto;
	font-size: 16px;
}

#content .wpb_alert p:last-child, #content .wpb_text_column :last-child, #content .wpb_text_column p:last-child, .wpb_alert p:last-child, .wpb_text_column :last-child, .wpb_text_column p:last-child {
    margin-bottom: 0;
	color: black;
	font-family: Roboto;
	font-size: 16px;
}


.sticky-on .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .subtitle-text, #phantom .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .subtitle-text, .sticky-on .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .menu-text, #phantom .main-nav > li:not(.act):not(.wpml-ls-item) > a:hover .menu-text, .sticky-on .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .subtitle-text, #phantom .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .subtitle-text, .sticky-on .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .menu-text, #phantom .main-nav > li.dt-hovered:not(.act):not(.wpml-ls-item) > a .menu-text {
    color: #ff0000;
}

.branding a img, .branding img {
    max-width:30%;
    height: 20%;
}


body {
  font-family: var(--body);
  color: var(--text);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #f9fbfd;
}

.main {
  padding-bottom: 0;
}

.full-width,
.forex-ticker-container,
.cta-section {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.forex-ticker-container {
  background: var(--dark);
  padding: 15px 0;
}

.tradingview-widget-container {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  margin: 0 auto;
}

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, rgba(34, 185, 187, 0.9) 0%, rgba(20, 54, 61, 0.9) 100%),
              url('https://images.unsplash.com/photo-1611974789855-9c2a0a7236a3?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80') no-repeat center center/cover;
  color: var(--white);
  text-align: center;
  padding: 0 20px;
}

.hero-content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  font-family: var(--heading);
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.hero-subtitle {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.9;
}

.hero-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.btn {
  display: inline-block;
  padding: 15px 35px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  font-family: var(--heading);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.9rem;
}

.btn-primary {
  background-color: var(--white);
  color: var(--primary);
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.btn-primary:hover {
  background-color: var(--primary);
  color: var(--white);
  transform: translateY(-3px);
}

.btn-secondary {
  background-color: transparent;
  color: var(--white);
  border: 2px solid var(--white);
}

.btn-secondary:hover {
  background-color: var(--white);
  color: var(--primary);
  transform: translateY(-3px);
}

.section {
  padding: 100px 20px;
}

.section-title {
  text-align: center;
  font-family: var(--heading);
  font-size: 2.5rem;
  color: var(--dark);
  margin-bottom: 60px;
  position: relative;
}

.section-title:after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: var(--primary);
  margin: 20px auto;
  border-radius: 2px;
}

.section-subtitle {
  text-align: center;
  color: var(--text-light);
  max-width: 700px;
  margin: 0 auto 60px;
  font-size: 1.1rem;
  line-height: 1.6;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.services-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.service-card,
.pricing-card {
  background: var(--white);
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.service-card:hover,
.pricing-card:hover {
  transform: translateY(-10px);
}

.service-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: var(--white);
  border-radius: 50%;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-price {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary);
  margin-bottom: 25px;
}

.pricing-btn {
  background: var(--primary);
  color: white;
  border: none;
  padding: 15px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
}

.pricing-btn:hover {
  background: var(--primary-dark);
  transform: translateY(-3px);
}

.team-member {
  padding: 30px;
  text-align: center;
}

.team-img {
  width: 180px;
  height: 180px;
  object-fit: contain;
  border-radius: 12px;
  background: #f9f9f9;
}

.testimonial-card {
  background: var(--white);
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.cta-section {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  color: white;
  text-align: center;
  padding: 100px 20px;
}

.vip-telegram-section .vip-card {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 40px;
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 6px 25px rgba(0,0,0,0.1);
}

/* Swiper styles */
.swiper-button-next,
.swiper-button-prev {
  color: var(--primary) !important;
  background: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.swiper-pagination-bullet {
  background: #ccc !important;
  opacity: 1 !important;
}

.swiper-pagination-bullet-active {
  background: var(--primary) !important;
}

/* Responsive tweaks */
@media (max-width: 992px) {
  .hero-title {
    font-size: 2.8rem;
  }
  .section-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.2rem;
  }
  .hero-buttons {
    flex-direction: column;
    gap: 15px;
  }
  .btn {
    width: 100%;
    max-width: 300px;
  }
  .vip-telegram-section .vip-card {
    padding: 30px 20px;
  }
  .vip-telegram-section .vip-title {
    font-size: 2rem;
  }
  .vip-telegram-section .vip-price {
    font-size: 2.2rem;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 1.8rem;
  }
  .hero-subtitle {
    font-size: 1rem;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .vip-telegram-section .vip-card {
    padding: 20px 15px;
  }
  .swiper-slide {
    width: 90% !important;
  }
}

@media (max-width: 1024px) {
  .masthead.mobile-header {
    background-color: #000000 !important; /* Change to your preferred color */
  }
}

@media screen and (max-width: 778px) {
    .first-switch-logo-left.first-switch-menu-right.rtl .mobile-header-bar .mobile-branding
Specificity: (0,5,0)
 {
        -ms-flex-pack: flex-end;
        -ms-justify-content: flex-end;
        justify-content: end;
        -ms-flex-order: 0;
        order: 0;
        direction: ltr;
        padding-right: 20px;
    }
}