:root {
    --deep-ocean-blue: #2c5282;
    --warm-sunset-orange: #e53e3e;
    --forest-dark-green: #38a169;
    --pure-cloud-white: #fefefe;
    --stormy-slate-gray: #4a5568;
    --royal-purple-night: #805ad5;
    --golden-morning-light: #ecc94b;
    --midnight-charcoal: #2d3748;
    --sunrise-coral: #f56565;
    --river-sky-blue: #4299e1;
}

*   {
   margin: 0;
  padding: 0;
   box-sizing: border-box;
}

html {
	font-size: 16px;
    scroll-behavior: smooth;
}

body 
 {
  font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.68;
  color: var(--stormy-slate-gray);
  background-color: var(--pure-cloud-white);
  font-weight: 400;
    overflow-x: hidden;
}

.primary_navigation_bar {
	 position: fixed;

      top: 0;

    left: 0;

  right: 0;

  background: rgba(254, 254, 254, 0.94);

  backdrop-filter: blur(17px);

    z-index: 1000;

  border-bottom: 1px solid rgba(75, 87, 104, 0.08);

  transition: all 0.31s cubic-bezier(0.23, 0.45, 0.44, 0.95);

    padding: 0; 
	
}

.nav_content_wrapper {
    max-width: 1340px;
    margin    :   0 auto;
    padding: 0 23px;
  display: flex;
     justify-content: space-between;
   align-items: center;
	height: 91px;
}

.brand_logo_container {
    flex-shrink: 0; 
	
}

.main_logo_image {
    height: 44px;
   width: auto;
}

.desktop_menu_links {
	display: flex;
    gap: 45px;
               align-items: center;
}

.menu_nav_link {
    text-decoration: none;
  color: var(--stormy-slate-gray);
  font-weight: 520;
   font-size: 16px;
    position: relative;
    transition: color 0.27s ease-in-out;
}  

.menu_nav_link::before {
  content: '';
  position: absolute;
   bottom: -9px;
	left: 0;
    width: 0;
   height: 3px;
  background: var(--warm-sunset-orange);
  transition: width 0.33s cubic-bezier(0.65, -0.54, 0.24, 1.58);
}

.menu_nav_link:hover::before,
.menu_nav_link.current_page::before {
	  width: 100%;


}

.menu_nav_link:hover,
.menu_nav_link.current_page {
  color: var(--warm-sunset-orange);
	
}

.hamburger_menu_toggle {
    display: none;
	flex-direction: column;
  cursor: pointer;
  padding: 9px;
   border: none;
    background: transparent;
}  

.menu_line_one,
.menu_line_two,
.menu_line_three {
  width: 26px;
    height: 3px;
  background: var(--stormy-slate-gray);
  margin: 4px 0;
    transition: all 0.31s ease;
  border-radius: 3px;
	
}

.hero_banner_area {
	    height: 700px;
   position: relative;
  display: flex;
   align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
    background-position: center center;
  background-color: #f9fafb;


}

.slider_bg_1 {
  background-image: url('../thumbnails/professional_budget_planning_workspace_stock_photo_5.webp'); 
	
}

.hero_background_image {
   position    :    absolute;
  top: 0;
   left: 0;
   width: 100%;
   height: 100%;
    opacity: 0.12;
}

.hero_content_container {
  max-width: 1340px;
    margin  :     0 auto;
    padding: 0 23px;
    position    : relative;
   z-index: 2; 
	
}

.hero_text_wrapper {
    max-width: 650px;
}

.hero_primary_heading {
  color: var(--midnight-charcoal);
  font-family: 'Poppins', sans-serif;
  font-size: 70px;
  text-transform: capitalize;
    letter-spacing: 2px;
	 font-weight: 300;
  line-height: 1.1;
  margin-bottom  :   31px;
}

.highlighted_text_span {
  font-weight: 700;
  background: linear-gradient(47deg, var(--warm-sunset-orange), var(--sunrise-coral));
  background-clip: text;
}

.hero_description_paragraph {
	font-size: 18px;
       font-weight: 400;
  color: #727272;
    margin-bottom: 40px;
   margin-top: 10px;
  line-height: 1.7;
}

.hero_primary_cta_btn {
  background: var(--warm-sunset-orange);
  background: -moz-linear-gradient(left, var(--warm-sunset-orange) 0%, var(--sunrise-coral) 100%);
  background: -webkit-linear-gradient(left, var(--warm-sunset-orange) 0%, var(--sunrise-coral) 100%);
  background: linear-gradient(to right, var(--warm-sunset-orange) 0%, var(--sunrise-coral) 100%);
  color: var(--pure-cloud-white);
    display: inline-block;
   padding   :      18px 44px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
   font-weight: 500;
   border: 0;
    border: 1px solid transparent;
	 border-radius: 4px;
   text-align: center;
  color: var(--pure-cloud-white) !important;
  text-transform: capitalize;
 transition: 0.5s;
    cursor: pointer;
  text-decoration: none;
}

.hero_primary_cta_btn:hover {


  background: var(--pure-cloud-white);
  color: var(--river-sky-blue) !important;
  border: 1px solid var(--river-sky-blue);
}

.features_showcase_wrapper {
    padding: 115px 0;
    background:     #f8f8f8;
}

.main_content_container {


				 max-width :  1340px;
  margin: 0 auto;
        padding: 0 23px;


}

.features_header_section   {
    text-align: center;
    margin-bottom  :   87px;
}

.features_subtitle_text {
  font-size: 16px;
    letter-spacing: .2em;
      text-transform: uppercase;
   display: inline-block;
  background: rgba(253, 116, 40, 0.1);
  color: var(--warm-sunset-orange);
   padding: 8px 23px;
   border-radius: 37px;
    font-weight: 600;
    margin-bottom: 23px;
}

.features_main_title {


    font-size: 46px;
  font-weight: 680;
  line-height: 56px;
  color: var(--midnight-charcoal);
  font-family: 'Poppins', sans-serif;
    max-width   :    690px;
   margin  :     0 auto;}

