@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');	
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Outfit:wght@100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap");

@font-face {
    font-family: 'Rage Italic';
    font-style: normal;
    font-weight: normal;
    /* Niche url mein apni website ka asli naam aur theme ka naam dalein */
    src: local('Rage Italic'), url('https://demo.qanswergt.life/wp-content/themes/aapki-theme/fonts/RAGE_1.woff') format('woff');
}

/* Font Loading - 'font-display: block' mobile ko force karega ki font load hone tak wait kare */
@font-face {
    font-family: 'Rage Italic';
    src: url('/wp-content/themes/siteorigin-corp-child/assets/fonts/RAGE_1.woff2') format('woff2'),
         url('/wp-content/themes/siteorigin-corp-child/assets/fonts/RAGE_1.woff') format('woff');
    font-display: swap;
}

/* Tera Text Code jisme mobile override blockers lage hain */
/* span.span-logo-text {
    font-family: 'Rage Italic', cursive !important;
    font-weight: normal !important;
    font-size: 30px !important;
    letter-spacing: 0px !important;
	font-weight :500 !important;
	
    

    
    Text rendering ko strictly logo jaisa smooth rakhne ke liye
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    text-rendering: optimizeLegibility !important;
} */
span.span-logo-text {
background-image : url(/wp-content/uploads/2026/04/Untitled-design-2.png);
	width : 100px !important;
}

/* span.span-logo-spel {
    font-family: 'Cormorant Garamond', serif;
    font-size: 25px !important;
	
} */

img.answer-gt {
    height: 35px;
	    display: block;
}

/* Container styling for the text */
.h6.why-pha-h6 {
  display: flex;
  align-items: center; /* This is the magic trick that vertically centers the image with the text */
  justify-content: flex-start; 
  flex-wrap: wrap; /* Ensures it stays responsive on mobile */
  gap: 6px; /* Space between the words and the image */
  color: #009a9a; /* Teal color for your text */
  margin: 0;
  font-weight: bold;
}

/* Image styling */
img.answer-gt-about {
  height: 1.5em; /* Scales the image to automatically match the size of your h6 font */
  width: auto; /* Maintains the original aspect ratio so it doesn't stretch */
  display: inline-block;
  object-fit: contain;
}

@media (max-width:520px){
	span.span-logo-text {
    font-weight: 700 !important;
		text-transform: lowercase;
}
}




.corp-container {
  max-width: 1300px;
}
.section-top {
  margin-top: 50px;
}
body {
  background: #fff;
}

section {
  overflow-x: hidden;
  overflow-y: hidden;
}
header#masthead {
  background-color: transparent;
  background-image: linear-gradient(
    0deg,
    var(--e-global-color-639e8dd) 0%,
    var(--e-global-color-4e9cc37) 100%
	  
  );
	
  margin: 0;
  position: sticky;
  top: 0;
	padding:10px 0;
}
.padd-up {
  padding-top: 70px;
}
img.custom-logo {
  width: 360px;
}

