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

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

/*********************************
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: 'Montserrat', 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
{
	/* background: rgba(87,204,195,0.75); */
	background: rgba(173, 71, 71, 0.75);
	color: #FFFFFF;
}
p::selection
{
	
}
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;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.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;
}

body {
	font-family: Arial, sans-serif;
	background: #f8f8f8;
  }

/*********************************
5. Home
*********************************/
.home
{
	width: 100%;
	height: 450px;
	margin-bottom: 0; /* Remove bottom margin */
}
.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 */
	margin-bottom: 0; /* Remove bottom margin */
}
.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;
}

/* Remove default Bootstrap margins */
.my-5 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/* Adjust Argumentation Section to remove top spacing */
.argumentation {
    padding: 60px 0;
    background: linear-gradient(135deg, #004b84 0%, #006ba8 100%);
    margin-top: 0 !important; /* Remove top margin */
    padding-top: 40px; /* Reduce top padding */
}

/* Remove extra spacing from container */
.container {
    margin-top: 0;
    margin-bottom: 0;
}

/* Fix the gap between sections */
section {
    display: block;
    position: relative;
    box-sizing: border-box;
    margin: 0; /* Remove default margins */
    padding: 0; /* Remove default padding */
}

/* Introduction Section */
.intro-section {
    /* background: linear-gradient(135deg, #004b84 0%, #006ba8 100%); */
	background: rgba(255, 255, 255, 0.15);
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 75, 132, 0.2);
}