.features_cards_grid {
   display: grid; 
	  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
	    gap: 47px;
}

.single_feature_card {
  background: var(--pure-cloud-white);
    padding  :47px 31px;
 border-radius: 12px;
  box-shadow: 0 8px 38px rgba(0, 0, 2, 0.09);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(75, 87, 104, 0.06);
    text-align: center; 

}

.single_feature_card:hover {
  transform: translateY(-9px);
  box-shadow: 0 17px 52px rgba(0, 0, 2, 0.14);
}

.feature_icon_container {
    width: 72px;
    height: 72px;
  background: linear-gradient(137deg, var(--warm-sunset-orange), var(--sunrise-coral));
    border-radius: 23px;
    display: flex;
    align-items: center;
   justify-content: center;
  margin: 0 auto 31px;
	
}



.feature_svg_icon {
  width: 35px;
	 height: 35px;
  filter: brightness(0) invert(1);
}

.feature_card_heading {
    font-size: 23px;
   font-weight: 720;
  color: var(--midnight-charcoal);
    margin-bottom: 21px;
  font-family: 'Poppins', sans-serif;
}

.feature_description_text {
	  color: var(--stormy-slate-gray);
    line-height: 1.8;
    font-size: 16px;


}

.about_statistics_area

{
    padding: 131px 0;
  background: #f7fafc;
}

.about_intro_content {
  display: grid;
    grid-template-columns: 1fr;
   margin-bottom: 97px;
    text-align: center;

}

.about_section_subtitle   {
   display: inline-block;
  background: rgba(253, 116, 40, 0.1);
  color: var(--warm-sunset-orange);
    padding: 8px 23px;
    border-radius: 37px;
    font-size: 14px;
    font-weight: 600;
 margin-bottom: 23px;
   text-transform: uppercase;
         letter-spacing: 0.5px;
}

.about_main_heading {
    font-size: 52px;
    font-weight: 720;
  color: var(--midnight-charcoal);
   line-height: 1.3;
	margin-bottom: 31px;
  font-family: 'Poppins', sans-serif;
}

.about_first_paragraph,
.about_second_paragraph {
  color: var(--stormy-slate-gray);
   line-height: 1.9;
  margin-bottom: 23px;
    font-size: 17px;
  max-width: 720px;
  margin-left: auto;
    margin-right: auto;
}


.statistics_display_section {
   text-align: center;
	 margin-bottom: 97px;
}

.about_featured_image {
      width: 100%;
  max-width: 680px;
   border-radius    :  15px;
  box-shadow: 0 23px 61px rgba(0, 0, 0, 0.17);
}  

.stats_counters_row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 47px;
}

.individual_stat_card {
  text-align: center;
   padding: 37px 23px;
  background: var(--pure-cloud-white);
   border-radius :   15px;
  box-shadow: 0 8px 31px rgba(0, 0, 0, 0.07);
}

.stat_number_value {
    display: block;
   font-size: 52px;
  font-weight: 820;
  color: var(--warm-sunset-orange);
  line-height: 1;
    margin-bottom: 17px;
    position: relative; 

}

.stat_number_value:after     {
       position: absolute;
  content: "";
    width: 57px;
  height: 3px;
   left: 50%;
  bottom: -23px;
  transform: translateX(-50%);
  background: rgba(75, 87, 104, 0.3);
	}

.stat_description_label {
  color: var(--stormy-slate-gray);
	font-size: 15px;
  font-weight: 640;
    text-transform: uppercase;
    letter-spacing   :     0.5px; 
	
}

.image_text_combination_area {
  padding    :     131px 0;
}  

.image_text_layout_grid {
    display: grid;
  grid-template-columns   :  1fr 1fr;
    gap: 97px;
    align-items: center;
}

.text_section_subtitle {
   display: inline-block;

  background: rgba(253, 116, 40, 0.1);

  color: var(--warm-sunset-orange);

  padding: 8px 23px;

  border-radius: 37px;

  font-size   :     14px;

   font-weight: 600;

  margin-bottom: 23px;

    text-transform: uppercase;

    letter-spacing: 0.5px;
}


.text_section_main_title 
 {
  font-size: 47px;
  font-weight:        720;
  color: var(--midnight-charcoal);
  margin-bottom: 31px;
   line-height: 1.4;
  font-family: 'Poppins', sans-serif;
}

.text_content_paragraph,
.text_content_secondary {
  color: var(--stormy-slate-gray);
  line-height: 1.9;
   margin-bottom: 23px;
      font-size   :  17px;
}

.text_section_button_wrapper {
  margin-top: 31px; 

}

.text_section_cta_button {
  display: inline-block;
  background: linear-gradient(137deg, var(--warm-sunset-orange), var(--sunrise-coral));
  color: var(--pure-cloud-white);
    padding: 16px 35px;
   text-decoration: none;
  border-radius   :     8px;
               font-weight: 620;
    transition: all 0.34s ease;
   text-transform: uppercase;
   letter-spacing: 1px;
   font-size: 13px;
}

.text_section_cta_button:hover {

  transform: translateY(-3px);
  box-shadow: 0 9px 28px rgba(253, 116, 40, 0.32);

}

.text_section_featured_image  
  {
   width     :100%;
   border-radius: 15px;
  box-shadow: 0 15px 47px rgba(0, 0, 0, 0.14);
}

.frequently_asked_questions_area {
    padding:    131px 0;
          background: #f7fafc;
}

.faq_section_header {
  text-align   :  center;
    margin-bottom: 97px;
}

.faq_main_heading {
  font-size: 52px;
  font-weight: 720;
   line-height: 62px;
  color: var(--midnight-charcoal);
  font-family: 'Poppins', sans-serif;
   margin-bottom: 23px;
}