#scroll-to-top {
  background: none;
  width: 65px;
  bottom: 30px;
  height: auto;
}
#scroll-to-top img {
  width: 65px;
  height: 65px;
}
:root {
  --woocommerce: #720eec;
  --wc-green: #7ad03a;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #720eec;
  --wc-primary-text: #fcfbfe;
  --wc-secondary: #e9e6ed;
  --wc-secondary-text: #515151;
  --wc-highlight: #958e09;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676;
  --wc-form-border-color: rgba(32, 7, 7, 0.8);
  --wc-form-border-radius: 4px;
  --wc-form-border-width: 1px;
  --e-global-color-primary: #393c41;
  --e-global-color-secondary: #2b2b2b;
  --e-global-color-text: #ffffff;
  --e-global-color-accent: #ffffff2b;
  --e-global-color-d49ac81: #0070fd;
  --e-global-color-332724a: #89cff0;
  --e-global-color-4d462f5: #dcdcde;
  --e-global-color-cfa1f76: #f4f4f4;
  --e-global-color-044b931: #232f3e;
  --e-global-color-bb890b8: #2b2b2b;
  --e-global-color-639e8dd: #9fe2bf;
  --e-global-color-4e9cc37: #ecfff5;
  --e-global-color-c3b4b98: #9fe2bf;
  --e-global-color-903fb1c: #ecfff5;
  --e-global-color-ea80086: #000000;
}
.link-underline.main-navigation div > ul:not(.cart_list) > li:hover > a {
  border-bottom: none !important;
  border-color: none;
  color: var(--wc-highligh-text);
}
div > ul:not(.cart_list) > li.current-menu-item > a {
  border-bottom: none !important;
  border-color: none;
  color: var(--e-global-color-d49ac81);
}
#custom-mobile-menu .custom-menu-links a[aria-current="page"] {
  color: var(--e-global-color-d49ac81) !important;
  font-weight: 700;
}
#custom-mobile-menu .custom-menu-links a:hover {
  color: #ffffff !important;
}
#custom-mobile-menu .custom-menu-links a {
  transition: 1s ease;
  font-size: 16px;
  font-weight: 700;
}
.custom-mobile-menu {
  display: none;
}
div
  > ul:not(.cart_list)
  > li.current-menu-item
  > a
  .elementor-134
  .elementor-element.elementor-element-47aea72a
  .elementskit-navbar-nav
  > li.current-menu-item
  > a {
  color: var(--e-global-color-d49ac81);
  border-style: none;
}
.main-navigation ul li a {
  color: #2d2d2d;
  display: block;
  font-weight: 800;
  letter-spacing: 1px;
  padding-bottom: 5px;
  font-family: "Red Hat Display", sans-serif;
  border-style: none;
  font-size: 16px;
}
.site-header .site-header-inner {
  justify-content: space-around;
  width: 100%;
}
.p,
p {
  text-align: justify;
  color: #393c41;
  font-family: "Inter", sans-serif;
}

.home-banner-section {
  background: linear-gradient(to bottom, #ffffff 0%, #b2ebd0 100%);
  padding: 100px 0;
  display: flex;
  align-items: center;
  height: 610px;
}
.home-banner-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.home-banner-left {
  flex: 1;
}

.banner-info {
  display: flex;
  align-items: center;
  gap: 60px;
}

.banne-h1 {
  font-size: 59px;
  font-weight: 800;
  color: #333333;
  margin: 0;
  font-family: "Red Hat Display";
  letter-spacing: -1px;
}

.home-banner-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.banner-video {
  width: 100%;
  max-width: 560px;
}
.video-box {
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  display: block;
}

.video-box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.play-btn::after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 12px 0 12px 20px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 5px;
}
.video-box:hover .play-btn {
  background-color: rgba(255, 0, 0, 0.8);
}

.banner-effect-h1 {
  display: inline-flex;
  align-items: center;
}
.banner-effect-h1 .typed-words {
  color: #333333;
}
.banner-effect-h1 .cursor {
  display: inline-block;
  width: 4px;
  height: 1em;
  background-color: #333333;
  margin-left: 6px;
  animation: blinkCursor 0.8s infinite;
}

