@charset "utf-8";
/* CSS Document */

   * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        
      
        
        .contact-info {
            background: white;
            padding: 15px;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }
        
        .contact-info p {
            margin: 5px 0;
            font-size: 14px;
        }
        
        .contact-info strong {
            color: #103248;
        }
        
        .calculator-wrapper {
            display: flex;
            gap: 30px;
            margin-bottom: 40px;
        }
        
        .form-section, .results-section {
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.08);
            padding: 25px;
            flex: 1;
        }
        
        .section-title2 {
            font-family: 'Oswald', sans-serif;
            font-size: 20px;
            margin-bottom: 25px;
            padding-bottom: 15px;
            border-bottom: 2px solid #ec1c23;
            color: #103248;
        }
           
        .form-group {
            margin-bottom: 20px;
        }
        
        label {
            display: block;
            margin-bottom: 8px;
            font-weight: 600;
            color: #103248;
        }
        
        input, select, textarea {
            width: 100%;
            padding: 12px;
            border: 1px solid #d1d8e0;
            border-radius: 5px;
            font-size: 16px;
            transition: border-color 0.3s;
        }
        
        input:focus, select:focus, textarea:focus {
            outline: none;
            border-color: #ec1c23;
            box-shadow: 0 0 0 2px rgba(236, 28, 35, 0.2);
        }
        
        .checkbox-group {
            display: flex;
            align-items: center;
            margin-top: 10px;
        }
        
        .checkbox-group input {
            width: auto;
            margin-right: 10px;
        }
        
        .btn {
            display: inline-block;
            background: #ec1c23;
            color: white;
            border: none;
            padding: 12px 25px;
            font-size: 18px;
            font-weight: 600;
            border-radius: 5px;
            cursor: pointer;
            transition: background 0.3s;
            text-align: center;
            text-transform: uppercase;
            width: 100%;
        }
        
        .btn:hover {
            background: #d0181e;
        }
        
        .results-content h3 {
            margin-top: 20px;
            margin-bottom: 15px;
            color: #ec1c23;
        }
        
        .quote-details {
            background: #f8f9fa;
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 20px;
        }
        
        .quote-details p {
            margin: 10px 0;
            display: flex;
            justify-content: space-between;
        }
        
        .quote-total {
            font-size: 24px;
            font-weight: bold;
            text-align: center;
            margin: 20px 0;
            color: #ec1c23;
        }
        
        .discount-note {
            background: #e8f4f8;
            padding: 15px;
            border-radius: 8px;
            margin-top: 20px;
            font-style: italic;
        }
        
        .info-box {
            background: #f0f7ff;
            border-left: 4px solid #ec1c23;
            padding: 15px;
            margin: 25px 0;
            border-radius: 0 8px 8px 0;
        }
        
        .info-box h4 {
            margin-bottom: 10px;
            color: #103248;
        }
        
        .note {
            background: #fff8e1;
            padding: 15px;
            border-radius: 8px;
            margin-top: 20px;
            font-size: 14px;
        }
        
        .cost-reduction {
            margin-top: 25px;
        }
        
        .cost-reduction ul {
            padding-left: 20px;
            margin: 10px 0;
        }
        
        .cost-reduction li {
            margin-bottom: 8px;
        }
        
        .hidden {
            display: none;
        }
        
        @media (max-width: 900px) {
            .calculator-wrapper {
                flex-direction: column;
            }
            
            .header {
                flex-direction: column;
                align-items: flex-start;
            }
            
            .contact-info {
                margin-top: 20px;
                width: 100%;
            }
        }
        
        @media (max-width: 600px) {
            .section-title {
                font-size: 20px;
            }
            
            .btn {
                padding: 10px 15px;
                font-size: 16px;
            }
        }

/************************************/
/*** 	 20. Service Single css	  ***/
/************************************/

.page-service-single{
	padding: 70px 0;
	background-color: var(--secondary-color);
}
.page-service-single2{
	padding: 30px 0;
	background-color: var(--primary-color);
}

.page-single-sidebar{
	position: sticky;
	top: 20px;
	margin-right: 20px;
}

.page-category-list{
	background: var(--primary-color);
	border: 1px solid var(--white-color);
	border-radius: 20px;
	margin-bottom: 60px;
	overflow: hidden;
}

.page-category-list h3{
	font-size: 20px;
	background: var(--primary-color);
	padding: 20px 30px;
	color: var(--white-color);
}
.page-category-list h2{
	font-size: 22px;
	background: var(--primary-color);
	padding: 20px 30px;
	color: var(--white-color);
}

.page-category-list ul{
	list-style: none;
	margin: 0;
	padding: 30px;
}