.faq_section_description {
    font-size: 17px;
    line-height: 31px;
  color: var(--stormy-slate-gray);
    font-weight: 420;
  max-width: 680px;
  margin: 0 auto;
}

.faq_questions_wrapper {
  max-width: 920px;
   margin: 0 auto;
}

.single_faq_item {
       border: 1px solid #e8dfff;
    border-radius: 9px;
	 margin-bottom: 19px;
  background-color: var(--pure-cloud-white);
  transition: all 0.27s ease;
}

.single_faq_item:hover {
  box-shadow: 0px 9px 21px 0px rgba(0, 0, 2, 0.04);
   border-color: transparent;
}

.faq_question_container{
  position: relative; 
   padding: 25px 29px; 
  cursor: pointer;
}

.faq_question_title {
    font-size: 19px;
   font-weight: 640;
  color: var(--midnight-charcoal);
   margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
   padding-right: 29px;
	 transition: all 0.27s ease;
	
}

.faq_question_container:hover .faq_question_title {
  color: var(--warm-sunset-orange);
}

.faq_answer_container {
  padding: 0 29px 25px 29px; 
	      border-top: 1px solid #e8dfff; 
	
}

.faq_answer_container p {
   font-size: 16px;
    line-height: 29px;
   color: #5c5c66;
    margin-bottom: 0;
    padding-top: 21px;
}

.faq_question_container:after {
  content: "+";
    position: absolute;
  right: 29px;
  top     :        50%;
  transform: translateY(-50%);
	 font-size: 25px;
    font-weight: 320;
  color: var(--stormy-slate-gray);
    transition: all 0.27s ease;
}

.single_faq_item:hover .faq_question_container:after

{
  color: var(--warm-sunset-orange);
}

.call_to_action_banner 
 {
  padding: 131px 0;
  background: linear-gradient(137deg, var(--midnight-charcoal), var(--deep-ocean-blue));
	 position: relative;
}

.cta_content_center {
  text-align  : center;
   max-width: 810px;
 margin: 0 auto;
}

.cta_headline_text {

   font-size: 52px;
    font-weight: 720;
  color: var(--pure-cloud-white);
  margin-bottom: 31px;
   line-height: 1.3;
  font-family: 'Poppins', sans-serif;
}

.cta_description_content {
  font-size   :    21px;
  color: rgba(255, 255, 255, 0.82);
	line-height: 1.8;
        margin-bottom: 47px;
}

.cta_action_buttons {


    display   :        flex;
   gap: 23px;
  justify-content: center;
  flex-wrap: wrap;


}

.cta_main_button,
.cta_outline_button  {
  padding: 19px 37px;
	font-size: 17px;
  font-weight   :        620;
   text-decoration: none;
        border-radius: 9px;
   transition   :    all 0.34s ease;
  display: inline-block;

}

.cta_main_button {
  background: linear-gradient(137deg, var(--warm-sunset-orange), var(--sunrise-coral));
  color: var(--pure-cloud-white);
}

.cta_outline_button  {
  border: 2px solid var(--pure-cloud-white);
  color: var(--pure-cloud-white);
   background: transparent;
	
}

.cta_main_button:hover,
.cta_outline_button:hover {
	  transform: translateY(-3px);

}

.primary_site_footer {
  background: var(--midnight-charcoal);
    padding: 97px 0 37px;
  color: var(--pure-cloud-white);
}

.footer_content_sections  
  {
   display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
   gap: 73px;
    margin-bottom: 61px;
}

.footer_brand_heading {
  color: var(--pure-cloud-white);
  font-size: 31px;
	 font-weight: 720;
    margin-bottom: 23px;


}

.footer_company_description {

	  color: rgba(255, 255, 255, 0.74);
  line-height: 1.8;
    margin-bottom: 31px;
  font-size: 16px;

}

.footer_social_links  {

	   display: flex;
  list-style: none;
    gap: 17px;
	}

.social_link_item {
          margin: 0;
}

.social_link_item a     {
  height: 45px;
	width: 45px;
    display: block;
  background: rgba(255, 255, 255, 0.09);
	border-radius: 50%;
   position: relative;
  transition: all 0.31s ease;
}

.social_link_item a:hover		{
  background: var(--warm-sunset-orange);
  transform: translateY(-3px);
}

.social_icon_image {
	position: absolute;
   width     :   23px;
   height: 23px;
    top : 50%;
    left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(0) invert(1);
}

.footer_section_heading {
    font-size: 21px;
   font-weight: 640;
  color: var(--pure-cloud-white);
   margin-bottom: 31px;
  font-family: 'Poppins', sans-serif;
}

.footer_navigation_list,
.footer_legal_links {
	list-style: none;
   display: flex;
   flex-direction: column;
    gap: 15px; 

}

.footer_nav_link {
  color: rgba(255, 255, 255, 0.74);
  text-decoration: none;
   transition: color 0.31s ease;
    font-size: 16px;
}

.footer_nav_link:hover {
  color: var(--warm-sunset-orange);
}

.contact_details_wrapper p {
  color: rgba(255, 255, 255, 0.74);
    line-height: 1.8;
    margin-bottom: 15px;
	font-size: 16px;
}

.footer_bottom_bar {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding-top: 37px;
    text-align: center;
}

.footer_copyright_text {
  color: rgba(255, 255, 255, 0.52);
    font-size: 15px;
}@media (max-width: 1280px) {
    .hero_primary_heading {
        font-size: 61px;
    }

    .features_main_title,
    .about_main_heading,
    .faq_main_heading,
    .cta_headline_text {
        font-size: 47px;
    }
}

@media (max-width: 890px) {
    .desktop_menu_links {
        display: none;
    }

    .hamburger_menu_toggle {
        display: flex;
    }

    .hero_primary_heading {
        font-size: 52px;
    }

    .image_text_layout_grid {
        grid-template-columns: 1fr;
        gap: 61px;
    }

    .footer_content_sections {
        grid-template-columns: 1fr 1fr;
        gap: 47px;
    }
}