.banner-effect-h1 .cursor.typing {
  animation: none;
  opacity: 1;
}
@keyframes blinkCursor {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 992px) {
  .home-banner-main {
    flex-direction: column;
    text-align: center;
    gap: 60px;
  }

  .banner-info {
    justify-content: center;
  }

  .home-banner-right {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .banne-h1 {
    font-size: 40px;
  }
  .banner-info {
    gap: 20px;
    flex-direction: column;
  }
  .home-banner-section {
    padding: 30px 0;
	  height:500px
  }
}

/* what-is-pha  */
.home-what-is-pha-main {
  display: flex;
  gap: 30px;
  align-items: center;
  padding-top: 30px;
	justify-content : center;
}

.home-what-is-pha-left {
  width: 45%;
}
.home-what-is-pha-right {
  width: 60%;
}
section.what-is-pha-section {
  position: relative;
}

section.what-is-pha-section::before {
  content: "";
  position: absolute;
  inset: 0;

  background-image: url("/wp-content/uploads/2026/03/map_bg.png");
  background-position: center;
  background-repeat: no-repeat;

  opacity: 0.1;

  z-index: -1;
}
h2.h2.what-is-pha-h2 {
  font-size: 45px;
  margin: 0;
  font-family: "Red Hat Display";
  font-weight: 700;
	line-height : 1.5em;
}
.what-is-php-world-image img {
  transition: transform 1.5s linear;
}

/* Home Information Section */
.home-what-is-pha-main.home-inforamtion-main {
  flex-direction: row-reverse;
  padding: 0;
}
section.home-information-section {
  background: #f0fcf7;
  padding: 50px 0;
  display: flex;
  align-items: center;
}
/* Restrict the height of the 6th video so it matches the YouTube iframes */
.custom-height-video .yt-fullframe-box video {
    max-height: 450px;
    width: 100%;
    object-fit: cover; /* Prevents the video from stretching weirdly. Change to 'contain' if you prefer black bars instead of cropping */
    border-radius: 8px; /* Optional: matches rounded corners if your YouTube iframes have them */
}

/* Why PHA Greenest  */
.home-what-is-pha-main.why-pha-greenest-main {
  flex-direction: row-reverse;
  padding: 60px 0;
}
.home-what-is-pha-left.aos-init.aos-animate p {
  font-size: 16px;
}

/* Pros and Cons  */
img.sign-imag {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 5px;
}
.pros-cons-section-main {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
ul.pros-cons-ul {
  list-style: none;
  margin: 0;
}
.home-pros-cons-section-main {
  display: flex;
  justify-content: center;
  gap: 50px;
}
/* SECTION BACKGROUND */
.pros-cons-section {
  padding: 100px 20px;
  background: linear-gradient(to top, #ffffff 0%, #b2ebd0 100%);
}

/* CONTAINER BIG WIDTH */
.pros-cons-section-main {
  max-width: 1300px;
  margin: auto;
}

/* TITLE */
.pros-cons-section-top-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 70px;
  color: #1a1a1a;
}

/* FLEX LAYOUT */
.home-pros-cons-section-main {
  display: flex;
  gap: 60px;
  justify-content: center;
  flex-wrap: wrap;
}

/* BIG PREMIUM CARDS */
.pros-cons-left,
.pros-cons-right {
  flex: 1;
  min-width: 500px;
  padding: 50px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
  position: relative;
}

/* HOVER EFFECT */
.pros-cons-left:hover,
.pros-cons-right:hover {
  transform: translateY(-12px) scale(1.02);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.12);
}

/* HEADINGS */
.pros-cons-title {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 700;
}

/* GRADIENT BORDER */
.pros-cons-left::after,
.pros-cons-right::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  padding: 2px;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  pointer-events: none;
}

/* PROS STYLE */
.pros-cons-left::after {
  background: linear-gradient(135deg, #28a745, #7be495);
}

.pros-cons-left .pros-cons-title {
  color: #1f7a3a;
}

/* CONS STYLE */
.pros-cons-right::after {
  background: linear-gradient(135deg, #dc3545, #ff8a8a);
}

.pros-cons-right .pros-cons-title {
  color: #b02a37;
}

/* LIST */
.pros-cons-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pros-cons-list {
  display: flex;
  align-items: flex-start;
  margin-bottom: 22px;
  font-size: 17px;
  line-height: 1.7;
  transition: 0.3s;
  gap: 10px;
}

/* LIST HOVER */
.pros-cons-list:hover {
  transform: translateX(8px);
}

/* MOBILE RESPONSIVE */
@media (max-width: 992px) {
  .pros-cons-left,
  .pros-cons-right {
    min-width: 100%;
    padding: 35px;
  }

  .home-pros-cons-section-main {
    gap: 30px;
  }

  .pros-cons-section-top-title {
    font-size: 30px;
  }
}

/* Comparision Table   */
/* Comparison Table */

/* --- Main Section & Container --- */
.comperision-section {
  padding: 50px 15px;
  background-color: #f0fcf7;
  font-family: Arial, sans-serif;
}

.home-what-is-pha-left.aos-init.aos-animate {
    width: 50%;
}
/* --- White Card Wrapper --- */
.comparison-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 35px;
  margin-bottom: 30px;
}

span.vs-span {
  font-size: 20px;
  font-weight: 500;
}

/* --- Main Title --- */
.comparison-title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #222222;
  margin-top: 0;
  margin-bottom: 30px;
}

/* --- Table Styling --- */
.table-responsive {
  overflow-x: auto;
  margin-bottom: 35px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  -webkit-overflow-scrolling: touch; /* Mobile me smooth scroll ke liye */
}

.comparison-table {
  width: 100%;
  min-width: 750px; /* Ye mobile par text ko pichakne nahi dega, scrollbar la dega */
  border-collapse: collapse;
  text-align: left;
  margin-bottom: 0;
}

.comparison-table th,
.comparison-table td {
  padding: 16px 20px;
  border-bottom: 1px solid #e0e0e0;
  line-height: 1.6;
  color: #444444;
}

