body,html {height: 100%; font-family: 'Poppins', sans-serif; font-size: 14px; background: #fff; line-height: 1.2; font-weight: 400 !important;}


/* ===========================================
   CSS VARIABLES (GREEN COLOR SCHEME)
=========================================== */
:root {
    /* Green Color Palette */
    --primary-50: #f0fdf4;
    --primary-100: #dcfce7;
    --primary-200: #bbf7d0;
    --primary-300: #86efac;
    --primary-400: #4ade80;
    --primary-500: #22c55e;
    --primary-600: #16a34a;
    --primary-700: #15803d;
    --primary-800: #166534;
    --primary-900: #14532d;

    /* Neutral Colors */
    --gray-50: #f8fafc;
    --gray-100: #f1f5f9;
    --gray-200: #e2e8f0;
    --gray-300: #cbd5e1;
    --gray-400: #94a3b8;
    --gray-500: #64748b;
    --gray-600: #475569;
    --gray-700: #334155;
    --gray-800: #1e293b;
    --gray-900: #0f172a;

    /* Additional Colors */
    --white: #ffffff;
    --black: #000000;
    --success: #10b981;
    --warning: #f59e0b;
    --error: #ef4444;

    /* Spacing Scale */
    --space-xs: 0.25rem;   /* 4px */
    --space-sm: 0.5rem;    /* 8px */
    --space-md: 1rem;      /* 16px */
    --space-lg: 1.5rem;    /* 24px */
    --space-xl: 2rem;      /* 32px */
    --space-2xl: 2.5rem;   /* 40px */
    --space-3xl: 3rem;     /* 48px */
    --space-4xl: 4rem;     /* 64px */
    --space-5xl: 5rem;     /* 80px */

    /* Typography Scale */
    --text-xs: 0.75rem;    /* 12px */
    --text-sm: 0.875rem;   /* 14px */
    --text-base: 1rem;     /* 16px */
    --text-lg: 1.125rem;   /* 18px */
    --text-xl: 1.25rem;    /* 20px */
    --text-2xl: 1.5rem;    /* 24px */
    --text-3xl: 1.875rem;  /* 30px */
    --text-4xl: 2.25rem;   /* 36px */
    --text-5xl: 3rem;      /* 48px */
    --text-6xl: 3.75rem;   /* 60px */

    /* Border Radius */
    --radius-sm: 0.25rem;  /* 4px */
    --radius-md: 0.375rem; /* 6px */
    --radius-lg: 0.5rem;   /* 8px */
    --radius-xl: 0.75rem;  /* 12px */
    --radius-2xl: 1rem;    /* 16px */
    --radius-full: 9999px;

    /* Shadows */
    --shadow-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --shadow-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --shadow-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);

    /* Container Max Widths */
    --container-sm: 640px;
    --container-md: 768px;
    --container-lg: 1024px;
    --container-xl: 1280px;

    /* Transitions */
    --transition-fast: 0.15s ease-in-out;
    --transition-normal: 0.3s ease-in-out;
    --transition-slow: 0.5s ease-in-out;
}


/*---------------Font Start---------------*/
.font-weight-boldblack{font-weight: 900 !important; font-family: 'Poppins', sans-serif;}
.font-weight-extrabold{font-weight: 800 !important; font-family: 'Poppins', sans-serif;}
.font-weight-bold{font-weight: 700 !important; font-family: 'Poppins', sans-serif;}
.font-weight-semibold{font-weight: 600 !important; font-family: 'Poppins', sans-serif;}
.font-weight-medium{font-weight: 500 !important; font-family: 'Poppins', sans-serif;}
.font-weight-normal{font-weight: 400 !important; font-family: 'Poppins', sans-serif;}
.font-weight-light{font-weight: 300 !important; font-family: 'Poppins', sans-serif;}

/*---------------Font familly End---------------*/