@media (max-width: 640px) {
    .hero_banner_area {
        height: 520px;
    }

    .hero_primary_heading {
        font-size: 39px;
        letter-spacing: 3px;
    }

    .hero_description_paragraph {
        font-size: 17px;
    }

    .features_cards_grid {
        grid-template-columns: 1fr;
    }

    .stats_counters_row {
        grid-template-columns: repeat(2, 1fr);
        gap: 31px;
    }

    .footer_content_sections {
        grid-template-columns: 1fr;
        gap: 37px;
    }

    .cta_action_buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .individual_stat_card .stat_number_value {
        font-size: 37px;
    }

    .features_main_title,
    .about_main_heading,
    .faq_main_heading,
    .cta_headline_text {
        font-size: 37px;
    }

    .text_section_main_title {
        font-size: 35px;
    }
}.courses_hero_banner		{
  background: linear-gradient(127deg, #f8fafc 0%, var(--pure-cloud-white) 100%);

  padding-top: 91px;

    padding-bottom: 137px;

   position: relative;
     }

.courses_hero_content_wrapper {
   max-width: 1340px; 
   margin: 0 auto; 
	padding   :      0 23px;}

.courses_hero_text_container {
      max-width :  780px;
   margin: 0 auto;
   text-align: center;
}



.courses_hero_main_title {
  font-size: 67px;
  font-weight: 720;
  color: var(--midnight-charcoal);
   line-height  :      1.2;
    margin-bottom: 34px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: -1.1px;
}

.courses_hero_highlight		{
  color: var(--warm-sunset-orange);
  background: linear-gradient(49deg, var(--warm-sunset-orange), var(--sunrise-coral));
          background-clip: text;
}

.courses_hero_description {
   font-size: 19px;
                    line-height: 1.7;
  color: var(--stormy-slate-gray);
	max-width: 640px;
    margin: 0 auto;
}

.services_training_section {
    padding: 137px 0;
  background: #f4f3f2;
}

.services_header_wrapper {
					text-align: center;
	margin-bottom: 97px;
}

.services_main_heading {
  font-size: 53px;
  font-weight: 720;
  color: var(--midnight-charcoal);
    line-height  :        1.3;
   margin-bottom: 27px;
  font-family: 'Poppins', sans-serif;
}

.services_description_text

{
    font-size  :18px;
  line-height: 1.8;
  color: var(--stormy-slate-gray);
   max-width:   680px;
   margin: 0 auto;
}

.services_carousel_container {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 43px;

}

.service_training_card {
  border: 1px solid #d0d0d0;
   padding: 41px 34px;
     border-radius: 7px;
   transition: all 0.34s ease-in-out;
  background: var(--pure-cloud-white);
  text-align: center;
}

.service_training_card:hover {
  background-color: var(--pure-cloud-white);
  border-color: var(--warm-sunset-orange);
  transform: translateY(-7px);
  box-shadow: 0 13px 41px rgba(0, 0, 0, 0.11);
}

.service_icon_wrapper {
   width: 74px;
    height: 74px;
  background: linear-gradient(139deg, var(--warm-sunset-orange), var(--sunrise-coral));
    border-radius: 25px;
  display: flex;
   align-items: center;
    justify-content: center;
	 margin     :      0 auto 29px;
}

.service_icon_image {
    width: 37px;
    height: 37px;
  filter: brightness(0) invert(1);
}

.service_card_title {
  color: var(--midnight-charcoal);
    font-size: 24px;
	font-weight: 720;
   margin-bottom: 19px;
  font-family: 'Poppins', sans-serif;
}

.service_card_description {
  color: var(--stormy-slate-gray);
  line-height     :       1.8;
  font-size: 16px;
}

.course_pricing_section {
   padding: 137px 0;
    background: #f7f8ff;
}

.pricing_header_section  {
   text-align: center;
    margin-bottom: 97px;
}

.pricing_section_title {
  font-family: 'Playfair Display', serif;
 font-size: 57px;
  color: var(--midnight-charcoal);
  font-weight: 720;
	 margin-bottom: 19px;
  line-height: 1.3;
}

.pricing_section_description {
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
    line-height: 29px;
  color: var(--stormy-slate-gray);
  margin-bottom: 0px;
  max-width: 750px;
  margin: auto;
    text-transform:      uppercase;
}

.pricing_plans_wrapper {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
   gap: 43px;
    max-width: 1200px;
    margin: 0 auto;
}

.pricing_plan_card {
  background: var(--pure-cloud-white);
   border-radius: 9px;
  overflow: hidden;
   margin-bottom:     37px;
  box-shadow: 0px 13px 38px 0px rgba(153, 153, 153, 0.13);
  transition: all 0.32s ease;
}

.pricing_plan_card:hover {
  transform: translateY(-13px);
}

.pricing_plan_card.featured_plan {
  transform: scale(1.09);

	                    position: relative;

	  z-index: 2;
}

.pricing_plan_card.featured_plan:hover {
  transform: translateY(-13px) scale(1.09);
}

.pricing_plan_header {

	    text-align :       center;
  padding: 47px 37px;
  border-bottom: 1px solid #eeeeee; 
	
     }

.plan_name_title {
    font-size: 25px;
  color: var(--midnight-charcoal);
    margin-bottom: 15px;
  font-family: 'Roboto', sans-serif;
    font-weight: 520;
}

.plan_price_display	{
    font-size: 69px;
  color: var(--warm-sunset-orange);
    font-weight: 720;
  font-family: 'Playfair Display', serif;
				 margin-bottom: 0;
  line-height: 1;
}

.price_period_text {
   font-size: 19px;
  color: #666666;
   font-weight     :      normal;
}

.pricing_plan_features {
  padding: 37px; 

}

.features_list_container {
	list-style : none;
   padding: 0;
    margin: 0;
}

.feature_list_item {
    line-height: 41px;
    font-size: 18px;
     color: #666666;
  font-family: 'Roboto', sans-serif;
   position: relative;
   padding-left: 37px;
	margin-bottom: 15px;
}

.feature_list_item:before {
  content: "✓";
  position: absolute;
	left: 0;
    top: 0;
  color: var(--warm-sunset-orange);
    font-weight: bold;
}

.pricing_plan_action {
	text-align: center;
  padding: 37px;
}


.pricing_plan_button {
    display: inline-block;
  padding: 0px 37px;
  text-align: center;
  color: var(--midnight-charcoal);
  font-size: 15px;
  font-weight:620;
  font-family: 'Roboto', sans-serif;
  line-height: 57px;
    border: 1px solid #dddddd;
   border-radius :    9px;
	transition: all 0.32s ease;
  background: var(--pure-cloud-white);
                    text-decoration: none;
   text-transform   :        uppercase;
  letter-spacing: 0.5px;
}

.pricing_plan_button:hover {
  background: var(--warm-sunset-orange);
  color: var(--pure-cloud-white);
  border-color: var(--warm-sunset-orange);
  transform: translateY(-2px);
}

.pricing_plan_button.featured_plan_btn {
  background: var(--warm-sunset-orange);
  color: var(--pure-cloud-white);
  border-color: var(--warm-sunset-orange);
}

.pricing_plan_button.featured_plan_btn:hover {
          background: transparent;
  color: var(--warm-sunset-orange);
}

.course_highlights_cards_section {
    padding:  137px 0;


}  

.highlights_cards_wrapper {
   max-width: 1340px;
   margin: 0 auto;
	padding: 0 23px;
}

.highlights_container_border {
    border: 1px solid #dee2e6;
  border-radius: 7px;
    padding: 47px;
}

.course_highlights_grid {
    display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 37px;
	align-items: stretch;
}

.course_highlight_card {
     flex: 1;
	}

.highlight_card_link
	{
   text-decoration    :    none;
    color: inherit;
    -o-transition: all 0.32s ease;
    transition: all 0.32s ease;
	 display: flex;
  align-items: flex-start;
   gap: 19px;
}

.highlight_image_container {
  flex: 0 0 127px;
 margin: 0;
}

.highlight_card_image {
  max-width: 100%;
   border-radius: 7px;
    transition :   all 0.32s ease;
}

.highlight_card_link:hover .highlight_card_image {
	opacity: 0.7;
     transform: scale(1.03);
}

.highlight_card_content {
    flex: 1;
}

.highlight_category_tag


{
   -webkit-border-radius: 5px;
		 display: inline-block;
  -moz-border-radius: 5px;
  padding: 3px 13px;
   border-radius: 5px;
  letter-spacing: 0.3em;
    font-weight: 720;
  font-size: 11px;
        text-transform: uppercase;
  margin-bottom: 7px;

}

.advanced_tag {
  background-color: var(--warm-sunset-orange);
  color: var(--pure-cloud-white);
}

.intermediate_tag {
  background-color: #f59e0b;
  color: var(--pure-cloud-white);
}

.foundation_tag {

	  background-color: var(--forest-dark-green);
  color: var(--pure-cloud-white);
     }

.highlight_card_title {


  font-size: 18px;
  line-height: 1.5;
  font-family: 'Muli', Arial, sans-serif;
  color: var(--midnight-charcoal);
         margin: 0;
    font-weight:       620;

}

.course_methodology_section {
    background    :   #f8fafc;
       padding: 137px 0;
}

.methodology_content_layout {
   display: grid;
   grid-template-columns: 1fr 1fr;
   gap: 97px;
    align-items: center;
}

.methodology_section_badge {
    display  :      inline-block;
  background: rgba(253, 116, 40, 0.1);
  color: var(--warm-sunset-orange);
   padding: 8px 25px;
   border-radius: 39px;
    font-size: 15px;
   font-weight: 620;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.methodology_main_heading {
     font-size  :    49px;
   font-weight: 720;
  color: var(--midnight-charcoal);
    margin-bottom    :      33px;
  line-height: 1.4;
  font-family: 'Poppins', sans-serif;
	}

.methodology_description_text,
.methodology_secondary_text {
  color: var(--stormy-slate-gray);
  line-height: 1.9;
    margin-bottom    : 25px;
  font-size: 18px;
}

.methodology_action_wrapper {
   margin-top: 33px;
}

.methodology_cta_button {
	display: inline-block;
  background: linear-gradient(139deg, var(--warm-sunset-orange), var(--sunrise-coral));
  color: var(--pure-cloud-white);
    padding: 17px 37px;
    text-decoration: none;
    border-radius: 9px;
    font-weight: 620;
   transition: all 0.36s ease;
         text-transform: uppercase;
               letter-spacing   :       1px;
    font-size: 14px;

}

.methodology_cta_button:hover {
  transform: translateY(-3px);
  box-shadow: 0 11px 31px rgba(253, 116, 40, 0.34);
}

.methodology_feature_image {
    width     :      100%;
    border-radius    :      17px;
  box-shadow: 0 17px 51px rgba(0, 0, 0, 0.16);
}

.course_faq_section {
  padding: 137px 0;
  background: #f7fafc;

}



.course_faq_header {

	  text-align: center;
    margin-bottom: 97px;
     }

.course_faq_title {
       font-size: 54px;
	 font-weight: 720;
  line-height: 1.3;
  color: var(--midnight-charcoal);
  font-family: 'Poppins', sans-serif;
  margin-bottom: 25px;
}

.course_faq_description {
    font-size: 18px;
       line-height: 33px;
  color: var(--stormy-slate-gray);
   font-weight: 420;
  max-width: 720px;
    margin: 0 auto;
}

.course_faq_container {
    max-width: 950px;
               margin    :        0 auto;
}

.single_course_faq {
  border: 1px solid #e8dfff;
    border-radius: 11px;
  margin-bottom: 21px;
  background-color: var(--pure-cloud-white);
    transition: all 0.29s ease;
}

.single_course_faq:hover {
  box-shadow: 0px 11px 23px 0px rgba(0, 0, 2, 0.05);
    border-color: transparent;
     }

.course_faq_question_header {
   padding     :     27px 31px;
    cursor   :      pointer;
    position: relative;
}

.course_faq_question {
 font-size: 21px;
  font-weight: 640;
  color: var(--midnight-charcoal);
  margin-bottom: 0;
  font-family: 'Poppins', sans-serif;
   padding-right: 31px;
   transition: all 0.29s ease;
}

.course_faq_question_header:hover .course_faq_question {
  color: var(--warm-sunset-orange);
}

.course_faq_answer_content {
      padding: 0 31px 27px 31px;
  border-top: 1px solid #e8dfff;}

.course_faq_answer_content p {
  font-size: 17px;
    line-height: 31px;
    color: #5c5c66;
   margin-bottom: 0;
  padding-top: 23px;
}

.course_faq_question_header:after {
  content: "+";
  position: absolute;
    right:   31px;
   top: 50%;
  transform: translateY(-50%);
   font-size: 27px;
   font-weight: 320;
  color: var(--stormy-slate-gray);
  transition: all 0.29s ease;
}

.single_course_faq:hover .course_faq_question_header:after {
  color: var(--warm-sunset-orange);
}

.courses_final_cta_section {
  padding: 137px 0;
  background: linear-gradient(139deg, var(--midnight-charcoal), var(--deep-ocean-blue));
    position: relative;
}

.final_cta_content_wrapper {
  text-align: center;
   max-width: 840px;
     margin: 0 auto;

}

.final_cta_heading {
	font-size: 54px;
    font-weight: 720;
  color: var(--pure-cloud-white);
    margin-bottom: 33px;
    line-height: 1.3;
  font-family: 'Poppins', sans-serif;
}

.final_cta_description


{
    font-size     :      23px;
	  color: rgba(255, 255, 255, 0.84);
	   line-height: 1.8;
	    margin-bottom: 49px;

}

.final_cta_buttons_group    {

    display: flex;
          gap    :  25px;
   justify-content: center;
  flex-wrap: wrap;


}

.final_cta_primary_btn,
.final_cta_secondary_btn {
   padding: 21px 39px;
  font-size: 18px;
    font-weight    : 620;
    text-decoration: none;
  border-radius: 11px;
  transition     :  all 0.36s ease;
  display: inline-block;
}

.final_cta_primary_btn {
  background: linear-gradient(139deg, var(--warm-sunset-orange), var(--sunrise-coral));
  color: var(--pure-cloud-white);
}

.final_cta_secondary_btn {
  border: 2px solid var(--pure-cloud-white);
  color: var(--pure-cloud-white);
    background: transparent;
}

.final_cta_primary_btn:hover,
.final_cta_secondary_btn:hover {
  transform: translateY(-3px);
}@media (max-width: 1280px) {
    .courses_hero_main_title {
        font-size: 58px;
    }

    .services_main_heading,
    .pricing_section_title,
    .course_faq_title,
    .final_cta_heading {
        font-size: 47px;
    }

    .methodology_main_heading {
        font-size: 43px;
    }
}

@media (max-width: 890px) {
    .methodology_content_layout {
        grid-template-columns: 1fr;
        gap: 61px;
    }

    .courses_hero_main_title {
        font-size: 49px;
    }

    .pricing_plans_wrapper {
        grid-template-columns: 1fr;
        max-width: 500px;
    }

    .pricing_plan_card.featured_plan {
        transform: scale(1);
    }

    .pricing_plan_card.featured_plan:hover {
        transform: translateY(-13px);
    }

    .course_highlights_grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .courses_hero_main_title {
        font-size: 41px;
    }

    .courses_hero_description {
        font-size: 17px;
    }

    .services_carousel_container {
        grid-template-columns: 1fr;
    }

    .highlights_container_border {
        padding: 25px;
    }

    .highlight_card_link {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .highlight_image_container {
        flex: none;
        width: 100%;
        max-width: 200px;
    }

    .final_cta_buttons_group {
        flex-direction: column;
        align-items: stretch;
    }

    .services_main_heading,
    .pricing_section_title,
    .course_faq_title,
    .final_cta_heading {
        font-size: 39px;
    }

    .methodology_main_heading {
        font-size: 37px;
    }
}

.contact_hero_banner_section {
    background: linear-gradient(132deg, #f9fafb 0%, var(--pure-cloud-white) 100%);
    padding-top: 91px;
    padding-bottom: 143px;
    position: relative;
}

.contact_hero_content_wrapper {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.contact_hero_main_heading {
    font-size: 71px;
    font-weight: 720;
    color: var(--midnight-charcoal);
    line-height: 1.2;
    margin-bottom: 37px;
    font-family: 'Poppins', sans-serif;
    letter-spacing: -1.3px;
}

.contact_hero_highlight_text {
    color: var(--warm-sunset-orange);
    background: linear-gradient(51deg, var(--warm-sunset-orange), var(--sunrise-coral));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact_hero_description_text {
    font-size: 21px;
    line-height: 1.8;
    color: var(--stormy-slate-gray);
    max-width: 720px;
    margin: 0 auto;
}

.contact_programs_cards_area {
    padding: 143px 0;
    background: #f4f3f2;
}

.contact_programs_header_section {
    margin-bottom: 97px;
}

.contact_programs_title {
    color: #222;
    font-family: 'Poppins', sans-serif;
    font-size: 59px;
    font-weight: 720;
    text-align: center;
    margin-bottom: 43px;
}

.contact_programs_tabs_wrapper {
    margin-bottom: 43px;
}

.programs_tab_navigation {
    text-align: right;
    float: right;
}

.programs_nav_tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: none;
    display: flex;
    gap: 43px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.programs_nav_item {
    padding: 4px 0;
    position: relative;
}

.programs_nav_link {
    color: #222;
    display: block;
    padding: 0;
    text-decoration: none;
    border: none;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    font-weight: 520;
    font-size: 17px;
    transition: color 0.31s ease;
}

.programs_nav_item:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 34px;
    height: 2px;
    background: #222;
    transition: 0.53s;
    opacity: 0;
    visibility: hidden;
}

.programs_nav_item:hover:after {
    opacity: 1;
    visibility: visible;
}

.programs_nav_link.active_program_tab {
    color: var(--warm-sunset-orange);
}

.programs_nav_link.active_program_tab:after,
.programs_nav_item:hover .programs_nav_link {
    color: var(--warm-sunset-orange);
}

.programs_nav_item:has(.active_program_tab):after {
    opacity: 1;
    visibility: visible;
    background: var(--warm-sunset-orange);
}

.programs_tab_content_wrapper {
    clear: both;
}

.programs_tab_pane {
    display: none;
}

.programs_tab_pane.show.active_program_content {
    display: block;
}

.consultation_program_card {
    padding: 53px 67px;
    background: #f9f9f9;
    border-radius: 4px;
    transition: all 0.53s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 43px;
}

.consultation_program_card:hover {
    background: var(--pure-cloud-white);
    box-shadow: 0 13px 27px rgba(0,0,0,0.12);
}

.program_card_content_section {
    flex: 1;
}

.program_card_title {
    color: #222;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-size: 21px;
    font-weight: 620;
    margin-bottom: 27px;
}

.program_features_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.program_feature_item {
    margin-bottom: 19px;
}

.program_feature_item h5 {
    color: #777;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 420;
    display: flex;
    align-items: center;
    gap: 13px;
}

.program_feature_icon {
    width: 17px;
    height: 17px;
    filter: brightness(0.5);
}

.program_card_image_section {
    flex: 0 0 180px;
}

.program_card_image {
    width: 100%;
    border-radius: 7px;
    box-shadow: 0 7px 21px rgba(0, 0, 0, 0.11);
}

.program_card_action_section {
    text-align: center;
    flex: 0 0 220px;
}

.program_consultation_btn {
    color: var(--pure-cloud-white) !important;
    background: var(--warm-sunset-orange);
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 620;
    display: block;
    padding: 13px 27px !important;
    border-radius: 4px;
    transition: all 0.53s;
    text-decoration: none;
    margin-bottom: 13px;
}

.program_consultation_btn:hover {
    background: #222;
    text-decoration: none;
    transform: translateY(-2px);
}

.program_consultation_btn.foundation_program_btn,
.program_consultation_btn.professional_program_btn,
.program_consultation_btn.elite_program_btn,
.program_consultation_btn.custom_program_btn {
    background: #00afed;
}

.program_consultation_btn.professional_program_btn {
    background: #cc2229;
}

.program_consultation_btn.elite_program_btn {
    background: #0088cc;
}

.program_consultation_btn.custom_program_btn {
    background: #2dc100;
}

.programs_more_info_section {
    margin-top: 53px;
    text-align: center;
}

.programs_more_info_btn {
    color: var(--pure-cloud-white) !important;
    background: var(--warm-sunset-orange);
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 620;
    display: inline-block;
    padding: 19px 37px !important;
    border-radius: 4px;
    transition: all 0.53s;
    text-decoration: none;
}

.programs_more_info_btn:hover {
    background: #111;
    text-decoration: none;
    transform: translateY(-3px);
}

.contact_form_main_section {
    padding: 143px 0;
    background: #1a1a1a;
    position: relative;
}

.contact_form_main_section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 123px;
    height: 5px;
    background: var(--warm-sunset-orange);
}

.contact_form_content_wrapper {
    max-width: 890px;
    margin: 0 auto;
}

.contact_form_header_section {
    text-align: center;
    margin-bottom: 67px;
}

.contact_form_main_title {
    color: var(--pure-cloud-white);
    text-transform: uppercase;
    font-size: 67px;
    margin-bottom: 27px;
    font-family: 'Poppins', sans-serif;
    font-weight: 720;
    line-height: 1.3;
}

.contact_form_description {
    color: rgba(255, 255, 255, 0.82);
    font-size: 19px;
    line-height: 1.8;
    max-width: 720px;
    margin: 0 auto;
}

.consultation_request_form {
    max-width: 890px;
    margin: 0 auto;
}

.form_fields_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -17px 27px;
}

.form_field_column {
    position: relative;
    padding: 0 17px;
}

.form_field_column.half_width_field {
    flex: 0 0 50%;
    max-width: 50%;
}

.form_field_column.full_width_field {
    flex: 0 0 100%;
    max-width: 100%;
}

.form_field_label {
    color: var(--pure-cloud-white) !important;
    display: block;
    margin-bottom: 11px;
    font-weight: 520;
    font-size: 16px;
}

.form_input_field,
.form_select_field,
.form_textarea_field {
    border: none;
    border-bottom: 3px solid gray;
    border-radius: 0;
    background: none;
    color: var(--pure-cloud-white);
    padding: 15px 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    font-size: 16px;
    transition: border-color 0.32s ease;
}

.form_input_field:active,
.form_input_field:focus,
.form_select_field:active,
.form_select_field:focus,
.form_textarea_field:active,
.form_textarea_field:focus {
    color: var(--pure-cloud-white);
    background: none;
    box-shadow: none;
    outline: none;
    border-color: var(--warm-sunset-orange);
}

.form_select_field {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 0 center;
    background-size: 24px;
    padding-right: 40px;
}

.form_select_field option {
    background: var(--midnight-charcoal);
    color: var(--pure-cloud-white);
}

.form_textarea_field {
    resize: vertical;
    min-height: 120px;
}

.form_textarea_field::placeholder,
.form_input_field::placeholder {
    color: rgba(255, 255, 255, 0.54);
}

.field_error_message {
    color: #ff4444;
    font-size: 14px;
    margin-top: 7px;
    display: none;
}

.field_error_message.show_error {
    display: block;
}

.form_submission_row {
    margin-top: 47px;
}

.form_submit_button {
    border-radius: 37px;
    padding: 19px 37px;
    font-size: 17px;
    font-weight: 720;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    background-color: var(--warm-sunset-orange);
    border: 2px solid var(--warm-sunset-orange);
    color: var(--pure-cloud-white);
    cursor: pointer;
    transition: all 0.34s ease;
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: center;
    width: 100%;
}

.form_submit_button:hover {
    background-color: transparent;
    color: var(--warm-sunset-orange);
    transform: translateY(-2px);
    box-shadow: 0 7px 23px rgba(253, 116, 40, 0.31);
}

.form_submit_button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.submit_btn_icon {
    width: 21px;
    height: 21px;
    filter: brightness(0) invert(1);
}

.success_popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.73);
    backdrop-filter: blur(7px);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.success_popup_container {
    max-width: 520px;
    width: 90%;
    margin: 0 auto;
}

.success_popup_content {
    background: var(--pure-cloud-white);
    border-radius: 17px;
    padding: 53px 43px;
    text-align: center;
    box-shadow: 0 21px 67px rgba(0, 0, 0, 0.23);
}

.success_popup_icon_wrapper {
    margin-bottom: 27px;
}

.success_popup_icon {
    width: 73px;
    height: 73px;
    filter: hue-rotate(120deg) saturate(1.5);
}

.success_popup_title {
    font-size: 29px;
    font-weight: 720;
    color: var(--midnight-charcoal);
    margin-bottom: 21px;
    font-family: 'Poppins', sans-serif;
}

.success_popup_message {
    font-size: 17px;
    line-height: 1.7;
    color: var(--stormy-slate-gray);
    margin-bottom: 37px;
}

.success_popup_close_btn {
    background: var(--warm-sunset-orange);
    color: var(--pure-cloud-white);
    border: none;
    padding: 15px 37px;
    border-radius: 9px;
    font-size: 16px;
    font-weight: 620;
    cursor: pointer;
    transition: all 0.32s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.success_popup_close_btn:hover {
    background: var(--sunrise-coral);
    transform: translateY(-2px);
}

.form_input_field.error_state,
.form_select_field.error_state,
.form_textarea_field.error_state {
    border-color: #ff4444;
    box-shadow: 0 0 0 3px rgba(255, 68, 68, 0.13);
}

.form_input_field.success_state,
.form_select_field.success_state,
.form_textarea_field.success_state {
    border-color: #10b981;
    box-shadow: 0 0 0 3px rgba(16, 185, 129, 0.13);
}

@media (max-width: 1280px) {
    .contact_hero_main_heading {
        font-size: 61px;
    }

    .contact_programs_title,
    .contact_form_main_title {
        font-size: 53px;
    }
}

@media (max-width: 890px) {
    .programs_tab_navigation {
        text-align: left;
        float: left;
    }

    .programs_nav_tabs {
        justify-content: flex-start;
    }

    .consultation_program_card {
        flex-direction: column;
        text-align: center;
        padding: 53px 37px;
    }

    .program_card_action_section {
        flex: none;
        width: 100%;
    }

    .program_consultation_btn {
        display: inline-block;
        margin-right: 13px;
        margin-bottom: 13px;
    }

    .contact_hero_main_heading {
        font-size: 53px;
    }
}

@media (max-width: 640px) {
    .contact_hero_main_heading {
        font-size: 43px;
    }

    .contact_hero_description_text {
        font-size: 18px;
    }

    .consultation_program_card {
        padding: 53px 27px;
    }

    .programs_nav_tabs {
        flex-direction: column;
        gap: 17px;
    }

    .programs_nav_item {
        margin-bottom: 13px;
    }

    .form_field_column.half_width_field {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contact_programs_title,
    .contact_form_main_title {
        font-size: 43px;
    }

    .success_popup_content {
        padding: 37px 27px;
    }

    .success_popup_title {
        font-size: 25px;
    }
}.cookie_notification_bar {
  position: fixed;
  bottom: 0;
   left: 0;
	width     :       100%;
  background: rgba(26, 26, 26, 0.95);
  backdrop-filter: blur(8px);
    z-index: 10000;
  border-top: 1px solid rgba(253, 116, 40, 0.3);
    animation  :slideUpCookieBar 0.4s ease-out;
}@keyframes slideUpCookieBar {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}.cookie_alert_container

{
   max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.cookie_alert_content {
	    display: flex;
    align-items  :       center;
   justify-content: space-between;
    padding: 18px 0;
   gap: 25px;}

.cookie_alert_text {
    flex: 1;

	    -ms-flex: 1;

	          max-width: 70%;
}

.cookie_alert_text p {
     color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
   line-height: 1.5;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
	}

.cookie_alert_buttons  {
  flex-shrink: 0;
   display  :     flex;
               gap: 12px;
}

.cookie_btn {
   padding   :        8px 20px;
  border: none;
  border-radius: 4px;
    font-size  :14px;
 font-weight: 600;
               cursor: pointer;
    transition: all 0.25s ease;
  text-transform:    uppercase;
       letter-spacing: 0.5px;}

.cookie_accept_btn {
   background: #fd7428;
  color: white;
}

.cookie_accept_btn:hover {
   background: #e66625;
  transform: translateY(-1px);
}

.cookie_decline_btn {
   background: transparent;
  color: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.cookie_decline_btn:hover {
  background: rgba(255, 255, 255, 0.1);
   color: white;
  border-color: rgba(255, 255, 255, 0.5);
}@media (max-width: 768px) {
    .cookie_alert_content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .cookie_alert_text {
        max-width: 100%;
    }

    .cookie_alert_buttons {
        justify-content: center;
        width: 100%;
    }

    .cookie_btn {
        flex: 1;
        max-width: 120px;
    }
}