@charset "UTF-8";

/*
Theme Name: 53 Galaxy
Theme URI: https://bohradevelopers.com/
Author: Bohradevelopers
Author URI: https://bohradevelopers.com/
Description: 53 Galaxy is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how 53 Galaxy elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.6
Requires PHP: 5.6
Version: 2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 53_galaxy
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

53 Galaxy Bohradevelopers Theme, (C) 2026 https://bohradevelopers.com */

.sec-main {
    margin-top: -8em !important;
}

.services-text h3 {
    font-size: 28px;
    font-weight: 700;
    color: #3D4C71 !important;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.services-text p {
    font-size: 16px;
    line-height: 1.9;
    color: #364153;
    margin-bottom: 18px;
}
.services-text ul {
    padding-left: 22px;
    margin-bottom: 20px;
}
.services-text ul li {
  font-size: 16px;
  line-height: 1.9;
  color: #4b5563;
  margin-bottom: 8px;
  display: flex;
  align-items: flex-start;
  list-style: none;
}
.services-text ul li::before {
  content: "✓";       /* change this to your preferred option */
  color: #3D4C71;     /* match your brand color */
  font-size: 20px;
  line-height: 1.4;
  margin-right: 8px;
}

/* Nav Bar */

/* Desktop Nav Wrap */
.desktop-nav-wrap {
    display: flex;
    align-items: center;
}

/* Nav container */
.desktop-nav {
    display: flex;
    align-items: center;
}

/* Menu list */
.desktop-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 32px;
}

/* Menu items */
.desktop-menu li {
    position: relative;
}

/* Menu links */
.desktop-menu li a {
    color: #ffffff;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: opacity 0.2s ease;
    white-space: nowrap;
}

/* Hover effect */
.desktop-menu li a:hover {
    opacity: 0.7;
}

/* Active / current page */
.desktop-menu li.current-menu-item a {
    opacity: 0.7;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 2px;
}

/* Global Section */
/* Global Presence Section */
.global-text {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px 40px;
}

.global-text h2 {
  font-weight: 700;
  color: #101828; /* dark green matching the screenshot */
	text-transform: capitalize;
    color: rgb(16, 24, 40);
    font-size: 3.33rem;
    line-height: normal;
    font-style: italic;
    font-family: var(--global-font-family-italic);
    margin-bottom: 0.96rem;
}

.global-text p {
  font-size: 1.389rem;
  font-weight: 400;
  color: #101828;
  line-height: 1.4;
  margin-bottom: 14px;
}

.global-text p:last-child {
  margin-bottom: 0;
}
section.vc_section.sec-global-map.vc_custom_1780313427028.vc_section-has-fill {
    padding: 4em 0 !important;
}
button.menu-toggle {
    display: none !important;
}

.vc_row.wpb_row.vc_row-fluid.map-row.vc_custom_1780467981220.vc_row-has-fill {
    margin-bottom: 60px !important;
	margin-top:30px !important;
}
.map-col {
  background: rgba(100, 160, 210, 0.55);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 16px 20px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  min-height: 260px;    /* consistent card height */
}
/* Space between WPBakery columns */
.map-row .wpb_column {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
/* Remove extra padding from first and last column */
.map-row .wpb_column:first-child {
  padding-left: 0 !important;
}
.map-row .wpb_column:last-child {
  padding-right: 0 !important;
}
.map-row {
padding: 1em 0 4em 0;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: center !important;
  gap: 50px !important;
}
/* The WPBakery outer row that wraps .map-row */
.vc_row.map-row {
  overflow: visible !important;
  padding-bottom: 120px !important;   /* lets image breathe below cards */
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}
/* Inner row */
.map-row {
  margin: 0 auto !important;
  display: flex !important;
  justify-content: center !important;
  gap: 50px !important;
  padding-bottom: 0 !important;
}
/* Fade bottom of section smoothly */
.vc_row.map-row::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, transparent, #dce9f5);
  pointer-events: none;
  z-index: 1;
}