/*---------------Font Size---------------*/
.font-size-10{font-size:10px;}
.font-size-11{font-size:11px;}
.font-size-12{font-size:12px;}
.font-size-13{font-size:13px;}
.font-size-14{font-size:14px !important;}
.font-size-15{font-size:15px;}
.font-size-16{font-size:16px !important;}
.font-size-17{font-size:17px;}
.font-size-18{font-size:18px !important;}
.font-size-19{font-size:19px;}
.font-size-20{font-size:20px;}
.font-size-21{font-size:21px !important;}
.font-size-22{font-size:22px !important;}
.font-size-23{font-size:23px;}
.font-size-24{font-size:24px !important;}
.font-size-25{font-size:25px;}
.font-size-26{font-size:26px;}
.font-size-27{font-size:27px;}
.font-size-28{font-size:28px;}
.font-size-30{font-size:30px;}
.font-size-31{font-size:27px;}
.font-size-32{font-size:32px;}
.font-size-34{font-size:34px;}
.font-size-35{font-size:35px;}
.font-size-36{font-size:36px;}
.font-size-38{font-size:38px;}
.font-size-40{font-size:40px;}
.font-size-42{font-size:42px;}
.font-size-46{font-size:46px;}
.font-size-48{font-size:48px;}
.font-size-50{font-size:50px;}
.font-size-52{font-size:52px;}
.font-size-54{font-size:42px;}
.font-size-60{font-size:60px;}
.font-size-88{font-size:88px;}
.line-hight-1{line-height: 1;}
.line-hight-2{line-height: 1.1;}
.line-hight-22{line-height: 1.2;}
.line-hight-3{line-height: 1.4;}
.line-hight-4{line-height: 1.6;}
.line-hight-normal{line-height: normal;}
.leter1{letter-spacing: 1px;}
.shadow-sm {box-shadow: 0 .125rem 1.25rem rgba(0,0,0,.075) !important;}
.rounded {border-radius: 12px !important;}
/*---------------Font Size End---------------*/

