/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.3.1.1692733120
Updated: 2023-08-22 19:38:40

*/

/*****GLOBAL VARIABLES*****/
/* Lato - Regular (400) */
@font-face {
    font-family: 'Lato';
    src: url('/wp-content/uploads/2025/12/Lato-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Lato - Black (900) */
@font-face {
    font-family: 'Lato';
    src: url('/wp-content/uploads/2025/12/Lato-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Montserrat - Medium (500) */
@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/uploads/2025/12/Montserrat-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Montserrat - SemiBold (600) */
@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/uploads/2025/12/Montserrat-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Montserrat - ExtraBold (800) */
@font-face {
    font-family: 'Montserrat';
    src: url('/wp-content/uploads/2025/12/Montserrat-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Poppins - Bold (700) */
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/uploads/2025/12/Poppins-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Poppins - ExtraBold (800) */
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/uploads/2025/12/Poppins-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Poppins - Black (900) */
@font-face {
    font-family: 'Poppins';
    src: url('/wp-content/uploads/2025/12/Poppins-Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

:root {
  /***GLOBAL COLORS****/
  --primary: #014DFE;
  --secondary: #0D123B;
  --light-blue: #E4F0FF;
  --gray: #4c4c4c;
  --white: #fff;
  --black: #000;
  --light-gray: #cecece;

  /***GLOBAL FONT-SIZE****/
  --text-xs:   12px;  /* Little Text */
  --text-base: 16px;  /* Body Text */
  --text-lg:   18px;  /* Button Text */
  --text-xl: clamp(18px, 2vw, 22px);
  --text-2xl: clamp(20px, 2vw, 24px);
  --text-3xl: clamp(22px, 2vw, 28px);
  --text-4xl: clamp(24px, 2.5vw, 34px);
  --text-5xl: clamp(26px, 3vw, 38px);
  --text-6xl: clamp(28px, 3.5vw, 40px);
  --text-7xl: clamp(36px, 4.5vw, 72px);
  /*--font-size--h1: clamp(24px, 2.8vw, 31px);
  --font-size--h2: clamp(18px, 2.5vw, 28px);
  --font-size--h3: clamp(23px, 3vw, 36px);
  --font-size--h4: clamp(20px, 2.5vw, 26px);
  --font-size--h5: clamp(18px, 2.2vw, 24px);
  --font-size--h6: clamp(18px, 1.9vw, 21px);
  --font-size--big: clamp(30px, 4.5vw, 62px);
  --font-size--body: 16px;
  --font-size--button: 18px;
  --font-size--little-text: 12px;*/
  /***GLOBAL FONT-WEIGHT****/
  /*--font-weight--h1: 900;
  --font-weight--h2: 900;
  --font-weight--h3: 900;
  --font-weight--h4: 900;
  --font-weight--h5: 900;
  --font-weight--h6: 900;
  --font-weight--button: 900;*/
  /***GLOBAL FONT-FAMILY****/
  --font-lato-regular: 'Lato', sans-serif; /* font-weight: 400 */
  --font-lato-black: 'Lato', sans-serif; /* font-weight: 900 */

  --font-montserrat-medium: 'Montserrat', sans-serif; /* font-weight: 500 */
  --font-montserrat-semibold: 'Montserrat', sans-serif; /* font-weight: 600 */
  --font-montserrat-extrabold: 'Montserrat', sans-serif; /* font-weight: 800 */

  --font-poppins-bold: 'Poppins', sans-serif; /* font-weight: 700 */
  --font-poppins-extrabold: 'Poppins', sans-serif; /* font-weight: 800 */
  --font-poppins-black: 'Poppins', sans-serif; /* font-weight: 900 */
  /*--font-family--h1: "Poppins";
  --font-family--h2: "Poppins";
  --font-family--h3: "Poppins";
  --font-family--h4: "Poppins";
  --font-family--h5: "Poppins";
  --font-family--h6: "Poppins";
  --font-family--button: "Poppins";
  --font-family--body: sans-serif;*/
  /***GLOBAL MARGIN-TITLE****/
  --margin-bottom--title: 32px;
  --margin-top--title: 0;
  --margin-bottom--p: 16px;
}

/***************UTILITY GLOBAL CLASSES******************/
/* Text Colors */
.color-primary    { color: var(--primary); }
.color-secondary  { color: var(--secondary); }
.color-light-blue { color: var(--light-blue); }
.color-gray       { color: var(--gray); }
.color-white      { color: var(--white); }
.color-black      { color: var(--black); }
.color-light-gray { color: var(--light-gray); }

/* Background Colors */
.bg-primary    { background-color: var(--primary); }
.bg-secondary  { background-color: var(--secondary); }
.bg-light-blue { background-color: var(--light-blue); }
.bg-gray       { background-color: var(--gray); }
.bg-white      { background-color: var(--white); }
.bg-black      { background-color: var(--black); }
.bg-light-gray { background-color: var(--light-gray); }

/* --- Lato --- */
.font-lato-regular {
    font-family: var(--font-lato-regular);
    font-weight: 400;
}

.font-lato-black {
    font-family: var(--font-lato-black);
    font-weight: 900;
}

/* --- Montserrat --- */
.font-montserrat-medium {
    font-family: var(--font-montserrat-medium);
    font-weight: 500;
}

.font-montserrat-semibold {
    font-family: var(--font-montserrat-semibold);
    font-weight: 600;
}

.font-montserrat-extrabold {
    font-family: var(--font-montserrat-extrabold);
    font-weight: 800;
}

/* --- Poppins --- */
.font-poppins-bold {
    font-family: var(--font-poppins-bold);
    font-weight: 700;
}

.font-poppins-extrabold {
    font-family: var(--font-poppins-extrabold);
    font-weight: 800;
}

.font-poppins-black {
    font-family: var(--font-poppins-black);
    font-weight: 900;
}


/* Font Size */
.text-xs   { font-size: var(--text-xs); }
.text-base { font-size: var(--text-base); }
.text-lg   { font-size: var(--text-lg); }
.text-xl   { font-size: var(--text-xl); }
.text-2xl  { font-size: var(--text-2xl); }
.text-3xl  { font-size: var(--text-3xl); }
.text-4xl  { font-size: var(--text-4xl); }
.text-5xl  { font-size: var(--text-5xl); }
.text-6xl  { font-size: var(--text-6xl); }
.text-7xl  { font-size: var(--text-7xl); }

/******STRUCTURE*******/
body {
  margin: 0;
  box-sizing: border-box;
  font-family: var(--font-lato-regular);
  font-size: var(--text-base);
  background-color: var(--white);
}
html {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: var(--secondary) transparent;
}
::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: var(--secondary);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--primary);
}
.section {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-size: cover;
  position: relative;
}
@media(min-width:1025px){
.section {
  padding-right: 40px;
  padding-left: 40px;
}
}
@media(max-width:1024px){
.section {
  padding-right: 16px;
  padding-left: 16px;
}
}

.section-wrap {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1360px;
  flex-wrap: wrap;
}
.one-col {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-direction: column;
}

.grid-23-13,
.grid-2col {display: grid; width: 100%; column-gap: 60px; row-gap: 40px;}

/*.grid-23-13 {grid-template-columns: 2fr 1fr;}*/
.grid-23-13 {grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);}
.grid-2col {grid-template-columns: repeat(2, minmax(0, 1fr));}
.grid-3col {grid-template-columns: repeat(3, minmax(0, 1fr));}
.grid-4col {grid-template-columns: repeat(4, minmax(0, 1fr));}
.grid-5col {grid-template-columns: repeat(5, minmax(0, 1fr));}
.grid-6col {grid-template-columns: repeat(6, minmax(0, 1fr));}
@media (max-width: 1023px) {
.grid-23-13 {grid-template-columns: minmax(0, 1fr);}
}
/*
.two-col {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.three-col {
  width: 33%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.four-col {
  display: flex;
  flex-wrap: wrap;
  width: 25%;
  flex-direction: column;
}
.three-quarters-col {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  flex-direction: column;
}
.one-third-col {
  width: 33.33%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.two-third-col {
  width: 66.66%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}*/
.entry-content {
  overflow: hidden;
}

/***BACKGROUND***/
.parallax {
  background-attachment: fixed;
}

/****BUTTONS*****/
a.btn,
input[type="submit"].btn {
  min-width: 118px;
  font-family: var(--font-poppins-black);
  display: flex;
  justify-content: center;
  width: fit-content;
  padding: 13px 29px;
  font-size: var(--text-lg);
  /*font-weight: var(--font-weight--button);*/
  border-radius: 6px;
}
.btn.btn-white {
  background-color: var(--white);
  color: var(--secondary);
}
.btn.btn-white:hover {
  color: var(--white);
  background-color: var(--secondary);
}
.btn.btn-primary {
    background-color: var(--primary);
    color: var(--white);
}
.btn.btn-primary:hover {
    color: var(--white);
    background-color: var(--gray);
}
.btn.btn-secondary {
    background-color: var(--secondary);
    color: var(--white);
}
.btn.btn-secondary:hover {
    color: var(--white);
    background-color: var(--gray);
}

.btn-hdr {
  background-color: var(--primary);
  padding: 4px 17px;
  color: var(--primary);
}
.btn-hdr:hover,
.btn-hdr a:hover {
  background-color: var(--secondary);
  color: var(--primary);
  cursor: pointer;
}

/****FONTS*****/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin-bottom: var(--margin-bottom--title);
  margin-top: var(--margin-top--title);
  text-wrap: balance;
}
.h1-style {
 font-size: var(--text-6xl);
 font-family: var(--font-montserrat-extrabold);
}
.h2-style {
  font-size: var(--text-6xl);
  font-family: var(--font-montserrat-extrabold);
}
.h3-style {
  font-size: var(--text-6xl);
  font-family: var(--font-montserrat-extrabold);
}
.h4-style {
  font-size: var(--font-size--h4);
  font-weight: var(--font-weight--h4);
  font-family: var(--font-family--h4);
}
.h5-style {
  font-size: var(--font-size--h5);
  font-weight: var(--font-weight--h5);
  font-family: var(--font-family--h5);
}
.h6-style {
  font-size: var(--font-size--h6);
  font-weight: var(--font-weight--h6);
  font-family: var(--font-family--h6);
}
a {
  color: var(--primary);
  transition: 0.3s ease;
  text-decoration: none;
}
.p-style {
  margin-bottom: var(--margin-bottom--p);
}
.textalign-center {
  text-align: center;
}
.aligncenter {
  margin-right: auto;
  margin-left: auto;
}

/***HR***/
.hr-primary {
    background-color:var(--primary);
    margin: 10px auto;
    height: 4px;
}
.hr-secondary {
    background-color:var(--secondary);
    margin: 10px auto;
    height: 4px;
}

/**toggle**/
details summary::-webkit-details-marker {
  display: none;
}
details summary {
  list-style: none !important;
  counter-increment: none !important;
  list-style-type: none !important;
}

summary:hover {
  cursor: pointer;
}
.faq-sctn summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
  gap: 4px;
}
.faq-sctn summary::after {
  content: "+";
  font-size: 32px;
  line-height: 7px;
  color: var(--secondary);
  font-weight: 400;
  height: 25px;
  min-width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-sctn details[open] > summary::after {
  content: "-";
}
.faq-sctn details {
  border-bottom: 2px solid var(--gray);
  margin-bottom: 10px;
  padding-bottom: 6px;
  width: 100%;
}

/*---Header---*/
.hamb-bars summary::marker {content: "☰";}
.hamb-bars[open] summary::marker {content: "✕";}
.hdr-main {position: absolute;width: 100%;padding: 15px 25px;display: flex;justify-content: center;z-index: 1000;}
.hdr-wrp {width: 100%;display: flex;align-items: center;justify-content: center;max-width: 1660px;}
.menu {list-style: none;margin: 0;}
.menu li a {color: var(--secondary);font-family: var(--font-family--h4);}
.mobile_menu input[type="checkbox"] {display: none;}
.spt-mn {width: 100%;opacity: 0;}
.spt-mn hr {margin-top: 5px;margin-bottom: 5px;border: 0;background-repeat: no-repeat;}
.phn-mn a {font-weight: bold;}
.phn-mn {border-left: 1px solid var(--white);padding-left: 18px;}
#menu-main-menu {font-size: clamp(16px, 1.8vw, 20px);}
.menu .menu2-itm a {font-size: clamp(20px, 2vw, 24px);}
.menu li {position: relative;}
.sub-menu li a {color: var(--secondary);font-size: 14px;font-weight: normal;}
.sub-menu li a:hover {color: var(--primary);}
.sub-menu > li {border-bottom: 2px solid var(--primary);padding: 4px 15px;}
header .menu {align-items: center;margin-left: auto;justify-content: flex-end;column-gap: 15px;display: flex;flex-wrap: wrap;}
.lil-text {font-size: 12px;display: block;font-weight: normal;}
.menu-spt {width: 100%;}
.menu-spt hr {margin-top: 10px;margin-bottom: 10px;background-repeat: no-repeat;}
.menu-2 {font-weight: bold;font-size: 19px;line-height: 1.1;}
ul.sub-menu {overflow: visible;}
.menu .sub-menu .sub-menu {left: 100%;top: 0;}
.menu li:hover .sub-menu > li,
.menu .sub-menu li:hover .sub-menu {display: block;}
.menu .sub-menu li .sub-menu,
.sub-menu > li {display: none;}
li.btn-hdr a {color: var(--white);}
.btn-hdr.btn-hdr-2 {background-color: var(--secondary);}
header .menu li a {font-size: 16px;}
header .menu li.menu-2 a {font-size: 19px;}
li.btn-hdr.btn-hdr-2 a {color: var(--primary);font-weight: bold;}
.menu .btn-mn > a {background-color: var(--secondary);color: var(--white);display: flex;padding: 8px 16px;border-radius: 50px;}
header .btn-mn.btn-mn-2 > a {background-color: var(--primary);color: var(--secondary);font-weight: bold;}
@media (min-width: 1025px) {
.top-hdr {display: none;}
.sub-menu {opacity: 0;position: absolute;margin-left: 0;width: auto;list-style: none;display: flex;flex-direction: column;width: 100%;z-index: 1;transition: all 0.3s ease-out;height: 0;overflow: hidden;min-width: 150px;}
.menu li:hover .sub-menu {opacity: 1;background-color: var(--white);transition: all 0.3s ease-out;height: auto;}
.menu-item-has-children::after {content: "›";color: var(--primary);transform: rotate(90deg);position: absolute;font-size: 20px;line-height: 15px;text-align: center;right: 0;top: 5px;}
.menu-item-has-children {padding-right: 17px;}
.hamb-bars summary {display: none;}
.hdr-col2 {flex-grow: 1;}
header .btn-hdr {background: none;padding: 0;color: white;}
header .btn-hdr>a {display: flex;background-color: var(--primary);padding: 12px 20px;line-height: 1;font-weight: bold;border-radius: 5px;}
header .btn-hdr.btn-secondary>a {background-color: var(--secondary);}
}
@media (max-width: 1024px) {
.brg_mn {display: flex;flex-direction: column;width: 35px;height: 30px;justify-content: space-between;cursor: pointer;}
.brg_mn > span {width: 100%;height: 4px;background-color: var(--secondary);}
.menu_tgl {position: absolute;background-color: var(--dark-blue);width: 0;height: auto;top: 100%;padding: 0;overflow-y: scroll;left: 100%;transition: all 0.3s ease-out;visibility: hidden;background-color: var(--white);}
.hdr-col2 {display: flex;justify-content: flex-end;}
.mobile_menu:has(> input:checked) .menu_tgl {left: 0;transition: all 0.3s ease-out;visibility: visible;width: 100%;box-shadow: 0 6px 19px 3px rgba(0, 0, 0, 0.25);}
.spt-mn {display: none;}
.menu_tgl .menu li a {color: var(--primary);}
header .menu_tgl .menu {flex-direction: column;}
.menu_tgl .menu li a {font-size: 19px;}
.menu_tgl .menu li {padding: 5px 20px;border-bottom: 2px solid var(--primary);}
.menu_tgl .menu li:last-child {border: 0;}
.top-hdr {display: flex;justify-content: space-between;}
.top-hdr > div {flex-grow: 1;}
.top-hdr > div > a {display: flex;padding: 12px 20px;justify-content: center;align-items: center;gap: 5px;line-height: 1;font-family: var(--font-family--h4);background-color: var(--primary);color: var(--secondary);font-weight: bold;color: white;}
.top-hdr > div > a svg {position: relative;fill: white;}
.top-hdr .ctc-btn > a {background-color: var(--secondary);color: var(--white);}
.top-hdr .ctc-btn > a > svg {fill: var(--white);}
.hdr-wrp {align-items: center;}
.hdr-main {padding-bottom: 15px;padding-top: 15px;position: relative;box-shadow: 0 10px 11px 0px rgba(0, 0, 0, 0.12);padding-left: 5%;padding-right: 5%;z-index: 10000;overflow: visible;}
header .menu_tgl .menu {max-width: none;}
.btn-red,
.menu-spt {display: none;}
.menu_tgl .menu li {width: 100%;min-height: 36px;}
.menu summary {display: flex;justify-content: space-between;align-items: center;}
header .menu_tgl .menu li a {font-size: 16px !important;font-weight: bold !important;line-height: 1.2 !important;}
.lil-text {font-size: 1em;display: initial;font-weight: bold;}
.menu ul.sub-menu {margin-left: 0;list-style: none;margin-bottom: 3px;}
.menu_tgl .sub-menu li {border-bottom: 0;}
header .menu_tgl .sub-menu li a {color: var(--secondary);font-weight: normal !important;}
details[open] > summary:after {content:'-';}
.hdr-col2 {flex-grow: 1;}
.hdr-col1 {padding-top: 0;width: auto;}
.btn-hdr {display: none;}
.hamb-bars summary {font-size: 32px;}
.hamb-menu {position: absolute;background-color: var(--white);box-shadow: 0 1px 15px 5px rgba(0, 0, 0, 0.25);left: 0;width: 100%;top:100%;max-height: 60vh;overflow: scroll;}
header .menu {flex-direction: column;text-align: left;align-items: flex-start;}
header .menu > li {border-bottom: 2px solid var(--secondary);width: 100%;padding: 7px 12px;}
.btn-mn {display: none;}
.hamb-bars>summary::marker {content: '';}
header .hamb-bars[open]>summary::marker {content: '';}
.hamb-bars>summary::-webkit-details-marker {display: none;}
.hamb-bars>summary {list-style: none!important; counter-increment: none!important;list-style-type: none!important;}
.hamb-bars summary {position: relative;}
header .hamb-bars>summary::after {content: '☰';}
header .hamb-bars[open]>summary::after {content: '✕';}
header .menu li a {font-size: 16px!important; font-weight: bold;}
}


/*Sticky Header*/
header.scrolled {
  position: fixed;
  top: 0;
  z-index: 99999 !important;
  box-shadow: 0 0 20px 0 #00000017;
}

/*Blog shortcode*/
.recent-post-list-tle {
  list-style: none;
  margin: 0;
}
.recent-post-list-tle > li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}
.recent-post-list-tle h4 {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.2;
  display: flex;
}
.recent-post-list-tle > li > svg {
  fill: var(--secondary);
}
.recent-post-list {
  display: flex;
  list-style: none;
  margin: 0;
  gap: 68px;
}
.recent-post-list > li {
  display: flex;
  flex-direction: column;
}
.recent-post-list .text {
  order: 1;
  background-color: var(--light-gray);
  padding: 20px;
}
.recent-post-list .featured-image img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.recent-post-list .text h4 {
  font-size: 16px;
  margin-bottom: 13px;
}
.recent-post-list .text .read-more {
  color: var(--secondary);
  font-weight: bold;
}
.recent-post-list .text h4 > a {
  color: var(--black);
  font-weight: bold;
}
.recent-post-list-tle a {
  color: var(--black);
  font-weight: bold;
}
.recent-post-list-tle > li:last-child {
  margin: 0;
}
@media (max-width: 1200px) {
  .recent-post-list {
    gap: 30px;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .recent-post-list .text h4 {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .recent-post-list-tle {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 500px) {
  .recent-post-list {
    flex-wrap: wrap;
    gap: 20px;
  }
}

/***INTERNAL TOP BANNER***/
.internalbanner {
  padding-top: 172px;
  background: linear-gradient(90deg, #050016 0%, #0c264c 74%);
  padding-bottom: 72px;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
}
.internalbanner .maintitle {
  color: var(--white);
  margin-bottom: 0;
  text-align: center;
  font-size: var(--font-size--h2);
}
.internalbanner hr {
  height: 4px;
  background-color: var(--secondary);
  width: 50%;
  margin-top: 16px;
  margin-bottom: 0;
}
.internalbanner .inner-col {
  flex-direction: column;
  align-items: center;
  max-width: 900px;
}
@media (max-width: 800px) {
  .internalbanner {
    padding-top: 32px;
    padding-bottom: 52px;
  }
}

/**Posts***/
.single-post h1 {
  font-size: clamp(22px, 3vw, 32px) !important;
}
.single-post h2 {
  font-size: clamp(22px, 2.4vw, 26px) !important;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: var(--font-family--h3);
  font-weight: 900;
}
.single-post h3 {
  font-size: clamp(18px, 2vw, 22px) !important;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: var(--font-family--h3);
  font-weight: 900;
}
.single-post h4 {
  font-size: 18px !important;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: var(--font-family--h3);
  font-weight: 900;
}
.single-post .site-content {
  flex-wrap: wrap;
  justify-content: center;
}
.single-post .site-content .section {
  max-width: 1200px;
  width: 100%;
  padding-right: 16px;
  padding-left: 16px;
}
.single-post .all-post {
  padding-top: clamp(32px, 4%, 72px);
}
.single-post .post-card {
  padding-bottom: clamp(32px, 4%, 72px);
}
.single-post .related-post {
  padding-bottom: clamp(32px, 4%, 72px);
}
.single-post .related-post h3 {
  width: 100%;
}
@media (max-width: 600px) {
  .recent-post-list > li {
    width: 100%;
  }
  .recent-post-list {
    flex-wrap: wrap;
  }
  .single-post .related-post h3 {
    text-align: center;
    margin-bottom: 0;
  }
}


/***FOOTER***/
.site-footer {position: relative;align-items: center;justify-content: center;}
.ftr-main {display: flex;justify-content: center;flex-wrap: wrap;color: white;}
.site-footer .ftr-wrp {width: 100%;display: flex;flex-wrap: wrap;align-items: stretch;justify-content: space-between;border-top: 2px solid white;padding-top:20px;padding-bottom:20px;max-width: 1360px;}
.site-footer .section-wrap{padding-top: calc(3% + 20px);padding-bottom: calc(3% + 20px);}
.site-footer .maintitle{color: white;margin-bottom:8px;line-height: 1;font-weight: bold;margin-bottom: 26px;}
.site-footer .form-col {box-shadow: 0px 0px 40px #00000047;border-radius: 11px;}
.site-footer .copy-txt {display: flex;align-items: center;justify-content: center;padding: 12px 15px;width:100%;gap: 12px;background: var(--secondary);color: white;}
.site-footer .copy-txt p{text-wrap: pretty;}
.site-footer .copy-txt p a{color:var(--gray);padding-top: 4px;padding-bottom: 4px;}
.site-footer a:hover{color:var(--secondary)!important}
.site-footer .ftr-col{display:flex;flex-direction:column;justify-content:center}
.site-footer .btn-col{display:flex;gap:8px;flex-wrap:wrap;flex-direction: column;flex-grow: 1;max-width: 200px;}
.site-footer .btn-col .btn{flex-grow:1;padding-right: 12px;padding-left: 12px;font-size:15px;padding-top: 10px;padding-bottom: 10px;}
.site-footer .btn-col .btn-secondary:not(:hover){color:var(--primary);}
.site-footer .title{font-weight:700;font-size:18px;color:var(--primary);width: 100%;}
.site-footer p{margin:0;}
.site-footer .ftrcol-2 ul{list-style:none;margin:0;columns: 6 60px;}
.site-footer .menu{display:flex;flex-direction:column;gap: 6px;}
.site-footer .menu a{font-size:18px;color: white;}
.site-footer hr{width:100%;margin-top:0}
.site-footer .ftrcol-4 p{color:var(--primary)}
.site-footer .form-col{background-color:var(--white)}
.site-footer .ftrcol-1 .site_logo {display: flex;}
.site-footer .btn-col>a {width: 100%;}
.site-footer .btn-col .btn.btn-secondary {background: var(--primary);color: white;}
.site-footer .btn-col .btn.btn-primary {background: white;color: var(--primary);}
.site-footer .ftrcol-1 .site_logo>img {filter: brightness(171)saturate(0);}
.site-footer .copy-txt p a {color: white;}
.ftr-wrp2 {width: 100%;max-width: 1360px;display: flex;justify-content: space-between;}
.ftr-list {display: flex;flex-direction: column;}
.ftr-list a {color: white;}
.ftr-list svg {fill: white;position: relative;top: 2px;}
.site-footer .ftrcol-3>div {padding-left: 20px;border-left: 1px solid white;padding-top: 10px;padding-bottom: 10px;}
.site-footer>footer {padding-left: 20px;padding-right: 20px;}
@media(min-width:1025px){
.site-footer .ftrcol-1{width: 45%;padding-right: 25px;flex-direction: row;flex-wrap: wrap;align-items: center;gap: 15px;justify-content: space-between;}
.site-footer .ftrcol-2{width: 20%;padding-left:20px;padding-right:20px;}
.site-footer .ftrcol-3{width: 35%;padding-left:20px;padding-right:20px;flex-direction: row;justify-content: space-between;}
.site-footer .ftrcol-4{width: 30%;padding-left:20px;flex-wrap: wrap;flex-direction: row;justify-content: space-between;gap: 8px;}
}
@media(min-width:601px){
.site-footer>footer{background-image: url(/wp-content/uploads/2025/12/footer-background.jpg);background-repeat:no-repeat;background-position:center;background-size:cover}
.site-footer .form-col{width:50%;padding: 3%;}
.site-footer .text-col{width:50%;padding-right: 3%;display:flex;flex-direction:column;justify-content:center}
.site-footer .text-col p{margin:0;}
}
@media (max-width: 1100px) {
.site-footer .ftrcol-1 {width: 100%;padding: 0;margin-bottom: 30px;justify-content: center;}
.site-footer .ftrcol-2 {width: 25%;}
.site-footer .ftrcol-3 {width: 50%;}
.site-footer .ftr-wrp {justify-content: center;}
.ftr-wrp2 {justify-content: center;gap: 12px;flex-wrap: wrap;}
}
@media (max-width: 1024px) {
.site-footer .ftrcol-1 {align-items: center;gap: 14px;}
.site-footer .btn-col {width: 100%;}
.site-footer .ftrcol-3 {flex-direction: row;gap: 10px;}
}
@media (max-width: 900px) {
.site-footer .text-col {width: 100%;text-align: center;margin-bottom: 20px;padding: 0;}
.site-footer .form-col {width: 100%;padding: 30px;}
}
@media (max-width: 768px) {
.site-footer .ftrcol-2 {width: 100%;text-align: center;margin-bottom: 20px;}
.site-footer .ftrcol-3 {width: 100%;flex-direction: column;text-align: center;gap: 8px;}
.site-footer .ftrcol-3>div {border: 0;padding: 0;}
.ftr-wrp2 {gap: 4px;text-align: center;}
.site-footer>footer {background-color: var(--secondary);}
}
@media (max-width: 500px) {
.site-footer .maintitle {font-size: 25px;}
}
