/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Work Sans', sans-serif;
    line-height: 1.6;
    color: #333;
    padding-top: 80px; /* Account for fixed header */
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Buttons */
.btn-quote, .btn-callback, .btn-about, .btn-all-services, .btn-emergency, .btn-final {
    background-color:rgb(14, 74, 228);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    font-size: 28px;
    transition: background-color 0.3s ease;
}

.btn-emergency a {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: white;
    transition: color 0.3s ease;
}

.btn-quote:hover, .btn-callback:hover, .btn-about:hover, .btn-all-services:hover, .btn-emergency:hover, .btn-final:hover {
    background-color: #1a3d8a;
}

/* Header */
.header {
    background-color: #5b1f89;
    color: white;
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.logo h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
	float:left;
}

.nav-list {
    display: flex;
    list-style: none;
    gap: 30px;
	font-size:18px;
	margin-top: 10px;
}

.nav-list a {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.nav-list a:hover {
    opacity: 0.8;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.emergency {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    text-align: right;
}

.emergency span:first-child {
    font-weight: 300;
}

.emergency span:last-child {
    font-weight: 600;
}

/* Hero Section */
.hero {
    background-image: url(../../static/images/shop_bg.jpg);
    color: white;
    padding: 0px 0;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
	text-align:center;
}
.hero h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 1rem;
	margin-top: 30px;
    color: #49145e;
}
.hero h2{
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #49145e;
	text-align:center;
}

.hero-description {
    font-size: 24px;
    max-width: 700px;
    margin: 0 auto;
	color: #49145e;
}

.hero-content {

    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 60px;
    align-items: center;
}
.hero-text{
	width: 630px;
    height: 464px;
    background-image: url(../../static/images/main_header.png);
    padding: 40px;
	margin-top:140px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;

}
.hero-text h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-text p {
    font-size: 18px;
    margin-bottom: 30px;
    opacity: 0.9;
}

.hero-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.hero .logo {
	width: 100%;
}

.hero .logo img {
	width: 100%;
}

.hero .section-title {
	margin-top: 10px;
    color: #49145e;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.input-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #8e649f;
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 20px;
}

.account-input {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(107, 107, 107, 1);
    border-radius: 12px;
    padding: 16px 24px;
    color: #222;
    font-size: 18px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}
.select-pay-section{
	text-align:left;
	padding-top: 12px;
}
.googlepay,
.cashapppay,
.applepay{
	display: inline;
	cursor:pointer;
	margin-right: 10px;
	position: relative;
}
.un-select-good{
	border: 0px solid #fff;
}
.select-good{
	border: 1px solid #fff;
}
.select-good-hook{
	background-image: url(../../static/images/select.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 31px;
    right: 6px;
    background-size: contain;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.8rem;
    z-index: 10;
}
.un-select-pay{
	border: 0px solid #fff;
}
.select-pay{
	border: 1px solid #f96a00;
}

.select-pay-hook{
    background-image: url(../../static/images/select.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -55px;
    right: 23px;
    background-size: contain;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.8rem;
    z-index: 10;
}
.order-summary {
    background: rgb(71 6 91 / 57%);
	border-radius: 15px;
    padding: 1.5rem;
    margin-top: 1rem;
}
.summary-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    margin-bottom: 8px;
    font-size: 18px;
	padding: 8px 0;
    border-bottom: 1px solid #333;
}
.summary-item:last-child {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 22px;
    padding-top: 8px;
	border-bottom: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
/* About Section */
.about {
    padding: 80px 0;
}
.about h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #49145e;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0px;
    align-items: center;
}



.about-image img {
    width: 80%;
    height: auto;
}

.about-text h5 {
    color: #5b1f89;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.about-text h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #333;
}

.about-text p {
    font-size: 16px;
    color: #666;
    margin-bottom: 16px;
}
.about-text ul{
	list-style: none;
}
.about-text .no1{
    background-image: url(../../static/images/no1.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
	padding-left: 60px;
}

.about-text .no2{
    background-image: url(../../static/images/no2.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
	padding-left: 60px;
}

.about-text .no3{
    background-image: url(../../static/images/no3.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
	padding-left: 60px;
}

.about-text .no4{
    background-image: url(../../static/images/no4.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
	padding-left: 60px;
}
/* Services Section */
.services {
    padding: 80px 0;
    text-align: center;
}

.services h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #49145e;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1px;
    margin-bottom: 40px;
}

.service-card {
    background: white;
    padding: 10px;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 20px;
}

.service-card h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.service-card p {
    color: #666;
    font-size: 16px;
}

/* Emergency Section */
.emergency-section {
    background-color: #f8f9fa;
    color: black;
    padding: 80px 0;
}
.emergency-section h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #49145e;
	text-align:center;
}

.emergency-content {
}
.emergency-text{
    background-color: #fff;
    padding: 40px;
    border-radius: 20px;
    color: #5b5a5a;
    margin-top: 20px;
	z-index:22;
}
.emergency-text h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
	color:#49145e;
}

.emergency-text p {
    font-size: 18px;
}
.emergency-image{
	text-align:center;
}
.emergency-image img {
    width: 90%;
    height: auto;
    border-radius: 8px;
}

/* Testimonials Section */
.testimonials {
    padding: 80px 0;
    background-color: white;
    text-align: center;
    background-color: #f8f9fa;

}

.testimonials h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #49145e;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.testimonial {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	height: 277px;
}
.testimonials .bg_icon01{
    background-image: url(../../static/images/bg_icon01.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.testimonials .bg_icon02{
    background-image: url(../../static/images/bg_icon02.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.testimonials .bg_icon03{
    background-image: url(../../static/images/bg_icon03.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.testimonials .bg_icon04{
    background-image: url(../../static/images/bg_icon04.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.testimonials .bg_icon05{
    background-image: url(../../static/images/bg_icon05.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.testimonials .bg_icon06{
    background-image: url(../../static/images/bg_icon06.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.stars {
    color: #374859;
    font-size: 20px;
	margin-bottom: 2px;
    margin-top: 100px;
}

.testimonial p {
    color: #666;
    font-size: 16px;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.testimonial-author img {
    width: 250px;
    height: 250xp;
}

.testimonial-author span {
    font-weight: 600;
    color: #333;
}

/* Portfolio Section */
.portfolio {
    padding: 80px 0;
    text-align: center;
}

.portfolio h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 50px;
    color: #333;
}

.portfolio-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.portfolio-grid img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.portfolio-grid img:hover {
    transform: scale(1.05);
}

/* Final CTA Section */
.final-cta {
    background-color: #5b1f89;
    color: white;
    padding: 80px 0;
}

.final-cta-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.final-cta-text {
    text-align: center;
}

.final-cta-text h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

.final-cta-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* Footer */
.footer {
    background-color: #f8f9fa;
    position: relative; 
    background-image: url("../../static/images/footer_bg.png");
    background-position: center center;
    z-index: 1;
    color: white; 
}

.footer-content {
    height: 300px;
}

.footer-info h3, .business-hours h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.address, .phone {
    margin-bottom: 20px;
}

.address strong, .phone strong {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

.address p, .phone p {
}

.hours p {
    margin-bottom: 5px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;

    font-size: 14px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    font-size: 20px;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.social-links a:hover {
    opacity: 0.7;
}

.gamestart img{
	width:30%;
	padding-bottom: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        gap: 20px;
    }

    .nav-list {
        gap: 20px;
		font-size:14px;
    }

    .header-right {
        flex-direction: column;
        gap: 15px;
    }

    .hero-content,
    .about-content,
    .emergency-content,
    .final-cta-content,
    .footer-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero-text h1 {
        font-size: 36px;
    }

    .about-text h2,
    .services h2,
    .emergency-text h2,
    .testimonials h2,
    .portfolio h2,
    .final-cta-text h2 {
        font-size: 28px;
    }

    .services-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .portfolio-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .hero {
        padding: 60px 0;
    }
	.header .logo{
		display:none;
	}

	.hero-text{
		width:100%;
		height:auto;
		margin-top:0px;
	}

    .about,
    .services,
    .emergency-section,
    .testimonials,
    .portfolio,
    .final-cta {
        padding: 60px 0;
    }

    .hero-text h1 {
        font-size: 28px;
    }

    .hero-text p {
        font-size: 16px;
    }

    .service-card,
    .testimonial {
        padding: 20px;
    }

    .portfolio-grid {
        grid-template-columns: 1fr;
    }
}




/* ===== 10. Team Area CSS ===== */
.if_team_area {
    position: relative; 
    background-image: url("../../static/images/footer_bg.png");
    background-position: center center;
    background-size: cover;
    padding: 115px 0 96px 0;
    z-index: 1;
    color: white; 
}



.if_team_area .witr_section_title {
    margin-bottom: 50px;
}
.if_team_area .witr_section_title_inner h2 {
    color: #fff;
    font-size: 17px;
}
.if_team_area .witr_section_title_inner h3 {
    color: #fff;
    font-size: 45px;
    font-weight: 800;
    padding: 0 0 10px 0;
}


@media (min-width: 1200px){
	.itfirm-header-top .container, .itfirm_nav_area .container, .witrfm_area .container, .banner_area .container {
		max-width: 1200px;
	}	
}


@media (min-width: 1140px){
	.container {
		max-width: 1140px;
	}	
}

.witr_section_title_inner h1, .witr_section_title_inner h2, .witr_section_title_inner h3 {
    font-size: 50px;
    margin: auto;
    margin-bottom: 10px;
}
.witr_section_title_inner h3 {
    font-size: 45px;
    font-weight: 800;
    padding: 0 0 10px 0;
}
.witr_section_title_inner h1 span, .witr_section_title_inner h2 span, .witr_section_title_inner h3 span, .witr_section_title_inner p span, .witr_section_title_inner p span a {
    color:rgb(7, 106, 255);
}
.witr_section_title_inner h2 {
    font-size: 17px;
    color:rgb(7, 106, 255);
    width: 100%;
    margin-bottom: 13px;
    font-weight: 700;
}
.witr_section_title {
    position: relative;
}

.witr_section_title_inner p {
    width: 100%;
    padding: 0 0 0 0;
    margin-top: 10px;
}
.witr_section_title_inner.text-center p {
    width: 74%;
    margin-right: auto;
    margin-left: auto;
}



.back-to-top {
    position: fixed;
    display: none;
    background-color: #607d8b;
    color: #ffffff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 1;
    font-size: 35px;
    right: 15px;
    bottom: 15px;
    transition: background 0.3s;
    border-radius: 10px;
    z-index: 9;

}

.trip{
	padding-top: 10px;
    color: #f90505;
    font-size: 18px;
}