.form-control {height: calc(2.2em + .75rem + 2.2px); font-size: 14px;}
.form-control:focus {box-shadow: none;}
[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {outline: none !important;}


body ::-webkit-input-placeholder {color: #000; opacity: 1; font-weight: 500 !important; font-family: 'Montserrat', sans-serif;}
body ::-moz-placeholder {color: #000; opacity: 1; font-weight: 500 !important; font-family: 'Montserrat', sans-serif;}
body :-ms-input-placeholder {color: #000; opacity: 1; font-weight: 500 !important; font-family: 'Montserrat', sans-serif;}
body :-moz-placeholder {color: #000; opacity: 1; font-weight: 500 !important; font-family: 'Montserrat', sans-serif;}

.custom-file-input {height: calc(2em + .75rem + 2px);}
.custom-file-label {height: calc(2em + .75rem + 2px); padding: .375rem .75rem; line-height: 2; font-size: 14px;}
.custom-file-label::after {height: calc(2em + .75rem); padding: .375rem .75rem;	line-height: 2;}

/*---------------Text Color Start---------------*/
.text-primary{color: #000 !important;}
.text-dark{color: #000000 !important;}
.text-muted {color: #939598 !important;}
.text-darkblue {color: #0C0228 !important;}
.text-yellow{color: #FFCE31 !important;}
/*---------------Text Color End---------------*/

/*---------------Button Start---------------*/
.btn.focus, .btn:focus {outline: 0 !important; box-shadow: none !important;}
.btn-danger {background-color: #ef4036; border-color: #ef4036;}
.btn-danger:hover, .btn-check:focus + .btn-danger, .btn-danger:focus {background-color: #dc382f; border-color: #dc382f;}

.btn-primary {background-color: #0099da;}
.btn-primary:hover, .btn-check:focus + .btn-primary, .btn-primary:focus {background-color: #0287bf; }

.btn-light {background: linear-gradient(76.46deg, #fffa00 0%, #ff3600 100%);	color: #000;} 
.btn-light:hover, .btn-check:focus + .btn-light, .btn-light:focus {background: linear-gradient(76.46deg, #fffa00 0%, #ff3600 100%); border-color: transparent; color: #fff;}
.btn-light span {margin: 1px;}
.btn-light:hover span,
.btn-light:focus span{background: transparent !important;}
/*---------------Button End---------------*/


/*---------------BG Background Start---------------*/
.bg-primary{background-color: #000000 !important;}
.bg-light{background-color: #e6e7e8 !important;}
.bg-light-thin{background-color: #FAFAFA !important;}
.bg-dark {background-color: #121213 !important;}
.bg-black {background-color: #000 !important;}
.bg-danger {background-color: #ef4036 !important;}
.bg-adial {background: radial-gradient(50% 50% at 50% 50%, #080820 50%, #010104 100%);}
.bg-green-light {background: linear-gradient(135deg, var(--primary-50) 10%, var(--white) 50%, var(--primary-50) 100%) !important;}

/*---------------BG Background End---------------*/

@media (min-width: 1200px) {
 .container{max-width: 1050px;}
}

.heading-text {}

.search-box .form-control {background-color: transparent; color: #fff; font-size: 55px; padding: 6px 32px; text-align: center; height: calc(1.6em + .75rem + 1.6px); line-height: normal;}

.search-box .form-control::-webkit-input-placeholder {color: #fff; opacity: 1;}
.search-box .form-control::-moz-placeholder {color: #fff; opacity: 1;}
.search-box .form-control:-ms-input-placeholder {color: #fff; opacity: 1;}
.search-box .form-control:-moz-placeholder {color: #fff; opacity: 1;}

.hrs-icon {border: 1px solid #fff;}
.price{background: #143864;
background: linear-gradient(90deg, rgba(20, 56, 100, 1) 31%, rgba(76, 252, 158, 1) 100%, rgba(187, 254, 218, 1) 85%, rgba(255, 255, 255, 1) 96%);}
.offerends {line-height: 1; display: block; margin-bottom: 3px;}
.home-banner {background-position: bottom center, top left; background-size: 80%, 50%; background-repeat: no-repeat;}
.homepad {padding-top: 4rem; padding-bottom: 4rem;}
.home-banner {padding-top: 3rem; padding-bottom: 0.5rem;}

.workshop-box {border-color: #CBCBCB !important; }

.ptm-photo-text {font-size: 200px; line-height: 1;}
.ptm-photos-row {margin: -40px -50px 0; position: relative;}
.ptm-photos > div .patm-icon {bottom: -11px; right: -8px; border: 1px solid #a9aaad; min-width: 80px;}
.ptm-photos > div .patm-icon img {max-width: 60px;}
.ptm-photos .ptm-bor{border: 1px solid #a9aaad;}
.owl-carousel.ptm-photos {width: auto !important;}
.owl-carousel.ptm-photos .owl-stage-outer {padding-bottom: 12px;}

.coursedetails {}
.news-tooltip {top: -14px; z-index: 1; text-align: center; line-height: 1; background: #8E00FF; right: 10px; padding: 7px 10px;}
.card-star{background: linear-gradient(90deg, #fff100 0%, #FF4747 30.63%);
-webkit-background-clip: text;
  -webkit-text-fill-color: transparent;}
.card-star i{font-size: 18px;}

.rated-with .fa-star {font-size: 22px;}

.rated-with{background: rgba(1, 1, 4, 0.9); border: 1px solid #525252; box-shadow: 0px 32px 64px rgba(1, 1, 255, 0.08); border-radius: 16px;}
.marketingtools > div {flex: 0 0 auto; width: 20%;}
.about-the-trainer {margin-left: -20px;}

.brands-row {border-radius: 10px; border: 1px solid #C3C3C3 !important; overflow: hidden;}
.brands-row > div {border: solid #C3C3C3; border-width: 1px 1px 0px 0px;}
.brands-row > div:nth-child(4n){border-right:0;}
.brands-row > div:nth-child(1){border-top:0;}
.brands-row > div:nth-child(2){border-top:0;}
.brands-row > div:nth-child(3){border-top:0;}
.brands-row > div:nth-child(4){border-top:0;}

.about-the-trainer .about-the {padding-bottom: 4rem;}

.faq-bg{}
.faq-bg {background: url(../images/faq-right-img.png); background-position: right; background-size: cover;}


.accordion-item .accordion-button {background: #143864 !important; padding: 20px;}
.accordion-button:focus {box-shadow: none;}
.accordion-button:not(.collapsed) {box-shadow: none;}
.accordionhome .accordion-item {border-width: 0px 0px;}
.accordion-button:not(.collapsed)::after {background: #fff; height: 2px; width: 14px;}
.accordion-button:not(.collapsed)::before {display: none;}
.accordion-button:after {background: #fff; height: 2px; width: 14px; left: auto; position: absolute; right: 20px;}
.accordion-button:not(.collapsed)::before{}
.accordion-item .accordion-button:before {width: 2px; height: 14px; content:""; margin-left: auto; position: absolute; right: 26px;  background: #fff; display: block;}
.number-faq {width: 30px;}
.accordion-item button[aria-expanded="true"]::before{display: none}

.footer-fixed {position: fixed; left: 0; right: 0; bottom: 0px; z-index: 999;}
.booter-mad {padding-bottom: 88px !important;}



.text-blue{color:#143864;}