.section-main-title {
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.intro-text {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
    max-width: 900px;
    margin: 0 auto;
}

/* Argument Blocks */
.argument-block {
    background: #ffffff;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.argument-block:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.12);
}

/* Argument Header */
.argument-header {
    background: linear-gradient(135deg, #a30505 0%, #c62828 100%);
    padding: 20px 30px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.argument-header i {
    color: #ffffff;
    font-size: 24px;
}

.argument-header h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

/* Argument Content */
.argument-content {
    padding: 30px;
}

/* Argument Lists */
.argument-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.argument-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 18px;
    line-height: 1.9;
    color: #444;
    font-size: 15px;
}

.argument-list li:before {
    content: "●";
    position: absolute;
    left: 10px;
    color: #004b84;
    font-size: 14px;
    top: 2px;
}

.argument-list li:last-child {
    margin-bottom: 0;
}

/* Argument Lists 2*/
.argument-list_2 {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.argument-list_2 li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 18px;
    line-height: 1.9;
    color: #fff5f5;
    font-size: 15px;
}

.argument-list_2 li:before {
    content: "●";
    position: absolute;
    left: 10px;
    color: #e3f2fd;
    font-size: 14px;
    top: 2px;
}

.argument-list_2 li:last-child {
    margin-bottom: 0;
}

/* Nested Lists */
.nested-list {
    list-style: none;
    padding-left: 20px;
    margin-top: 15px;
}

.nested-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
}

.nested-list li:before {
    content: "→";
    position: absolute;
    left: 0;
    color: #006ba8;
    font-weight: bold;
}

/* Subsection Titles */
.subsection-title {
    color: #004b84;
    font-size: 16px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px;
}

.subsection-title:first-child {
    margin-top: 0;
}

/* Subsection Titles 1*/
.subsection-title_1 {
    color: #f8f8f8;
    font-size: 16px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px;
}

.subsection-title_1:first-child {
    margin-top: 0;
}

.success-title {
    color: #2e7d32;
}

/* Subsection Text */
.subsection-text {
    color: #555;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* Highlight Boxes */
.highlight-box {
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
    border-left: 4px solid;
    font-size: 15px;
    line-height: 1.8;
}

.highlight-box i {
    margin-right: 8px;
}

.danger-box {
    background-color: #fff5f5;
    border-left-color: #d32f2f;
    color: #721c24;
}

.info-box {
    background-color: #e8f4fd;
    border-left-color: #004b84;
    color: #004085;
}

/* Reference Links */
.reference-link {
    color: #d32f2f;
    font-weight: 600;
    text-decoration: none;
    margin-left: 3px;
}

.reference-link:hover {
    color: #b71c1c;
    text-decoration: underline;
}

/* Note Block (Special styling for NB section) */
/* .note-block {
    border: 3px solid #ffc107;
} */

.note-header {
    background: linear-gradient(135deg, #ffc107 0%, #ffb300 100%);
}

.note-header h4,
.note-header i {
    color: #000000;
}

/* Synthesis Section */
.synthesis-section {
    /* background: linear-gradient(135deg, #004b84 0%, #006ba8 100%); */
	background: rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    margin-top: 50px;
    box-shadow: 0 8px 30px rgba(0, 75, 132, 0.3);
    overflow: hidden;
}

.synthesis-header {
    background: rgba(255, 255, 255, 0.15);
	/* background: linear-gradient(135deg, #a30505 0%, #c62828 100%); */
    padding: 25px 30px;
    display: flex;
    align-items: center;
    gap: 15px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.synthesis-header i {
    /* color: #ffc107; */
	color: #ffffff;
    font-size: 28px;
}

.synthesis-header h3 {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
    margin: 0;
}

.synthesis-content {
    padding: 35px 40px;
}

.synthesis-list {
    padding-left: 30px;
    margin-bottom: 0;
    counter-reset: synthesis-counter;
}

.synthesis-list > li {
    position: relative;
    margin-bottom: 20px;
    line-height: 1.9;
    color: #ffffff;
    font-size: 16px;
    padding-left: 10px;
    list-style: none;
    counter-increment: synthesis-counter;
}

.synthesis-list > li:before {
    content: counter(synthesis-counter) ".";
    position: absolute;
    left: -30px;
    /* color: #ffc107; */
    font-weight: 700;
    font-size: 18px;
}

.synthesis-list > li:last-child {
    margin-bottom: 0;
}

.synthesis-list strong {
    /* color: #ffc107; */
    font-weight: 700;
}

/* Responsive Design */
@media (max-width: 992px) {
    .section-main-title {
        font-size: 28px;
    }
    
    .intro-text {
        font-size: 15px;
    }
    
    .argument-header {
        padding: 18px 25px;
    }
    
    .argument-header h4 {
        font-size: 18px;
    }
    
    .argument-content {
        padding: 25px;
    }
}

@media (max-width: 768px) {
    .argumentation {
        padding: 40px 0;
    }
    
    .intro-section {
        padding: 30px 20px;
        border-radius: 10px;
    }
    
    .section-main-title {
        font-size: 24px;
    }
    
    .intro-text {
        font-size: 14px;
    }
    
    .argument-header {
        padding: 15px 20px;
        gap: 12px;
    }
    
    .argument-header i {
        font-size: 20px;
    }
    
    .argument-header h4 {
        font-size: 16px;
    }
    
    .argument-content {
        padding: 20px;
    }
    
    .argument-list li,
    .subsection-text {
        font-size: 14px;
    }
    
    .synthesis-header {
        padding: 20px;
    }
    
    .synthesis-header h3 {
        font-size: 22px;
    }
    
    .synthesis-content {
        padding: 25px 20px;
    }
    
    .synthesis-list > li {
        font-size: 14px;
    }
}

/* Print Styles */
@media print {
    .argument-block {
        break-inside: avoid;
        page-break-inside: avoid;
    }
}
  h1, h2 {
    margin-bottom: 0;
  }
  
  .introduction-card {
    margin-top: 20px; /* Adjust to desired spacing */
  }

  .equation {
    font-family: "Cambria Math", "Times New Roman", serif;
    text-align: center;
    color: #0066cc;
  }

  /* .table-container {
    width: 80%;
    margin: 30px auto;
    font-family: "Cambria", "Times New Roman", serif;
    border-collapse: collapse;
	color: #000000;
  }
  
  .table-container th, .table-container td {
    border: 1px solid #999;
    padding: 10px 12px;
    text-align: center;
  }
  
  .table-container th {
    background-color: #e8f0fe;
    color: #003366;
    font-weight: bold;
  }
  
  .table-container tr:nth-child(even) {
    background-color: #f9f9f9;
  }
  
  .table-container caption {
    caption-side: top;
    font-weight: bold;
    color: #003366;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
  } */
/*********************************
Responsive Tables - FIXED for Desktop + Mobile
*********************************/

/* Base table styles - Full width on desktop */
.table-container {
    width: 100%;
    margin: 20px auto;
    font-family: "Cambria", "Times New Roman", serif;
    color: #000000;
}

.table-container table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.table-container th, 
.table-container td {
    border: 1px solid #999;
    padding: 10px 12px;
    text-align: center;
}

.table-container th {
    background-color: #e8f0fe;
    color: #003366;
    font-weight: bold;
}

.table-container tr:nth-child(even) {
    background-color: #f9f9f9;
}

.table-container caption {
    caption-side: top;
    font-weight: bold;
    color: #003366;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
}

/* For inline table styles used in arg7. html */
.sub-argument-content table,
.argument-content table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    margin: 15px 0;
}

.sub-argument-content table th,
.sub-argument-content table td,
.argument-content table th,
.argument-content table td {
    border: 1px solid #999;
    padding: 10px 12px;
    text-align: center;
}

.sub-argument-content table th,
.argument-content table th {
    background-color: #e8f0fe;
    color: #003366;
    font-weight: bold;
}

.sub-argument-content table tr:nth-child(even),
.argument-content table tr:nth-child(even) {
    background-color: #f9f9f9;
}

/*********************************
Mobile Responsive Tables
*********************************/

/* Tablet */
@media only screen and (max-width: 991px) {
    .table-container,
    .sub-argument-content table,
    .argument-content table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .table-container table,
    .sub-argument-content table,
    .argument-content table {
        min-width: 600px;
    }
}

/* Mobile */
@media only screen and (max-width: 768px) {
    
    /* Wrapper for horizontal scroll */
    .table-container,
    .sub-argument-content,
    .argument-content {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .table-container table,
    .sub-argument-content table,
    .argument-content table {
        min-width: 500px;
        font-size: 13px;
    }
    
    .table-container th,
    .table-container td,
    .sub-argument-content table th,
    .sub-argument-content table td,
    .argument-content table th,
    .argument-content table td {
        padding: 8px 10px;
        font-size: 13px;
        white-space: nowrap;
    }
}

/* Small Mobile */
@media only screen and (max-width: 480px) {
    
    .table-container table,
    .sub-argument-content table,
    .argument-content table {
        min-width: 450px;
    }
    
    .table-container th,
    .table-container td,
    .sub-argument-content table th,
    .sub-argument-content table td,
    .argument-content table th,
    .argument-content table td {
        padding: 6px 8px;
        font-size: 12px;
    }
}


  /* Sub-Argument Blocks (nested inside main arguments) */
.sub-argument-block {
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 25px;
    border-left: 4px solid #004b84;
    overflow: hidden;
}

.sub-argument-block:last-child {
    margin-bottom: 0;
}

.sub-argument-header {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #90caf9;
}

.sub-argument-header i {
    color: #004b84;
    font-size: 20px;
}

.sub-argument-header h5 {
    color: #004b84;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

.sub-argument-content {
    padding: 20px;
    background: #ffffff;
}

/* Adjust spacing for nested content */
.sub-argument-content .subsection-text {
    margin-bottom: 12px;
}

.sub-argument-content .argument-list {
    margin-top: 10px;
}

/* Responsive adjustments for sub-arguments */
@media (max-width: 768px) {
    .sub-argument-header {
        padding: 12px 15px;
        gap: 10px;
    }
    
    .sub-argument-header i {
        font-size: 18px;
    }
    
    .sub-argument-header h5 {
        font-size: 15px;
    }
    
    .sub-argument-content {
        padding: 15px;
    }
}

/* Next Scenario Navigation Button */
.next-scenario-section {
    animation: fadeInUp 0.6s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.next-scenario-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 40px;
    background: linear-gradient(135deg, #4caf50 0%, #45a049 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 6px 25px rgba(76, 175, 80, 0.4);
    transition: all 0. 3s ease;
    border: 2px solid transparent;
}

.next-scenario-button:hover {
    background: linear-gradient(135deg, #45a049 0%, #388e3c 100%);
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(76, 175, 80, 0.5);
    color: #ffffff;
}

.next-scenario-button:active {
    transform: translateY(-1px);
}

.next-scenario-button i {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.next-scenario-button:hover i {
    transform: translateX(5px);
}

/* Alternative button style (Red theme to match your site) */
.next-scenario-button.red-theme {
    background: linear-gradient(135deg, #a30505 0%, #c62828 100%);
    box-shadow: 0 6px 25px rgba(163, 5, 5, 0.4);
}

.next-scenario-button.red-theme:hover {
    background: linear-gradient(135deg, #c62828 0%, #d32f2f 100%);
    box-shadow: 0 10px 35px rgba(163, 5, 5, 0. 5);
}

/* Responsive design */
@media (max-width: 768px) {
    .next-scenario-section {
        padding: 30px 15px;
        margin-top: 40px;
    }
    
    .next-scenario-section h4 {
        font-size: 20px;
    }
    
    .next-scenario-section p {
        font-size: 14px;
    }
    
    .next-scenario-button {
        padding: 14px 30px;
        font-size: 16px;
        width: 100%;
        justify-content: center;
    }
}

/* Completion Buttons (for last scenario) */
.completion-button {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 35px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    min-width: 240px;
    justify-content: center;
}

.completion-button i {
    font-size: 20px;
    transition: transform 0.3s ease;
}

/* Home Button (Blue theme) */
.home-button {
    background: linear-gradient(135deg, #004b84 0%, #006ba8 100%);
    box-shadow: 0 6px 25px rgba(0, 75, 132, 0.4);
}

.home-button:hover {
    background: linear-gradient(135deg, #006ba8 0%, #0288d1 100%);
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(0, 75, 132, 0.5);
    color: #ffffff;
}

.home-button:hover i {
    transform: scale(1.1);
}

/* Bibliography Button (Red theme) */
.bibliography-button {
    background: linear-gradient(135deg, #a30505 0%, #c62828 100%);
    box-shadow: 0 6px 25px rgba(163, 5, 5, 0.4);
}

.bibliography-button:hover {
    background: linear-gradient(135deg, #c62828 0%, #d32f2f 100%);
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(163, 5, 5, 0.5);
    color: #ffffff;
}

.bibliography-button:hover i {
    transform: scale(1.1);
}

/* Trophy icon animation */
@keyframes trophy-bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.fa-trophy {
    animation: trophy-bounce 2s ease-in-out infinite;
}

/* Responsive design for completion section */
@media (max-width: 768px) {
    .completion-button {
        width: 100%;
        min-width: auto;
        padding: 14px 25px;
        font-size: 16px;
    }
    
    .next-scenario-section > div {
        flex-direction: column;
        gap: 15px;
    }
}
/*********************************
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;
    }
}