.page-category-list ul li{
	line-height: 1.5em;
	border-bottom: 1px solid var(--white-color);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.page-category-list ul li:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.page-category-list ul li a{
	position: relative;
	display: block;
	color: inherit;
	padding-right: 30px;
	transition: all 0.4s ease-in-out;
	color: var(--white-color);
}

.page-category-list ul li a:hover{
	color: var(--accent-color);
}

.page-category-list ul li a::before{
	content: '';
	display: block;
	position: absolute;
	top: 2px;
	right: 0;
	background: url('../images/arrow-white.svg') no-repeat;
	background-position: center center;
	background-size: cover;
	width: 20px;
	height: 20px;
}

.page-cta-box.sidebar-cta-box{
	max-width: 100%;
	background: var(--primary-color);
}
.page-cta-box.sidebar-cta-box hr{
 color: var(--white-color);
}
.page-single-image{
	margin-bottom: 40px;
}

.page-single-image figure{
	display: block;
	border-radius: 20px;
}

.page-single-image img{
	width: 100%;
	aspect-ratio: 1 / 0.574;
	object-fit: cover;
	border-radius: 20px;
}

.service-entry{
	margin-bottom: 60px;
}

.service-entry p{
	margin-bottom: 20px;
}

.service-entry h2{
	font-size: 46px;
    letter-spacing: -0.02em;
	margin-bottom: 20px;
}

.service-entry h3{
	font-size: 20px;
	line-height: 1.4em;
	font-weight: 500;
	margin-bottom: 10px;
}

.service-entry p:last-child,
.service-entry h3:last-child{
	margin-bottom: 0;
}

.service-entry ul{
	list-style: none;
	padding: 0;
	margin: 30px 0 0;
}

.service-entry ul li{
	position: relative;
	line-height: 1.5em;
	padding-left: 30px;
	margin-bottom: 15px;
	color: var(--primary-color);
}

.service-entry ul li:last-child{
	margin-bottom: 0;
}

.service-entry ul li::before{
	content: '\f14a';
	font-family: 'Font Awesome 7 Free';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
	font-weight: 900;
	color: var(--primary-color);
}

.service-experience-box,
.service-work-step-box,
.service-moments-box{
	margin-top: 0px;
}
.service-experience-box .section-title h2{
		font-size: 28px;
		margin-bottom: 10px;
	}

.service-experience-box h4{
		font-size: 18px;
		margin-bottom: 10px;
	}
.service-experience-image{
	margin-top: 10px;
}

.service-experience-image figure{
	display: block;
	border-radius: 20px;
}

.service-experience-image img{
	width: 100%;
	aspect-ratio: 1 / 0.363;
	object-fit: cover;
	border-radius: 20px;
}

.service-experience-item-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 0px;
}
.service-experience-item-list h3{
	font-size: 22px;
}
.service-experience-item{
	width: calc(100% - 15px);
}

.service-work-step-box{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.service-work-image-box,
.service-work-step-content{
	width: calc(50% - 15px);
}
.service-work-image-box,
.service-work-step-content p{
	line-height: 1.6em;
		font-family: var(--default-font);
}
.service-work-step-image{
	margin-top: 30px;
}

.service-work-step-image figure{
	display: block;
	border-radius: 20px;
}

.service-work-step-image figure img{
	width: 100%;
	
	
	border-radius: 20px;
}

.service-work-step-item{
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	border: 1px solid var(--divider-color);
	border-radius: 20px;
	margin-bottom: 20px;
	padding: 20px;
	background-image: url("../images/background.jpg")
}
.service-work-step-item h3{
font-size:22px;
	color:#fff;
}
.service-work-step-item p{
	color:#fff;
}
.service-work-step-item:last-child{
	margin-bottom: 0;
}

.service-work-step-item .icon-box{
	position: relative;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--primary-color);
	border-radius: 10px;
	overflow: hidden;
}

.service-work-step-item .icon-box::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--accent-color);
	transform: scale(0);
	width: 100%;
	height: 100%;
	transition: all 0.4s ease-in-out;
}

.service-work-step-item:hover .icon-box::before{
	transform: scale(1) rotate(180deg);
}

.service-work-step-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 24px;
	z-index: 1;
}

.service-work-step-item-content{
	width: calc(100% - 0px);
}

.service-moment-item-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 40px;
}

.service-moment-item{
	width: calc(50% - 15px);
}

.service-moment-item .icon-box{
	position: relative;
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: var(--primary-color);
	border-radius: 10px;
	overflow: hidden;
}

.service-moment-item .icon-box::before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--accent-color);
	transform: scale(0);
	width: 100%;
	height: 100%;
	transition: all 0.4s ease-in-out;
}

.service-moment-item:hover .icon-box::before{
	transform: scale(1) rotate(180deg);
}

.service-moment-item .icon-box img{
	position: relative;
	width: 100%;
	max-width: 36px;
	z-index: 1;
}

.service-moment-item-content{
	border-top: 1px solid var(--divider-color);
	margin-top: 30px;
	padding-top: 30px;
}

.page-single-faqs .faq-accordion .accordion-item{
	background: var(--secondary-color);
}

