/* General Styles */
body {
    font-size: 18px;
    color: rgb(34, 35, 68);
    margin: 0;
    padding: 0;
}

.bg-theme {
    background: rgb(244, 241, 236) !important;
}

body p, body a{
	font-size : 18px;
    color: rgb(34, 35, 68);
    margin-bottom: 20px;
}

body a{
	text-decoration: underline;
}

h1, h2, h4, h5 {
    font-weight: 500;
    color: black !important;
}
h1 { font-size: 65px !important; }
h2 { font-size: 50px !important; }
h4 { font-size: 35px !important; }
h5 { font-size: 25px !important; margin-top: 10%; font-weight: 200; }
h6 { font-size: x-large !important; }
/* Mobile View (max-width: 768px) */
@media screen and (max-width: 768px) {    h2 { font-size: 30px !important; }}
.question{
    margin-bottom: 0px;
}

.single_slide {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.single_slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.single_slide video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.single_slide .slide_text {
    position: relative;
    z-index: 2; /* Ensure text appears above the overlay */
    text-align: center;
    color: rgb(254, 254, 254);
    padding: 20px;
    left: -1px !important;
}

.single_slide p{
    font-weight: 400;
    font-style: normal;
    color: rgb(254, 254, 254);
    text-decoration: none;
	font-size : 26px;
}

.single_slide img{
	width: 100%;
}

.single_slide .table{
    text-align: left;
    padding: 10%;
}

#Studiefrågor .single_service_img{
    margin: 10px 0px;
}

.Kursinnehåll .single_service_img:hover{
	background: rgb(195 165 119);
}

.fordelar-content{
    background: rgb(232, 209, 174);
    padding: 8% 5%;
    border-radius: 10px;
    max-height: 250px;
    min-height: 250px;
	margin-bottom: 10px;
}
.fordelar-content:hover{
	background: rgb(255, 189, 89) !important;
}

.p-l-r-10{
    padding-left: 10%;
    padding-right: 10%;
}

.w-50{
	width: 50% !important;
}
.w-70{
	width: 70% !important;
}
.w-80{
	width: 80% !important;
}

.pt-3{
    padding-top: 30px;
}

.f-bold{
	font-weight: bold;
}

.second_area-pris{
	background: rgb(199, 255, 79);
    width: 100%;
    border: 3px solid black;
    padding: 5%;
	text-align: center;
}
.second_area-pris h2{
	margin:0;
}

.one-size-block{    
	border: 5px solid black;
    background: rgb(232, 209, 174);
    font-weight: 700;
    font-style: normal;
    color: rgb(34, 35, 68);
    padding: 20px 10px;
    font-size: large;
    margin-bottom: 10px;
    width: 70%;
}


.SKRÄDDARSYDDA_image {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
	border: 3px solid black;
}

.image_wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 80vh;
}
.vh100{
    height: 100vh;
}

.image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); /* Dark overlay */
    z-index: 1;
}