/* Table Header (Green) */
.comparison-table th {
  background-color: #00d084;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
}

.comparison-table th:not(:last-child),
.comparison-table td:not(:last-child) {
  border-right: 1px solid #e0e0e0;
}

.comparison-table tbody tr:last-child td {
  border-bottom: none;
}

/* Note: Maine yahan se wo 20% / 40% wali width hata di hai,
kyunki aapke paas ab 4 columns hain. Bina width diye browser
ishe automatically first image jaisa perfect set kar dega.
*/

/* Benifits Section  */
.benifts-pha-main {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 0;
}
.benifts-pha-top {
  display: flex;
  justify-content: center;
}
.benifts-pha-bottom {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
}
.benifits-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
h6.h6.benifits-h6 {
  text-align: center;
  font-size: 21px;
  color: #009a9a;
  font-weight: 800;
  font-family: "Red Hat Display";
}
section.benifits-pha-section.section-top {
  background-color: var(--e-global-color-cfa1f76);
}
.benifits-card img {
  display: flex;
  flex-shrink: 0;
}
/* Footer    */
footer#colophon {
  margin: 0;
  background-color: transparent;
  background-image: linear-gradient(
    0deg,
    var(--e-global-color-639e8dd) 0%,
    var(--e-global-color-text) 100%
  );
}

footer#colophon .bottom-bar {
  background-color: transparent !important;
  border-top: none !important;
}
.logo-image {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
footer#colophon .bottom-bar,
footer#colophon .bottom-bar a,
footer#colophon .bottom-bar .site-info span {
  color: #333333 !important;
}
.site-footer .widgets {
  padding: 50px 0 0;
  width: 100%;
}
.site-info span {
  font-weight: 700;
}
.site-footer .bottom-bar {
  padding: 25px 0;
}
.youtube-icon img {
  width: 20px;
  height: 20px;
  transition: all 0.3s ease;
}

.youtube-icon img:hover {
  filter: brightness(0) saturate(100%) invert(86%) sepia(21%) saturate(365%)
    hue-rotate(96deg) brightness(95%) contrast(90%);
}
.site-info a {
  align-items: center;
  display: flex;
  gap: 10px;
}
.site-info span {
  display: flex;
  justify-content: center;
  gap: 5px;
}

/*  --------------------------------------------------------- Why PHA Page -------------------------------------------------- */
.why-pha-main {
  display: flex;
  gap: 50px;
  align-items: center;
}

.why-pha-right {
  width: 65%;
}
.why-pha-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 45%;
}
.what-is-php-world-image img {
  transition: transform 0.15s linear;
  transform-origin: center;
}
h6.h6.why-pha-h6 {
  color: #009a9a;
  font-size: 21px;
  margin: 0;
  font-weight: 700;
  font-family: "Red Hat Display";
}
p.p.why-pha-p {
  color: #009a9a;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  font-style: italic;
  animation: bounce 1s;
  transform-origin: center bottom;
}
.why-pha-left-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
section.why-pha-section.section-top:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(/wp-content/uploads/2026/03/map_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: -1;
}
.why-pha-section {
  position: relative;
}
/* ================= WHAT PHA SECTION ================= */

.what-pha-section {
  position: relative;
  overflow: hidden;
}

.what-pha-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/wp-content/uploads/2026/03/bg_img.png");
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}

.what-pha-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: 1;
  pointer-events: none;
}

.corp-container {
  position: relative;
  z-index: 2;
}

.what-pha-main {
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}

.small-what-pha {
  background: #ffffff;
  padding: 60px 80px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.what-pha-h3 {
  font-size: 33px;
  font-weight: 700;
  color: #333;
  text-align: center;
  margin: 0 0 20px;
  font-family: "Red Hat Display";
}
.what-pha-p ul {
  list-style: none;
  padding: 0;
}

.what-pha-p ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  line-height: 1.6;
  color: #444;
}
.what-pha-p ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #333;
  font-weight: bold;
}

.small-what-pha li {
  font-size: 17px;
  font-family: "Inter", sans-serif;
}

@media (max-width: 768px) {
  .small-what-pha {
    padding: 30px 20px;
  }
  .what-pha-h3 {
    font-size: 24px;
  }
}

/* ================= WHY NOT GREEN ================= */

.why-not-green-opt-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
  padding-bottom: 70px;
}

