/*
Theme Name: Phlox Child Theme
Author: averta
Description: Phlox is a modern, lightweight and customizable theme perfect for almost any type of website including, blog, portfolio, business, agency, news & magazine, food & restaurant, travel, and photography as well as WooCommerce storefront. What makes the Phlox unbeatable is being fast, truly responsive, translation ready, RTL layout, built with SEO in mind, professional portfolio features, 30 exclusive widgets and elements, 19 demo sites for one-click import, WooCommerce Ready, WPML ready, 100% GDPR compliance, reliable with regular updates, and also integrated with Elementor, Visual Composer and SiteOrigin page builders. Phlox is architect from scratch by the team behind the famous “Master Slider” project, so relax and be assured that you are supported by a good company. Phlox is the only theme that you have ever need to use and look no further. Start exploring the demos: http://demo.phlox.pro/default/
Version: Version: 2.17.7
Template: phlox

This is the child theme for Phlox theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");

p {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 28px !important;
  /*   margin-bottom: 1rem !important; */
}
h1,
h2,
h,
h4,
h5,
h6 {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif !important;
}
h1 {
  font-size: 54px !important;
  font-weight: 700 !important;
  line-height: 66px !important;
}
h2 {
  font-size: 46px !important;
  font-weight: 700 !important;
  line-height: 66px !important;
}
h3 {
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 28px !important;
}
h4 {
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 28px !important;
}
h6 {
  font-size: 28px !important;
  font-weight: 500 !important;
  line-height: 38px !important;
  text-align: center !important;
  margin-top: 20px !important;
  display: block !important;
}
.HeroBanner {
  position: relative;
  top: -0px;
}
.HeroBanner:after {
  content: "";
  display: none;
  width: 1054px;
  height: 1002px;
  position: absolute;
  bottom: -40px;
  right: 0;
  background-image: url(http://localhost/landing-page/wp-content/uploads/2025/10/bannerhand.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  z-index: 0;
}
.HeaderMain {
  position: fixed;
  top: 5%;
  left: 0;
  right: 0;
  margin: 0px auto;
  display: table;
  width: 100%;
}
.OurStorybg {
  position: relative;
}
.OurStorybg:after {
  content: "";
  display: block;
  width: 1010px;
  height: 810px;
  position: absolute;
  bottom: 0px;
  right: 0;
  background-image: url(http://localhost/landing-page/wp-content/uploads/2025/10/storyafter.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
  z-index: 0;
}
/* ====================================== Testimonial Slider =============================================== */
.phx-testimonial-section {
  width: 100%;
  margin: 50px auto;
  position: relative;
}

.phx-testimonial-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.phx-testimonial-left {
  position: relative;
  flex: 1;
}
.phx-image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.phx-image img {
  width: 100%;
  height: 460px;
  border-radius: 20px;
  display: block;
  object-fit: cover;
}

.phx-arrow-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 10;
  color: #7f2424;
  font-size: 28px;
	display:none;
}

.phx-prev {
  left: 0px;
}

.phx-next {
  right: 0px;
}

.phx-testimonial-wrapper {
  flex: 1;
  background-image: url("http://localhost/landing-page/wp-content/uploads/2025/10/testimonialbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 50vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  border-radius: 20px;
}

.phx-testimonial-text {
  font-size: 12px !important;
  color: #fff;
  margin-bottom: 10px !important;
  padding: 0 50px;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 23px !important;
}

.phx-client-name {
  font-weight: 400;
  font-size: 28px;
  padding: 0px 0px 0px 50px;
  display: block;
  margin-bottom: 10px;
}

.phx-client-position {
  font-size: 16px;
  color: #fff;
  margin: 0;
  padding: 0px 0px 0px 50px;
}

.phx-client-company {
  font-size: 14px;
  color: #999;
}

.swiper-pagination-bullet {
  background: #333;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}
.phx-client-image{
	padding-left:50px;
}
.phx-client-image img {
    width: 50px;
    height: 50px;
    border-radius: 100px;
}
@media (max-width: 768px) {
  .phx-testimonial-wrapper {
    flex-direction: column;
  }
}
/* === Swiper Pagination Centered at Bottom === */
.phx-testimonial-section {
  position: relative;
  padding-bottom: 60px; /* space for bullets */
}

.phx-testimonial-swiper {
  position: relative;
  padding-bottom: 4%;
}

.phx-testimonial-swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: auto;
  z-index: 20;
}

.swiper-pagination-bullet {
  background: #7f2424;
  opacity: 1;
  width: 20px;
  height: 20px;
  margin: 0 5px !important;
  transition: 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #d0d0d0;
  opacity: 1;
  width: 20px;
  height: 20px;
}
/* ====================================== Testimonial Slider =============================================== */
.mentorsbox {
  padding: 0% 0 3% 0;
}
.mentorsbox img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: top;
	border-radius: 20px 20px 0px 0px;	
}

/* ================================================
   Programs & Services Section Styling
   ================================================ */
/* .programs-services-container {
    background-image: url(http://localhost/landing-page/wp-content/uploads/2025/10/programebg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.programs-service-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin: 80px 0;
}

.programs-service-box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.programs-service-content {
  flex: 1;
}

.programs-service-image {
  flex: 1;
}

.programs-service-box.left-image {
  flex-direction: row;
}

.programs-service-box.right-image {
  flex-direction: row-reverse;
}

.programs-service-content h3 {
    font-size: 18px !important;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500 !important;
    display: block;
    margin-bottom: 15px;
    line-height: 30px !important;
}

.programs-service-content a {
    font-size: 46px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
    line-height: 65px;
    display: block;
}

.programs-service-content p {
    color: #fff;
} */
/* ================================================
   Programs & Services Section Styling
   ================================================ */
/* Alternate layout directions */
.programs-service-box:nth-child(odd) {
  flex-direction: row;
  background-image: url(http://localhost/landing-page/wp-content/uploads/2025/10/bg1.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.programs-service-box:nth-child(even) {
  flex-direction: row-reverse;
  background-image: url(http://localhost/landing-page/wp-content/uploads/2025/10/bg2.jpg) !important;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.programs-services-container {
  width: 100%;
}

.programs-service-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 50px;
}

/* .programs-service-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
} */
.programs-service-content {
  padding: 0px 0px 0px 40px;
}
.programs-service-content,
.programs-service-image {
  flex: 1;
  z-index: 2;
}

.programs-service-box.left-image {
  flex-direction: row;
}

.programs-service-box.right-image {
  flex-direction: row;
}

.programs-service-box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.programs-service-content h3 {
  font-size: 18px !important;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500 !important;
  display: block;
  margin-bottom: 15px;
  line-height: 30px !important;
}

.programs-service-content a {
  font-size: 46px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fff;
  line-height: 65px;
  display: block;
}

.programs-service-content p {
  color: #fff;
}
/* ================================
   Blogs Section Styles (Responsive)
================================== */
.blogs-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
  max-width: 100%;
  margin: 0px auto 50px auto;
  padding: 0 0px;
  box-sizing: border-box;
}

.blog-card {
  overflow: hidden;
  text-align: left;
}
.blog-image img {
  width: 100%;
  height: 328px;
  object-fit: cover;
  display: block;
  border-radius: 25px;
}

.blog-title {
  color: #7b1f1f;
  font-size: 24px !important;
  font-weight: 600 !important;
  margin: 20px 0 20px 0;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, sans-serif !important;
}

.blog-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-title a:hover {
  color: #a93226;
  text-decoration: underline;
}

.blog-desc {
  color: #000;
  font-size: 16px;
}

/* ================================
   Responsive Breakpoints
================================== */

/* Medium screens (tablets) */
@media (max-width: 991px) {
  .blogs-section {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

/* Small screens (mobiles) */
@media (max-width: 576px) {
  .blogs-section {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }

  .blog-title {
    font-size: 16px;
  }

  .blog-desc {
    font-size: 14px;
  }
}
/* Footer */
.newslatter button {
  /* position: relative; */
  /* top: 8px; */
  border: none !important;
  background: #954a4a !important;
  font-size: 20px !important;
  padding: 17px 20px 17px 20px !important;
  margin: 0 !important;
}
.elementor-29 .elementor-element.elementor-element-c2efb42 .aux-button {
  margin-bottom: 2 !important;
}
/* Large desktop */
@media (max-width: 1600px) {
  .aux-s-fhd .e-con > .e-con-inner {
    max-width: 1320px !important;
  }
  .elementor-29
    .elementor-element.elementor-element-52f3a18
    .aux-menu-depth-0
    > .aux-item-content {
    padding-right: 2px;
  }
  h1 {
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 44px !important;
  }
  h2 {
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
  }
  h3 {
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
  }
  h6 {
    font-size: 22px !important;
    line-height: 34px !important;
    margin-top: 15px !important;
  }
  .HeroBanner:after {
    width: 734px;
    height: 652px;
    bottom: -25px;
    display: none;
  }
  p {
    font-size: 16px !important;
  }
  .OurStorybg:after {
    width: 810px;
    height: 730px;
  }
  .elementor-counter .elementor-counter-number-wrapper {
    font-size: 45px;
  }
  .phx-image img {
    width: 100%;
    height: 380px;
  }
  .mentorsbox img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
    border-radius: 20px 20px 0px 0px;
  }
  .mentorsbox h5 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .mentorsbox {
    padding: 0% 0 0% 0;
  }
  .programs-service-content a {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (max-width: 1440px) {
  .aux-s-fhd .e-con > .e-con-inner {
    max-width: 1300px !important;
  }
  .elementor-29
    .elementor-element.elementor-element-52f3a18
    .aux-menu-depth-0
    > .aux-item-content {
    padding-right: 0px;
  }
  h1 {
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 44px !important;
  }
  h2 {
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
  }
  h3 {
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
  }
  h6 {
    font-size: 22px !important;
    line-height: 34px !important;
    margin-top: 15px !important;
  }
  .HeroBanner:after {
    width: 734px;
    height: 652px;
    bottom: -25px;
    display: none;
  }
  p {
    font-size: 16px !important;
  }
  .OurStorybg:after {
    width: 700px;
    height: 660px;
  }
  .elementor-counter .elementor-counter-number-wrapper {
    font-size: 45px;
  }
  .phx-image img {
    width: 100%;
    height: 380px;
  }
  .mentorsbox img {
    width: 100%;
    height: 180px;
        object-fit: cover;
        object-position: top;
        border-radius: 20px 20px 0px 0px;	  
  }
  .mentorsbox h5 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .mentorsbox {
    padding: 0% 0 0% 0;
  }
  .programs-service-content a {
    font-size: 30px;
    line-height: 45px;
  }
}
@media (max-width: 1399px) {
  .aux-s-fhd .e-con > .e-con-inner {
    max-width: 1200px !important;
  }
  .elementor-29
    .elementor-element.elementor-element-52f3a18
    .aux-menu-depth-0
    > .aux-item-content {
    padding-right: 0px !important;
  }
  .elementor-22 .elementor-element.elementor-element-747dbce .elementor-button {
    font-size: 14px;
    padding: 10px 16px 10px 16px;
  }
  .elementor-22 .elementor-element.elementor-element-1324461 .elementor-button {
    font-size: 14px;
  }
  h1 {
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 44px !important;
  }
  h2 {
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
  }
  h3 {
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
  }
  h6 {
    font-size: 22px !important;
    line-height: 34px !important;
    margin-top: 15px !important;
  }
  .HeroBanner:after {
    width: 734px;
    height: 652px;
    bottom: -25px;
    display: none;
  }
  p {
    font-size: 16px !important;
  }
  .OurStorybg:after {
    width: 810px;
    height: 730px;
  }
  .elementor-counter .elementor-counter-number-wrapper {
    font-size: 45px;
  }
  .phx-image img {
    width: 100%;
    height: 380px;
  }
  .mentorsbox img {
    width: 100%;
    height: 180px;
  }
  .mentorsbox h5 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .mentorsbox {
    padding: 0% 0 0% 0;
  }
  .programs-service-content a {
    font-size: 30px;
    line-height: 45px;
  }
  .blog-image img {
    width: 100%;
    height: 238px;
  }
}
@media (max-width: 1366px) {
  .aux-s-fhd .e-con > .e-con-inner {
    max-width: 1200px !important;
  }
  .elementor-29
    .elementor-element.elementor-element-52f3a18
    .aux-menu-depth-0
    > .aux-item-content {
    padding-right: 0px !important;
  }
  .elementor-22 .elementor-element.elementor-element-747dbce .elementor-button {
    font-size: 14px;
    padding: 10px 16px 10px 16px;
  }
  .elementor-22 .elementor-element.elementor-element-1324461 .elementor-button {
    font-size: 14px;
  }
  h1 {
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 44px !important;
  }
  h2 {
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
  }
  h3 {
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
  }
  h6 {
    font-size: 22px !important;
    line-height: 34px !important;
    margin-top: 15px !important;
  }
  .HeroBanner:after {
    width: 734px;
    height: 652px;
    bottom: -25px;
    display: none;
  }
  p {
    font-size: 16px !important;
  }
  .OurStorybg:after {
    width: 810px;
    height: 730px;
  }
  .elementor-counter .elementor-counter-number-wrapper {
    font-size: 45px;
  }
  .phx-image img {
    width: 100%;
    height: 380px;
  }
  .mentorsbox img {
    width: 100%;
    height: 180px;
  }
  .mentorsbox h5 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .mentorsbox {
    padding: 0% 0 0% 0;
  }
  .programs-service-content a {
    font-size: 30px;
    line-height: 45px;
  }
  .blog-image img {
    width: 100%;
    height: 238px;
  }
}
/* Laptop screens */
@media (max-width: 1280px) {
  .aux-s-fhd .e-con > .e-con-inner {
    max-width: 1140px !important;
  }
  .elementor-29
    .elementor-element.elementor-element-52f3a18
    .aux-menu-depth-0
    > .aux-item-content {
    padding-right: 0px !important;
    font-size: 15px;
  }
  .elementor-22 .elementor-element.elementor-element-747dbce .elementor-button {
    font-size: 14px;
    padding: 10px 16px 10px 16px;
  }
  .elementor-22 .elementor-element.elementor-element-1324461 .elementor-button {
    font-size: 14px;
  }
  h1 {
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 44px !important;
  }
  h2 {
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
  }
  h3 {
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
  }
  h6 {
    font-size: 22px !important;
    line-height: 34px !important;
    margin-top: 15px !important;
  }
  .HeroBanner:after {
    width: 734px;
    height: 652px;
    bottom: -25px;
    display: none;
  }
  p {
    font-size: 16px !important;
  }
  .OurStorybg:after {
    width: 680px;
    height: 730px;
  }
  .elementor-counter .elementor-counter-number-wrapper {
    font-size: 45px;
  }
  .phx-image img {
    width: 100%;
    height: 380px;
  }
  .mentorsbox img {
    width: 100%;
    height: 180px;
  }
  .mentorsbox h5 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .mentorsbox {
    padding: 0% 0 0% 0;
  }
  .programs-service-content a {
    font-size: 30px;
    line-height: 45px;
  }
  .blog-image img {
    width: 100%;
    height: 238px;
  }
}

/* Small laptop / large tablet */
@media (max-width: 1200px) {
  .aux-s-fhd .e-con > .e-con-inner {
    max-width: 1130px !important;
  }
  .elementor-29
    .elementor-element.elementor-element-52f3a18
    .aux-menu-depth-0
    > .aux-item-content {
    padding-right: 0px !important;
    font-size: 15px;
  }
  .elementor-22 .elementor-element.elementor-element-747dbce .elementor-button {
    font-size: 14px;
    padding: 10px 16px 10px 16px;
  }
  .elementor-22 .elementor-element.elementor-element-1324461 .elementor-button {
    font-size: 14px;
  }
  h1 {
    font-size: 34px !important;
    font-weight: 700 !important;
    line-height: 44px !important;
  }
  h2 {
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 40px !important;
  }
  h3 {
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 28px !important;
  }
  h6 {
    font-size: 22px !important;
    line-height: 34px !important;
    margin-top: 15px !important;
  }
  .HeroBanner:after {
    width: 734px;
    height: 652px;
    bottom: -25px;
    display: none;
  }
  p {
    font-size: 16px !important;
  }
  .OurStorybg:after {
    width: 680px;
    height: 730px;
  }
  .elementor-counter .elementor-counter-number-wrapper {
    font-size: 45px;
  }
  .phx-image img {
    width: 100%;
    height: 380px;
  }
  .mentorsbox img {
    width: 100%;
    height: 180px;
  }
  .mentorsbox h5 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .mentorsbox {
    padding: 0% 0 0% 0;
  }
  .programs-service-content a {
    font-size: 30px;
    line-height: 45px;
  }
  .blog-image img {
    width: 100%;
    height: 238px;
  }
}

/* Tablets landscape */
@media (max-width: 1024px) {
  .aux-xhd .e-con > .e-con-inner {
    max-width: 900px !important;
  }
}

/* Tablets portrait */
@media (max-width: 992px) {
  .aux-xhd .e-con > .e-con-inner {
    max-width: 800px !important;
  }
}

/* Medium mobile / phablet */
@media (max-width: 850px) {
  .aux-xhd .e-con > .e-con-inner {
    max-width: 720px !important;
  }
}

/* Mobile landscape */
@media (max-width: 768px) {
  .aux-xhd .e-con > .e-con-inner {
    max-width: 640px !important;
    padding: 0 15px;
  }
}

/* Small mobile */
@media (max-width: 576px) {
  .aux-xhd .e-con > .e-con-inner {
    max-width: 500px !important;
    padding: 0 12px;
  }
}

/* Extra small mobile */
@media (max-width: 480px) {
  .aux-xhd .e-con > .e-con-inner {
    max-width: 420px !important;
  }
}

/* Very small mobile */
@media (max-width: 360px) {
  .aux-xhd .e-con > .e-con-inner {
    max-width: 320px !important;
  }
}