.video_btn {
	z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    font-size: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.video_btn:hover {
    background: rgba(255, 255, 255, 1);
}

.video_btn i {
    font-size: 24px;
}

.faq-item {
	font-size: 18px;
	margin: 10px 0;
}

.anslutna-content{
    max-height: 250px;
    min-height: 250px;
    border-radius: 10px;
	margin-bottom: 10px;
}
.Izwocg{
    padding: 30% 0%;
}
.bg-black{
    background: rgb(0, 0, 0);
}
.bg-red{
	background: rgb(255, 49, 49);
}
.bg-white{
	background: rgb(254, 254, 254);
}
.bg-blue{
	background: rgb(68, 109, 255)
}
.bg-block-one {
	background: rgb(204, 193, 79);
	margin-bottom: 10px;
}
.border-radius {
	border-radius: 10px;
}

.p-15-20{
    padding: 15% 20%;
}
.m-0{
	margin: 0px;
}

.p-10{
    padding: 10%;
}
.contact{
	font-size: 18.6669px;
    color: rgb(34, 35, 68);
    line-height: 18px;
	margin-top: 30px;
}
.about, .contact {
	margin-bottom: 30px;
}
.about img{
	width: 60%;
}
.contact-info, .social-media {
	list-style: none;
	padding: 0;
}
.contact-info li, .social-media li {
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.social-media li img{
	width: 35px;
	margin-right: 15px;
}
.social-media li a {
	text-decoration: none;
}
.contact-info li{
	margin-bottom: 20px;
}
.contact-info li img{
	width: 30px;
	margin-right: 20px;
}

.envelop img{ margin-top: -15px; }

.single_part_content{
	padding : unset !important;
}
.single_part_content h3 {
    font-size: 22px;
    margin-bottom: 10px;
}
.question_section {
    margin-top: 15px;
}
.question {
    font-weight: bold;
}
label {
    display: block;
    margin-top: 5px;
}
.service_data_dl {
    margin-top: 15px;
}
.pdf_dl {
    padding: 10px 20px;
    background: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    font-size: 16px;
    opacity: 0.6;
}
.pdf_dl:disabled {
    cursor: not-allowed;
}

.anchor {
    text-decoration: none;
}
.box {
	color: black;
	background-color: #f0d3a8;
	padding: 20px;
	border: 2px solid black;
	font-size: 17px;
	transition: background-color 0.3s ease;
    min-height: 260px;
}
.box .text-area{
    min-height: 180px;
}
.box .play-area{
    text-align: right;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.box strong {
	display: block;
	font-size: 22px;
	margin-bottom: 10px;
}
/* Hover effect for the last two blocks */
.box:hover{
	background-color: rgb(205 173 125);
}

.m-auto{
	margin: auto;
}
.mt-10{
	margin-top: 10px;
}

.main_header_area {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    background-color: #fff; /* or any desired color */
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.welcome_area {
    padding-top: 75px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {   
	.xs-mt-2{ 
		margin-top: 30px;
	} 
	.modal-dialog {        margin: 150px auto !important;    }
	
	.welcome_area#home{
		height: 100% !important;
	}
	
	.welcome_area .single_slide{
		height: 250px !important;
	}
}

/* =========================
   Pricing Section Styles
   ========================= */
.pricing_area {
    padding: 70px 0;
}

.single_pricing {
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.min-height-110{
	min-height: 110px;
}

.text-orange { color: #D94E2B !important; }
.text-blue { color: #11314D !important; }
.bg-orange { background-color: #D94E2B !important; }

.single_pricing {
	background-color: #FFEEDD;
	transition: all 0.3s ease-in-out;
}

.single_pricing:hover {
	background-color: #D94E2B !important;
	color: #fff !important;
	transform: translateY(-8px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.single_pricing:hover h1,
.single_pricing:hover h2,
.single_pricing:hover h4,
.single_pricing:hover h5,
.single_pricing:hover p {
	color: #fff !important;
}

.btn-orange {
	background-color: #D94E2B;
	border: none;
	color: #fff;
	transition: 0.3s;
}
.btn-orange:hover {
	background-color: #b53d22;
	color: #fff;
}


/* Hover animation */
.single_pricing:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

/* Headings inside cards */
.single_pricing h5 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
}

/* Pricing text */
.pricing-price {
    font-size: 2rem;
    font-weight: 800;
    margin: 15px 0;
    line-height: 1.2;
}

/* Bottom contact button */
.pricing_area .contact-btn {
    background: #d94e2b;
    color: #fff;
    font-weight: bold;
    border-radius: 8px;
    padding: 15px 25px;
    text-decoration: none;
    display: inline-block;
    transition: background 0.3s ease;
    width: 90%;
    margin-top: 30px;
    border: 4px solid #11314D;
}

.pricing_area .contact-btn:hover {
    background: #d95c1a;
    color: #fff;
}

/* Responsive adjustments */
@media screen and (max-width: 1000px) {
    .single_pricing {
		min-height: 430px;
		max-height: 430px;
    }
	
    /* first h4 inside .single_pricing */
    .single_pricing:first-of-type h4:first-of-type {
        min-height: 85px;
    }

    /* 2nd and 3rd h4 inside .single_pricing */
    .single_pricing:nth-of-type(2) h4:first-of-type,
    .single_pricing:nth-of-type(3) h4:first-of-type {
        padding-top: 15%;
    }
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
	/* .single_pricing:first-of-type h2:first-of-type */
	/* { */
        /* min-height: 85px; */
    /* } */
	
    /* first h4 inside .single_pricing */
	.single_pricing:first-of-type h2:first-of-type,
    .single_pricing:first-of-type h4:first-of-type
	{
        min-height: 85px !important;
    }

    /* 2nd and 3rd h4 inside .single_pricing */
    .single_pricing:nth-of-type(2) h4:first-of-type,
    .single_pricing:nth-of-type(3) h4:first-of-type {
        padding-top: 15%;
    }
}

.pt-30 {
	padding-top:30px;
}
.fw-300
{
	font-weight:300 !important;
}