.bg-color-image {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    at top center,
    #f4f4f4cc 0%,
    var(--e-global-color-text) 80%
  );
}

.why-pha-h6 {
  color: #6edcb4;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: left;
}
.why-not-green-opt-main-top {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}

.why-not-green-opt-main-top-left,
.why-not-green-opt-main-top-right {
  flex: 1;
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.why-not-green-opt-main-bottom {
  background: #fff;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.why-not-green-opt-main-top-left h3,
.why-not-green-opt-main-top-right h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #222;
}
.why-not-green-opt-main-top-left ul,
.why-not-green-opt-main-top-right ul,
.why-not-green-opt-main-bottom ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

.why-not-green-opt-main-top-left ul li,
.why-not-green-opt-main-top-right ul li,
.why-not-green-opt-main-bottom ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  text-align: justify;
}
.why-not-green-opt-main-top-left ul li::before,
.why-not-green-opt-main-top-right ul li::before,
.why-not-green-opt-main-bottom ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-weight: bold;
}
.why-not-green-opt-main-top ul li strong,
.why-not-green-opt-main-bottom ul li strong,
.elementor-widget-container ul li strong,
.elementor-widget-container ul li b,
.why-not-green-opt-main-bottom ul li b {
  color: #393c41;
}
@media (max-width: 991px) {
  .why-not-green-opt-main-top {
    flex-direction: column;
  }
}

/*--------------------------------------------------------- Pla -------------------------------------------------  */
p.what-is-pha-p {
  font-size: 16px;
  color: #393c41;
}

