@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
4. Menu
5. Home
6. Intro
7. Testimonials
8. CTA
9. Team
11. Newsletter
12. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900');

/* Import Nunito font */
@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;500;600;700;800&display=swap');

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Nunito', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 2.14;
	font-weight: 500;
	color: #828282;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
a
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	/* s */
	background: rgba(173, 71, 71, 0.75);
	color: #FFFFFF;
}

h1{font-size: 60px;}
h2{font-size: 48px;}
h3{font-size: 36px;}
h4{font-size: 24px;}
h5{font-size: 18px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	line-height: 1.2;
	color: #404040;
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 400px;
    background: transparent;
}
.parallax_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 90%;
}
.background_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.nopadding
{
	padding: 0px !important;
}
.button
{
	height: 46px;
	border-radius: 20px;
}
.button a
{
	display: block;
	padding-left: 40px;
	padding-right: 36px;
	line-height: 42px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
}
.button_1
{
	background: #fd556d;
	border: solid 2px transparent;
}
.button_1 a
{
	color: #FFFFFF;
}
.button_1:hover
{
	background: transparent;
	border: solid 2px #fd556d;
}
.button_1:hover a
{
	color: #fd556d;
}
.button_2
{
	background: transparent;
	border: solid 2px #57ccc3;
}
.button_2 a
{
	color: #57ccc3;
}
.button_2:hover
{
	background: #57ccc3;
}
.button_2:hover a
{
	color: #FFFFFF;
}
.section_subtitle
{
	font-size: 18px;
	font-weight: 500;
	color: #a6abb2;
	line-height: 0.75;
}
.section_title
{
	margin-top: 9px;
}
.intro_text
{
	margin-top: 32px;
}

/*********************************
3. Header
*********************************/

/* Header default (transparent) */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 100;
    background: transparent;
    transition: all 0.4s ease;
}

/* Header when scrolled */
.header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

/* Header content adjustments */
.header_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 117px;
    padding-left: 100px;
    padding-right: 102px;
    transition: all 0.4s ease;
}

/* Adjust header content height when scrolled */
/* .header.scrolled .header_content {
    height: 85px;
    padding-top: 0;
    padding-bottom: 0;
} */
.header.scrolled .header_content {
    height: 90px; /* Increased from 85px to accommodate full-size logo */
}

/* Logo container */
.logo {
    padding-top: 0;
    height: auto;
    width: auto;
    display: flex;
    align-items: center;
    transition: all 0.4s ease;
}

/* Logo image */
.logo img {
    width: 80px;
    height: 75px;
    object-fit: contain;
    transition: all 0.4s ease;
}

/* Shrink logo when scrolled */
.header.scrolled .logo img {
    width: 60px;
    height: 56px;
}

/* Navigation links color change on scroll */
.header.scrolled .main_nav ul li a {
    color: #004b84;
}

.header.scrolled .main_nav ul li a:hover,
.header.scrolled .main_nav ul li.active a {
    color: #c40000;
}

