/*
Theme Name: Pawsport Theme
Theme URI: https://pawsport.in/
Author: Manoj Krishna C
Author URI: https://pawsport.in/
Description: Custom WordPress theme for Pawsport International Pet Relocation.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: pawsport
Tags: pet, relocation, responsive, custom-theme
*/

/* ==== Your Original CSS Starts Below ==== */

body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #003867;
  color: white;
}
.navbar {
  display: flex;
  align-items: flex-start; /* Align logo and nav-links to the top */
  padding: 0.2rem 2rem 0;
  background-color: #003867;
  position: relative;
  z-index: 4;
}

.nav-links {
  display: flex;
  list-style: none;
  gap: 5rem;
  font-size: 1.0rem;
  margin-top: 2.0rem; /* Adjust if needed to pull closer to top */
}

.logo-wrapper {
  display: flex;
  gap: 0.2rem;
  margin-left: 2px; /* Pushes it fully to the left */
}

.logo-image img {
  max-width: 200px;
  width: 100px;
  height: auto;
}

.logo-text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #b18b03;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  line-height: 1.1;
  width:300px;
  height: 100px;
  margin-top: 10px;
}

.logo-main {
  font-size: 3.0rem;
  font-weight: 900;
  text-shadow:
    1px 1px 0 #2a2a2a,
    2px 2px 0 #1e1e1e,
    3px 3px 0 #000;
}

.tm {
  font-size: 1.0rem;
  vertical-align: super;
  margin-left: 2px;
}

.logo-divider {
  width: 100%;
  height: 3px;
  background-color: #b18b03;
  border: none;
  margin: 2px 0 -6px 0;
}

.logo-subtext {
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  color: #ffffff;
  opacity: 0.9;
  font-weight: 400;
  margin-top: 10px;
}

.nav-links {
  display: flex;
  align-items: flex-start;
  list-style: none;
  gap: 2rem;
  position: relative;
}

.nav-links li {
  position: relative;
}

.nav-links a {
  text-decoration: none;
  color: #003867;
  font-weight: bold;
}

.dropdown-menu {
  display: none;
  position: absolute;
  list-style: none;
  padding-left: 0;
  top: 100%;
  left: 0;
  color: #b18b03;
  background-color: rgb(59, 147, 202);
  border: 1px solid #ccc;
  min-width: 200px;
  z-index: 5;
}

.dropdown-menu li {
  padding: 2px;
}

.dropdown-menu li:hover {
  background-color: #003867;
  color: #b18b03;
  padding: 5px;
}

.dropdown:hover .dropdown-menu {
  display: block; /* or block if items should stack */
  gap: 1rem;     /* optional: space between links */
}

.dropdown.open .dropdown-menu {
  display: block;
}

.dropdown-menu li a {
  color: black;
  text-decoration: none;
  font-weight: 100;
  font-size: 1.0rem;
  padding-left: 10px;
  padding-bottom: 20px;
  padding-top: 5px;
  
}

/* Position submenu to the right */
.submenu-parent {
  position: relative;
}

.submenu-parent .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #0e5eab;
  min-width: 260px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 999;
}

.submenu-parent:hover .submenu {
  display: block;
}

/* Arrow */
.side-arrow {
  float: right;
  margin-left: 1px;
}

/* Optional: improve spacing */
.submenu li a {
  padding: 5px;
  display: block;
  white-space: nowrap;
}



/* Optional: rotate icon on hover */
.dropdown:hover .dropdown-icon {
  transform: rotate(180deg);
}

.submenu {
  list-style: none;
  padding-left: 0px;
  margin: 0px;
}



.nav-links li a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.nav-links li a:hover {
  color: #b18b03;
}

/* --------- HERO SECTION ---------- */
/*/* HERO SECTION */
.hero {
  position: relative;
  height: 90vh;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.hero-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 2;
  position: relative;
}

.hero-content {
  flex: 1;
  max-width: 600px;
  margin-right: 2rem;
  z-index: 3;
  padding-left: 40px;
  margin-top: 50px;
}

.hero-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-image img {
  max-width: 80%;
  height: auto;
  border-radius: 12px;
  margin-top: 60px;
}

.hero::before {
  content: '';
  position: relative;
  inset: 0;
  background-color: rgba(0, 56, 103, 0.6);
  z-index: 1;
}


.subheading {
  color: #b18b03;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0 0 2rem 0;
  font-size: 1.2rem;
}

.hero-content h1 {
  font-size: 2.8rem;
  margin: 0.5rem 0;
}

.hero-wrapper {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-left: 2px; 

}


.description {
  font-size: 1.2rem;
  margin: 0 0 2rem 0;
}

.cta-button {
  padding: 0.75rem 1.5rem;
  background-color: #b18b03;
  color: #003867;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: background 0.3s ease;
  margin-top : 30px;
  
}

.cta-button:hover {
  background-color: #e0a406;
}

.founder-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #b18b03;
  padding: 40px;
  max-width: 1400px;
  margin: 40px auto;
  /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); */
  font-family: 'Segoe UI', sans-serif;
}

.founder-section1 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #b18b03;
  max-width: 1400px;
  margin-bottom: 40px;
  /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); */
  font-family: 'Segoe UI', sans-serif;
}


.fpfounder-section{
  background-color: #b18b03;
  padding: 40px;
  max-width: 1400px;
  margin: 40px auto;
}

.founder-image {
  flex: 1 1 250px;
  max-width: 300px;
  margin-right: 30px;
  margin-left: 100px;
}

.founder-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.fpfounder-image {
  flex: 1 1 250px;
  max-width: 500px;
  margin-right: 30px;
  margin-left: 30px;
}

.fpfounder-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.founder-text {
  flex: 2 1 400px;
  max-width: 800px;
}

.fpfounder-section h2 {
  font-size: 28px;
  margin-bottom: 16px;
  color: #333;
  padding-left: 250px;
}

.founder-text h5{
 font-size: 1.1rem;
  color: #003867;
  
}

.founder-text h2{
   color: #003867;
   
 }

.founder-text p {
  font-size: 17px;
  line-height: 1.2;
  color: #003867;
  font-weight: 450;
  text-align: justify;
}

.founder-text hr.top-line {
  border: none;
  height: 2px;
  background-color: #003867;
  width: 40%;
  margin: 0 0 20px 0; /* space below line */
}

.founder-text hr.bottom-line {
  border: none;
  height: 2px;
  background-color: #003867;
  width: 40%;
  margin: 20px 0 0 auto; 
}