/* -------------------------------------------------------- PP -------------------------------------------------  */
.pp-p {
  text-decoration: uppercase;
}
/*- ---------------------------------------------- About Us ---------------------------------------------  */
.about-main {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.about-p {
  margin: 0;
}
p.p.why-pha-p.about-pp {
  color: #393c41;
  text-transform: uppercase;
  font-style: normal;
}
section.why-pha-section.section-top.padd-up {
  margin: 0;
}
span.about-span-bold {
  font-weight: 700;
}

/* ----------------------------------------------- Contact Us -------------------------------------------------  */
/* --- Base Layout --- */
.contact-form-main {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.contact-form-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-section {
  padding: 60px 0;
  background-color: #f8f9fa;
}
.contact-flex-wrapper {
  display: flex;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  margin-top: 20px;
}

.get-in-touch-card {
  padding: 65px;
  background: #f9f9f9;
}
.top-line {
  width: 100%;
  border: none;
  border-top: 1px solid #ddd;
  margin: 0 0 10px 0;
}
.contact-title {
  font-size: 28px;
  font-weight: 800;
  margin: 0 0 20px 0;
  color: #222;
  font-family: "Red Hat Display", sans-serif;
}
.contact-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
.icon-box img {
  width: 25px;
  height: auto;
}
.accent-line {
  width: 100%;
  height: 2px;
  background-color: #6edcb4;
  margin-top: 0px;
}

.info-content {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.info-content h4 {
  font-size: 17px;
  font-weight: 700;
  margin: 0;
  color: #333;
  line-height: 1.2;
  font-family: "Red Hat Display", sans-serif;
}

.contact-details-inner {
  display: flex;
  flex-direction: column;
}

.contact-link,
.info-content p {
  font-size: 16px;
  color: #666;
  text-decoration: none;
  line-height: 1.3;
  margin: 2px 0 0 0;
  display: inline-block;
}

.info-label {
  font-weight: 700;
  color: #333;
  margin-top: 12px;
  font-size: 15px;
  margin-bottom: 5px;
}

.info-name {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #666;
  margin-bottom: 8px;
  line-height: 1.4;
  gap: 8px;
}

.custom-person-icon {
  width: 18px !important;
  height: 18px !important;
  color: var(--e-global-color-d49ac81);
  flex-shrink: 0;
  display: block;
}

.name-text {
  display: block;
  word-break: break-word;
}

.contact-link {
  transition: color 0.3s ease-in-out;
}

.contact-link:hover {
  color: #4a6cf7;
}

.get-in-touch-card-right {
  flex: 2.2;
  display: flex;
}
.contact-form-container {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  width: 100%;
  gap: 0;
}
.contact-form-image {
  background-color: #89cff0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
  width: 100%;
  height: 100%;
}
.contact-form-image img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.contact-form-fields {
  padding: 10px 48px 48px;
  background-color: #f9f9f9;
}
h3.h3.form-h3 {
  font-size: 33px;
  margin: 0;
}
.contact-form-fields h2 {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
form.wpcf7-form.init {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-form-fields label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
.wpcf7-form-control-wrap {
  margin-bottom: 10px;
  display: block;
}
.wpcf7-text,
.wpcf7-textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
}
.wpcf7-submit {
  background-color: #4a6cf7 !important;
  color: #fff !important;
  border: none !important;
  padding: 12px 25px !important;
  border-radius: 4px !important;
  font-weight: 600;
  cursor: pointer;
  width: 100%;
  margin-top: 5px;
}
.required-mark {
  color: #ff0000;
  font-weight: bold;
  margin-left: 2px;
}
span.contact-link,
a.contact-link,
.info-content p {
  font-size: 16px;
  color: #666 !important;
  text-decoration: none !important;
  line-height: 1.3;
  margin: 2px 0 0 0;
  display: inline-block;
}
a.contact-link {
  transition: color 0.3s ease-in-out;
}

a.contact-link:hover {
  color: #4a6cf7 !important;
}

@media (max-width: 1024px) {
  .contact-flex-wrapper {
    flex-direction: column;
    width: 80%;
  }
  .contact-form-container {
    grid-template-columns: 1fr;
  }
  .contact-form-image {
    height: 500px;
  }
  .contact-form-image img {
    height: 450px;
  }
  section.home-information-section {
    padding: 0;
  }
  .home-what-is-pha-main.home-inforamtion-main {
    padding: 50px 0;
    flex-direction: column;
	text-align: center;;
  }
	.home-what-is-pha-main.home-inforamtion-main.video-2 {
   		flex-direction: column-reverse;
	}
  .home-what-is-pha-left.aos-init.aos-animate {
    width: 100%;
  }
  .pros-cons-section {
    padding: 50px 0px;
  }
  .pros-cons-section-top-title {
    margin: 0;
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

h1.map-h1 {
  text-align: center;
}
/* ------------------------------------------------------------------------- Responsive ----------------------------------------------------------  */

@media (max-width: 1333px) {
  .corp-container {
    padding: 0 50px;
  }
}

@media (max-width: 1024px) {
  .corp-container {
    padding: 0 40px;
  }
  .main-navigation ul li {
    margin: 0 25px -10px 0;
  }
  .why-pha-main {
    flex-direction: column;
  }
  .why-pha-left.aos-init.aos-animate {
    width: 100%;
  }
}
@media (max-width: 950px) {
  img.custom-logo {
    width: 200px;
  }
  .main-navigation ul li {
    margin: 0 15px -10px 0;
  }
}
@media (min-width: 769px) {
  #custom-mobile-menu {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .corp-container {
    padding: 0 30px;
  }
  .home-what-is-pha-main,
  .why-pha-main {
    flex-direction: column;
  }
  .home-what-is-pha-left.aos-init.aos-animate,
  .why-pha-left.aos-init.aos-animate {
    width: 100%;
  }
  .benifts-pha-bottom {
    grid-template-columns: repeat(2, 2fr);
    gap: 20px;
  }
  div#mobile-navigation {
    display: none !important;
  }
  #custom-mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 65%;
    height: 100%;
    background: linear-gradient(180deg, #a8d5c0, #6fbf9e);
    z-index: 9999;
    transition: 0.4s ease;
    padding: 20px;
    display: flex;
    flex-direction: column;
  }

  #custom-mobile-menu.active {
    left: 0;
  }
  .close-btn {
    font-size: 26px;
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
  }
  .menu-top {
    text-align: center;
    margin-top: 40px;
  }

  .menu-top h2 {
    color: #0a7c6b;
    font-size: 24px;
  }

  .menu-top p {
    font-style: italic;
    margin-bottom: 20px;
  }
  .custom-menu-links {
    margin-top: 20px;
  }

  .custom-menu-links li {
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .custom-menu-links a {
    display: block;
    padding: 12px 0;
    color: #000;
    text-decoration: none;
  }
  .menu-bottom {
    margin-top: auto;
    text-align: center;
    padding-bottom: 20px;
  }
  .help .icon {
    font-size: 30px;
  }

  .help p {
    margin: 5px 0;
    text-align: center;
  }

  .help strong {
    font-size: 16px;
  }
  .youtube a {
    display: flex;
    margin-top: 15px;
    background: rgba(255, 255, 255, 0.3);
    padding: 10px;
    border-radius: 6px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 12px auto;
  }
  .site-header .site-header-inner {
    justify-content: center;
    width: 100%;
    flex-direction: row-reverse;
  }
  .home-what-is-pha-right.aos-init.aos-animate {
    width: 80%;
  }
  img.help-icon {
    width: 50px;
    flex-shrink: 0;
  }
  img.menu-yt {
    width: 25px;
    height: 25px;
  }
  a.number-a {
    color: #626262;
  }
  .get-in-touch-card {
    padding: 25px;
  }
  h1.banne-h1,
  h2.h2.what-is-pha-h2 {
    font-size: 40px;
  }
  h3.h3.form-h3 {
    text-align: center;
  }
  .contact-section {
    padding: 30px 0;
  }

  .site-header {
    padding: 15px 0;
  }
  #mobile-menu-button {
    right: 50px;
    top: 0px;
  }
  .padd-up {
    padding-top: 30px;
  }
  .home-what-is-pha-main.why-pha-greenest-main {
    flex-direction: column;
    padding: 10px 0;
  }
  section.comperision-section {
    padding: 20px 0;
  }
  .comparison-card {
    padding: 20px;
  }
  h2.contact-title {
    text-align: center;
  }
  .home-what-is-pha-left.aos-init.aos-animate .h2 {
    text-align: center;
  }
	    .home-what-is-pha-main.home-inforamtion-main {
        padding: 25px 0;
    }
	.home-what-is-pha-main.home-inforamtion-main.video-1 {
    flex-direction: column-reverse;
}
	.yt-fullframe-box {
    height: 350px !important;
}
}
@media (max-width: 520px) {
	img.custom-logo {
    	width: 250px;
	}
  .corp-container {
    padding: 0 20px;
  }
  .contact-flex-wrapper {
    width: 100%;
  }
  h1.banne-h1,
  h2.h2.what-is-pha-h2 {
    font-size: 30px;
  }
  h2.h2.what-is-pha-h2 {
    text-align: center;
  }
  .why-not-green-opt-main-top-left,
  .why-not-green-opt-main-top-right,
  .why-not-green-opt-main-bottom {
    padding: 15px;
  }
  .cnt-map-section-wrapper iframe {
    height: 300px !important;
  }
  .contact-form-image,
  .contact-form-image img {
    height: 300px;
  }
  .contact-form-fields {
    padding: 10px 25px 25px;
  }
  #scroll-to-top img {
    width: 50px;
    height: 50px;
  }
  .home-what-is-pha-right.aos-init.aos-animate {
    width: 100%;
  }
  .section-top {
    margin-top: 20px;
  }
		.yt-fullframe-box,
	.banner-video iframe{
    height: 250px !important;
}
	.home-what-is-pha-main.home-inforamtion-main {
    padding-top: 0;
}
	.home-what-is-pha-main.home-inforamtion-main.video-1.padd-1 {
    padding-top: 25px;
}
	.home-what-is-pha-left.aos-init.aos-animate .video-h2 {
    line-height: 1;
		font-size: 25px;
}
}

@media (max-width: 380px) {
  #mobile-menu-button {
    right: 20px;
    top: 0px;
  }
  .site-info span {
    flex-direction: column;
    align-items: center;
  }
  .benifts-pha-bottom {
    grid-template-columns: repeat(1, 2fr);
  }
  .banner-video iframe {
    height: 170px !important;
  }
}

.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.77vh;
  height: 100vh;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.yt-fullframe-box {
  position: relative;
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.yt-fullframe-box iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.77%;
  height: 100%;
  transform: translate(-50%, -50%);
  border: 0;
}

















/* Short Videos Css Code   */

.grid-videos-main {
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.grid-videos-top {
    display: flex;
    align-items: center;
    justify-content: center;
}
.grid-videos-top .h2 {
    color: #009a9a;
	font-family: 'Rage Italic';
}
.grid-video-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.short-item iframe {
    height: 550px;
    width: 100%;
}

@media (max-width:768px){
	.grid-video-bottom {
    	grid-template-columns: repeat(1, 1fr);
	}
	.short-item iframe {
    	height: 350px;
    	width: 100%;
	}
	.what-is-pha-baner-below-main.padd-up {
    padding: 30px 0 !important; 
}
}




.what-is-pha-baner-below-main.padd-up {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
}