/* Main navigation positioning */
.main_nav {
    margin-left: auto;
    display: flex;
    align-items: center;
}
.main_nav ul li a
{
	font-family: "popins", sans-serif;
	font-size: 20px;
	font-weight: 600;
	/* color: #404040; */
	color: #d6e7f7;
	white-space: nowrap;
}
.main_nav ul li a:hover,
.main_nav ul li.active a
{
	/* color: #d40808; */
}
.main_nav ul li:not(:last-child)
{
	margin-right: 33px;
}
.work_hours
{
	font-size: 15px;
	font-weight: 600;
	color: #404040;
	margin-right: 26px;
	white-space: nowrap;
}
.header_phone
{
	height: 46px;
	border-radius: 20px;
	background: #57ccc3;
	padding-left: 40px;
	padding-right: 36px;
	line-height: 46px;
	font-size: 14px;
	font-weight: 600;
	color: #FFFFFF;
	margin-right: 12px;
}
.header_phone::selection
{
	background: rgba(64,64,64,0.75);
}
.header_button
{
	margin-right: 16px;
}
.social ul li
{
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #e6ebf1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.social ul li:hover
{
	background: #57ccc3;
}
.social ul li:hover a i
{
	color: #FFFFFF;
}
.social ul li:not(:last-of-type)
{
	margin-right: 15px;
}
.social ul li a
{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 34px;
	text-align: center;
}
.social ul li a i
{
	font-size: 16px;
	color: #404040;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger
{
	display: none;
	cursor: pointer;
	border: solid 1px transparent;
	border-radius: 7px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger:hover
{
	border: solid 1px rgba(0,0,0,0.05);
}
.hamburger i
{
	font-size: 20px;
	color: #404040;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 7px;
}

/*********************************
4. Menu
*********************************/

/* .menu
{
	position: fixed;
	top: 0;
	right: -350px;
	width: 350px;
	height: 100vh;
	background: #57ccc3;
	z-index: 102;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 50px;
} */
.menu.active
{
	right: 0;
}
.menu_overlay
{
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(255,255,255,0.75);
	z-index: 101;
	visibility: hidden;
	opacity: 0;
}
.menu_overlay.active
{
	visibility: visible;
	opacity: 1;
}
.menu_close_container
{
	position: absolute;
    top: 41px;
    left: 28px;
    width: 18px;
    height: 18px;
    transform-origin: center center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    z-index: 1;
}
.menu_close
{
    width: 100%;
    height: 100%;
    transform-style: preserve-3D;
}
.menu_close div
{
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    top: 8px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.menu_close div:last-of-type
{
    -webkit-transform: rotate(90deg) translateX(-2px);
    -moz-transform: rotate(90deg) translateX(-2px);
    -ms-transform: rotate(90deg) translateX(-2px);
    -o-transform: rotate(90deg) translateX(-2px);
    transform: rotate(90deg) translateX(-2px);
    transform-origin: center;
}
.menu_close:hover div
{
    background: #1befc5;
}
.menu_nav
{
	margin-top: 75px;
}
.menu_nav ul li:not(:last-child)
{
	margin-bottom: 1px;
}
.menu_nav ul li a
{
	font-size: 24px;
	font-weight: 500;
	color: rgba(255,255,255,0.75);
}
.menu_nav ul li a:hover
{
	color: #1befc5;
}
.menu_social
{
	position: absolute;
	bottom: 30px;
	left: 30px;
}
.menu_social ul li:hover
{
	background: #404040;
}
.menu_social ul li:hover a i
{
	color: #FFFFFF;
}
.menu_extra
{
	margin-top: 50px;
}
.menu_extra > div:not(:last-child)
{
	margin-bottom: 5px;
}
.menu_link,
.menu_link a
{
	font-size: 13px;
	font-weight: 500;
	color: rgba(255,255,255,0.75);
}
.menu_link a:hover
{
	color: #FFFFFF;
}

/*********************************
5. Home
*********************************/
.home
{
	width: 100%;
	height: 450px;
}
.home_overlay
{
	z-index: 1;
}
.home_overlay img
{
	max-width: 100%;
	opacity: 0.5;
}
.home_container
{
	width: 100%;
	/* background-color: linear-gradient(#a30505, #05319c); */
	background: linear-gradient(to top right, #a30505, #05319c);
	position: absolute;
	top: 0;
	/* -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%); */
	left: 0;
	height: 100%;
	padding-top: 180px; /* Added to account for header height */
}
.home_content
{
	max-width: 700px;
}
.home_title
{
	font-size: 60px;
	line-height: 1.2;
	font-weight: 500;
	/* color: #1d1d1d; */
	color: #d6e7f7;
}
.home_text
{
	font-size: 14px;
	font-weight: 500;
	/* color: #828282; */
	color: white;
	margin-top: 5px;
}

/*********************************
6. Intro
*********************************/


.scenarios {
	width: 100%;
}

.scenario_container {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* Exactly 3 columns per row */
	gap: 20px;
	margin-top: 0px;
	padding: 20px;
	width: 100%;
  }
  .scenario_card:last-child:nth-child(3n + 1) {
	grid-column: 2; /* Places it in the center column */
  }

  .scenarios_title {
	font-family: 'Nunito', sans-serif;
	font-size: 42px;
	font-weight: 700;
	color: #FFFFFF;
	margin-bottom: 20px;
	text-transform: capitalize;
}

.scenarios_subtitle {
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 50px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
  
  @media (max-width: 900px) {
	.scenario_container {
	  grid-template-columns: repeat(2, 1fr); /* 2 cards per row on medium screens */
	}
  }
  
  @media (max-width: 600px) {
	.scenario_container {
	  grid-template-columns: 1fr; /* 1 card per row on small screens */
	}
  }
  
  .scenario_card {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 12px;
	/* padding: 25px 15px; */
	/* padding: 20px 10px; */
	/* text-align: justify; */
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 10%;
	padding-bottom: 5%;
	text-align: left;
	box-shadow: 0 2px 8px rgba(0,0,0,0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	display: flex;
  	flex-direction: column; /* Stacks the content vertically: header then button */
  	align-items: center; /* Horizontally centers all flex items (header block, button) */
  	/* padding: 30px;  */
  	width: 100%;
  }
  
  .scenario_card:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  }
  .header_scenario_content {
	display: flex; /* Enable flexbox */
	/* align-items: center;  */
	/* margin-bottom: 30px; */
	margin-bottom: 15px;
	/* padding-left: 1%;
	padding-right: 1%;
	padding-top: 10%;
	padding-bottom: 5%; */
  }
  .scenario_icon {
	font-size: 40px;
	color: #a10000;
	margin-bottom: 10px;
	font-size: 30px; 
	margin-right: 15px; 
	margin-bottom: 0; 
	flex-shrink: 0;
  }
  
  .scenario_card h3 {
	color: #222;
	font-weight: 600;
	margin-bottom: 15px;
	font-size: 22px;
	text-align: left; 
	margin-bottom: 0; 
	flex-grow: 1;
	/* white-space: nowrap; */
  }
  
  .btn_quiz {
	display: inline-block;
	/* display: block;  */
	background-color: #a10000;
	color: white;
	padding: 10px 20px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 500;
	transition: background-color 0.3s;
  	text-align: center;
  }
  
  .btn_quiz:hover {
	/* background-color: #a10000; */
	background-color: white;
	color: #a10000;
	border: 1px solid #a10000;
  }
  .scenario_text {
	padding-left: 1%;
  }

/*********************************
Quick Links
*********************************/

.quick_links
{
	width: 100%;
	background: linear-gradient(135deg, #004b84 0%, #006ba8 100%);
	padding-top: 60px;
	padding-bottom: 80px;
}

.quick_links_title
{
	font-family: 'Nunito', sans-serif;
	font-size: 42px;
	font-weight: 700;
	color: #FFFFFF;
	margin-bottom: 50px;
	text-transform: capitalize;
}

.quick_links_row
{
	margin-bottom: 30px;
}

.quick_links_row:last-child
{
	margin-bottom: 0;
}

.quick_link_col
{
	margin-bottom: 20px;
}

.quick_link_card
{
	display: block;
	background: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	border-radius: 15px;
	padding: 30px 35px;
	transition: all 0.3s ease;
	border: 2px solid rgba(255, 255, 255, 0.2);
	min-height: 90px;
	text-decoration: none;
}

.quick_link_card:hover
{
	background: rgba(255, 255, 255, 0.25);
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	border-color: rgba(255, 255, 255, 0.4);
}

.quick_link_content
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.quick_link_text
{
	font-family: 'Nunito', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	flex: 1;
	text-align: left;
}

.quick_link_icon
{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	margin-left: 20px;
	transition: all 0.3s ease;
}

.quick_link_icon i
{
	font-size: 20px;
	color: #FFFFFF;
	transition: all 0.3s ease;
}

.quick_link_card:hover .quick_link_icon
{
	background: rgba(255, 255, 255, 0.35);
	transform: rotate(360deg);
}

.quick_link_card:hover .quick_link_icon i
{
	color: #FFFFFF;
}

/* Responsive adjustments */
@media (max-width: 991px)
{
	.quick_links_title
	{
		font-size: 36px;
		margin-bottom: 40px;
	}
	
	.quick_link_text
	{
		font-size: 16px;
	}
}

@media (max-width: 767px)
{
	.quick_links
	{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	
	.quick_links_title
	{
		font-size: 30px;
		margin-bottom: 30px;
	}
	
	.quick_link_card
	{
		padding: 25px 25px;
		min-height: 80px;
	}
	
	.quick_link_text
	{
		font-size: 15px;
	}
	
	.quick_link_icon
	{
		width: 35px;
		height: 35px;
		margin-left: 15px;
	}
	
	.quick_link_icon i
	{
		font-size: 18px;
	}
}
  
/*********************************
12. Footer
*********************************/

.footer
{
	display: block;
	position: relative;
	background: #79cafa;
}
.footer_content
{
	padding-top: 94px;
	padding-bottom: 51px;
}
.footer_about
{
	padding-top: 19px;
	padding-left: 30%;
}
.footer_logo a > div:first-child
{
	font-size: 30px;
	font-weight: 700;
	line-height: 0.75;
	color: #004b84;
}
.footer_logo a > div:first-child span
{
	color: #57ccc3;
	margin-left: 7px;
}
.footer_logo a > div:last-child
{
	font-size: 15px;
	color: white;
	font-weight: 500;
	line-height: 0.75;
	margin-top: 10px;
}
.footer_about_text
{
	margin-top: 35px;
}
.footer_about_text p
{
	color: white;
}
.footer_title
{
	font-size: 30px;
	/* font-weight: 500; */
	/* color: #FFFFFF; */
	color: #004b84;
	font-weight: bold;
	line-height: 1.2;
}
.footer_contact
{
	padding-top: 20px;
	padding-left: 40%;
}
.contact_list
{
	margin-top: 20px;
}
.contact_list li
{
	font-size: 15px;
	font-weight: 500;
	color: white;
}
.contact_list li:not(:last-child)
{
	margin-bottom: 12px;
}
.footer_location
{
	padding-top: 40px;
}
.locations_list
{
	max-width: 180px;
	margin-top: 42px;
}
.locations_list li
{
	line-height: 1.6;
}
.locations_list li:not(:last-child)
{
	margin-bottom: 19px;
}
.location_title
{
	font-size: 15px;
	font-weight: 500;
	color: #57ccc3;
}
.location_text
{
	margin-top: 13px;
}
.opening_hours
{
	left: -32px;
	width: calc(100% + 67px);
	padding-left: 32px;
	padding-right: 35px;
	padding-top: 38px;
	padding-bottom: 40px;
	border: solid 2px #4d5157;
}
.opening_hours_list
{
	margin-top: 44px;
}
.opening_hours_list li
{
	white-space: nowrap;
}
.opening_hours_list li:not(:last-child)
{
	margin-bottom: 9px;
}
.footer_bar
{
	width: 100%;
	background: #181a1d;
}
.footer_bar_content
{
	height: 49px;
}
.copyright
{
	font-size: 12px;
	font-weight: 500;
	color: #646464;
}
.footer_nav ul li:not(:last-child)
{
	margin-right: 29px;
}
.footer_nav ul li a
{
	font-size: 12px;
	font-weight: 500;
	color: #818181;
}
.footer_nav ul li a:hover
{
	color: #d40808;
}
.modal {
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
/*********************************
Modal Popup Styles - Updated for Responsive
*********************************/

.modal {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0. 6);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px; /* Added padding for mobile */
    box-sizing: border-box;
}

.modal-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 12px;
    width: 90%; /* Changed from 60% to be more flexible */
    max-width: 700px;
    text-align: justify;
    box-shadow: 0 4px 20px rgba(0,0,0,0.3);
    font-family: "Poppins", sans-serif;
    animation: fadeIn 0.4s ease;
    max-height: 90vh; /* Prevent modal from being taller than viewport */
    overflow-y: auto; /* Allow scrolling if content is too long */
    box-sizing: border-box;
}

.modal-content h3 {
    text-align: center;
    color: #b40000;
    margin-bottom: 15px;
    font-size: 24px;
}

.modal-content p {
    margin-bottom: 15px;
    line-height: 1.7;
    color: #333;
}

.modal_popup {
    color: #b40000;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    line-height: 1;
    margin-top: -10px;
    margin-right: -10px;
}

.close:hover {
    color: #b40000;
}

@keyframes fadeIn {
    from {opacity: 0; transform: scale(0.9);}
    to {opacity: 1; transform: scale(1);}
}

/* Modal Responsive - Tablet */
@media only screen and (max-width: 991px) {
    .modal {
        padding: 15px;
    }
    
    .modal-content {
        width: 95%;
        max-width: 600px;
        padding: 25px;
    }
    
    .modal-content h3 {
        font-size: 22px;
        margin-bottom: 12px;
    }
    
    .modal-content p {
        font-size: 14px;
        line-height: 1.6;
    }
}

/* Modal Responsive - Mobile */
@media only screen and (max-width: 767px) {
    .modal {
        padding: 10px;
        align-items: flex-start;
        padding-top: 50px;
    }
    
    .modal-content {
        width: calc(100% - 20px);
        max-width: 100%;
        padding: 20px 18px;
        margin: 0 auto;
        max-height: calc(100vh - 100px);
        border-radius: 10px;
    }
    
    .modal-content h3 {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 5px;
    }
    
    .modal-content p {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 12px;
        text-align: left; /* Easier to read on mobile */
    }
    
    .close {
        font-size: 32px;
        position: absolute;
        top: 10px;
        right: 15px;
        margin: 0;
        padding: 5px 10px;
        z-index: 10;
    }
}

/* Modal Responsive - Small Mobile */
@media only screen and (max-width: 480px) {
    .modal {
        padding: 8px;
        padding-top: 30px;
    }
    
    .modal-content {
        width: calc(100% - 16px);
        padding: 18px 15px;
        padding-top: 25px;
        max-height: calc(100vh - 60px);
    }
    
    .modal-content h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .modal-content p {
        font-size: 12px;
        line-height: 1. 5;
        margin-bottom: 10px;
    }
    
    .close {
        font-size: 28px;
        top: 8px;
        right: 12px;
        padding: 3px 8px;
    }
}

/*********************************
Mobile Responsive Styles
*********************************/

 /* Change Menu Background to match home gradient */
.menu {
    position: fixed;
    top: 0;
    right: -350px;
    width: 350px;
    height: 100vh;
    background: linear-gradient(to top right, #a30505, #05319c);
    z-index: 102;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 50px;
}

/* Tablet and below */
@media only screen and (max-width: 991px) {
    
    .header_content {
        padding-left: 30px;
        padding-right: 30px;
        height: 80px;
    }
    
    .main_nav {
        display: none;
    }
    
    .logo img {
        width: 60px;
        height: 56px;
    }
    
    /* FIX: Home section visibility */
    .home {
        height: auto;
        min-height: 550px;
    }
    
    .home_slider_container {
        height: auto;
        min-height: 550px;
    }
    
    .owl-carousel,
    .owl-stage-outer,
    .owl-stage,
    .owl-item {
        height: auto ! important;
        min-height: 550px;
    }
    
    .home_container {
        position: relative;
        padding-top: 100px;
        padding-bottom: 40px;
        min-height: 550px;
    }
    
    .home_content {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
    }
    
    .home_subtitle {
        font-size: 50px;
    }
    
    .home_title {
        font-size: 22px;
        white-space: normal;
        line-height: 1.4;
    }
    
    .home_text {
        margin-top: 20px;
        max-width: 100%;
    }
    
    .home_text p {
        font-size: 14px;
    }
    
    /* FIX: Center the button */
    .home_buttons {
        margin-top: 25px;
        justify-content: center;
    }

    /* FIX: Hamburger - Always visible with WHITE icon */
    .hamburger {
        display: flex !important;
        align-items: center;
        justify-content: center;
        width: 45px;
        height: 45px;
        cursor: pointer;
        z-index: 99;
    }
    
    .hamburger i {
        font-size: 28px;
        color: #FFFFFF ! important;
    }
    
    .header.scrolled .hamburger i {
        color: #004b84 !important;
    }
    
    /* Menu adjustments */
    .menu {
        width: 300px;
        right: -300px;
    }
    
    /* FIX: Footer responsive */
    .footer_content {
        padding-top: 50px;
        padding-bottom: 40px;
    }
    
    .footer_col {
        text-align: center;
        margin-bottom: 30px;
    }
    
    .footer_col img {
        max-width: 200px;
        height: auto;
        margin: 0 auto;
        display: block;
    }
    
    .footer_about {
        padding-left: 0;
        padding-top: 10px;
    }
    
    .footer_contact {
        padding-left: 0;
        padding-top: 10px;
    }
    
    .footer_title {
        font-size: 24px;
    }
}

/* Mobile devices */
@media only screen and (max-width: 767px) {
    
    .header_content {
        padding-left: 20px;
        padding-right: 20px;
        height: 70px;
    }
    
    .header.scrolled .header_content {
        height: 60px;
    }
    
    .logo img {
        width: 50px;
        height: 47px;
    }
    
    .header.scrolled .logo img {
        width: 45px;
        height: 42px;
    }
    
    /* FIX: Home section for mobile */
    .home {
        height: auto;
        min-height: 500px;
    }
    
    .home_slider_container {
        min-height: 500px;
    }
    
    .owl-carousel,
    .owl-stage-outer,
    .owl-stage,
    .owl-item {
        min-height: 500px;
    }
    
    .home_container {
        padding-top: 80px;
        padding-bottom: 30px;
        min-height: 500px;
    }
    
    .home_content {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
        text-align: center;
    }
    
    .home_subtitle {
        font-size: 36px;
        margin-bottom: 8px;
    }
    
    .home_title {
        font-size: 18px;
        white-space: normal;
        line-height: 1.5;
    }
    
    .home_text {
        margin-top: 15px;
        max-width: 100%;
    }
    
    .home_text p {
        font-size: 13px;
        line-height: 1.6;
    }
    
    /* FIX: Center button on mobile */
    .home_buttons {
        margin-top: 20px;
        justify-content: center;
    }
    
    .button_1 a {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 12px;
    }
    
    .button {
        height: 42px;
    }
    
    .button a {
        line-height: 38px;
    }

    /* Hamburger for mobile */
    .hamburger {
        display: flex !important;
        width: 40px;
        height: 40px;
    }
    
    .hamburger i {
        font-size: 26px;
        color: #FFFFFF ! important;
    }
    
    /* Mobile menu */
    .menu {
        width: 280px;
        right: -280px;
    }
    
    .menu_nav ul li a {
        font-size: 20px;
    }
    
    /* FIX: Footer for mobile */
    .footer_content {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    
    .footer_col {
        text-align: center;
        margin-bottom: 25px;
    }
    
    .footer_col:last-child {
        margin-bottom: 0;
    }
    
    .footer_col img {
        max-width: 180px;
        height: auto;
        margin: 0 auto;
        display: block;
    }
    
    .footer_about {
        padding-left: 0;
        padding-top: 0;
    }
    
    .footer_logo {
        text-align: center;
    }
    
    .footer_about_text {
        margin-top: 20px;
    }
    
    .footer_contact {
        padding-left: 0;
        padding-top: 0;
    }
    
    .footer_title {
        font-size: 22px;
    }
    
    .contact_list {
        margin-top: 15px;
    }
    
    .contact_list li {
        font-size: 14px;
    }
    
    /* Intro section for mobile */
    .intro {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    
    .intro_form_container {
        padding-top: 20px;
        padding-left: 0;
    }
    
    .intro_form_container img {
        max-width: 200px;
        height: auto;
    }
    
    .section_title h2 {
        font-size: 28px;
    }
}

/* Small mobile devices */
@media only screen and (max-width: 480px) {
    
    .header_content {
        padding-left: 15px;
        padding-right: 15px;
        height: 60px;
    }
    
    .header.scrolled .header_content {
        height: 55px;
    }
    
    .logo img {
        width: 45px;
        height: 42px;
    }
    
    .header.scrolled .logo img {
        width: 40px;
        height: 37px;
    }
    
    /* FIX: Home section for small mobile */
    .home {
        min-height: 450px;
    }
    
    .home_slider_container {
        min-height: 450px;
    }
    
    .owl-carousel,
    .owl-stage-outer,
    .owl-stage,
    .owl-item {
        min-height: 450px;
    }
    
    .home_container {
        padding-top: 70px;
        min-height: 450px;
    }
    
    .home_content {
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center;
    }
    
    .home_subtitle {
        font-size: 28px;
    }
    
    .home_title {
        font-size: 16px;
    }
    
    .home_text p {
        font-size: 12px;
    }
    
    /* FIX: Center button on small mobile */
    .home_buttons {
        justify-content: center;
    }
    
    .button_1 a {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 11px;
    }
    
    .button {
        height: 38px;
    }
    
    .button a {
        line-height: 34px;
    }

    /* Hamburger for small mobile */
    .hamburger {
        display: flex !important;
        width: 35px;
        height: 35px;
    }
    
    .hamburger i {
        font-size: 24px;
        color: #FFFFFF !important;
    }
    
    /* Full width menu on small screens */
    .menu {
        width: 100%;
        right: -100%;
    }
    
    /* FIX: Footer for small mobile */
    .footer_content {
        padding-top: 30px;
        padding-bottom: 25px;
    }
    
    .footer_col {
        margin-bottom: 20px;
    }
    
    .footer_col img {
        max-width: 150px;
    }
    
    .footer_logo a > div:first-child {
        font-size: 24px;
    }
    
    .footer_logo a > div:last-child {
        font-size: 13px;
    }
    
    .footer_title {
        font-size: 20px;
    }
    
    .footer_about_text p {
        font-size: 13px;
    }
    
    .contact_list li {
        font-size: 13px;
        word-break: break-all;
    }
    
    /* Intro for small mobile */
    .intro {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    
    .section_title h2 {
        font-size: 24px;
    }
    
    .intro_text p {
        font-size: 13px;
        line-height: 1.8;
    }
    
    .intro_form_container {
        padding-top: 15px;
    }
    
    .intro_form_container img {
        max-width: 150px;
    }
}