body
{
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
   font-family: 'Poppins', sans-serif;
   overflow-x: visible;
   overflow-y: auto;
   min-width: 100%;
}

html {
    overflow-x: visible;
    overflow-y: auto;
}
.wrapper{
	margin: 0;
	padding: 0 0 200px 0; /* Add bottom padding to prevent content from being hidden behind fixed footer */
	width: 100%;
	overflow-x: visible;
	overflow-y: auto;
	display: flex;
	min-height: 100vh;
}

/* Sidebar Styles */
.sidebar {
	width: 250px !important; /* Force consistent width across all pages */
	background: #fff;
	border-right: 1px solid #e0e0e0;
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh; /* Full viewport height for home page */
	z-index: 10; /* Higher z-index to stay above SVG */
	box-shadow: 2px 0 5px rgba(0,0,0,0.1);
	overflow-y: auto;
}

.sidebar-header {
	padding: 20px;
	border-bottom: 1px solid #e0e0e0;
}

.sidebar-logo {
	text-align: center;
}

.sidebar-logo svg {
	max-height: 40px;
	width: auto;
}

.sidebar-nav {
	padding: 20px 0;
}

.sidebar-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-item {
	margin: 0;
}

.sidebar-link {
	display: block;
	padding: 15px 25px;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-weight: 500;
	transition: all 0.3s ease;
	border-left: 3px solid transparent;
}

.sidebar-link:hover {
	color: #ce2127;
	background-color: #f8f9fa;
	border-left-color: #ce2127;
}

.sidebar-link.active {
	color: #ce2127;
	background-color: #f8f9fa;
	border-left-color: #ce2127;
	font-weight: 600;
}

/* Main Content Area */
.main-content {
	flex: 1;
	margin-left: 250px !important; /* Force consistent margin to match sidebar width */
	background: #fff;
	overflow-x: auto;
	overflow-y: auto;
	min-width: 0;
	width: calc(100% - 250px);
}

/* Two-column layout for about page */
.text-sec {
	word-wrap: break-word;
	overflow-wrap: break-word;
}

/* Ensure proper spacing between columns */
@media (min-width: 992px) {
	.text-sec:first-child {
		padding-right: 30px;
	}
	
	.text-sec:last-child {
		padding-left: 30px;
	}
}

/* Prevent horizontal overflow */
.container {
	max-width: 100%;
	overflow-x: hidden;
}

.row {
	margin: 0;
	overflow-x: hidden;
}

/* Ensure content fits within columns */
.common-sec {
	overflow-x: hidden;
}

.common-sec ul,
.common-sec ol {
	max-width: 100%;
	word-wrap: break-word;
}

/* Ensure proper spacing for text sections */
.text-sec:first-child,
.text-sec:last-child {
	padding: 0;
	margin-bottom: 40px;
}
.padding{
	padding: 0;
}


body a {text-decoration: none;    color: inherit;}
ul{list-style: none;margin: 0;padding: 0;}
p:last-child{margin: 0; padding: 0;}
p, h1, h2, h3, h4, h5, h6 {margin: 0;}

.common-sec h1 {padding: 0 0 20px 0;margin: 0;font-size: 28px;line-height: 48px;color: #000;font-weight: 700;font-family: 'Poppins', sans-serif; text-transform: uppercase;}
.common-sec h2 {font-size: 37px; line-height: 42px; font-weight: bold; color: #000; font-family: 'Poppins', sans-serif; margin-bottom: 30px;}
.common-sec h3 {font-size: 35px; line-height: 50px; font-weight: 500; color: #000; font-family: 'Poppins', sans-serif; margin-bottom: 30px;}
.common-sec p {font-size: 18px; line-height: 25px;padding-right: 0;}
.common-sec li {font-size: 22px; line-height: 28px; font-family: 'Poppins', sans-serif; color: #000; text-align: left; background: url(../images/li-iconer-2.png); background-repeat: no-repeat; padding: 0 0 20px 35px; font-weight: 600; background-size: 25px; background-position: 0 4px;}
.common-sec ul {margin:0;padding:0;display:inline-block;list-style: none;}
.common-sec a {font-size: 22px; line-height: 30px; color: #000; display: inline-block; text-decoration: none; font-family: 'Poppins', sans-serif;}
/*.common-sec a:hover {color:#000;}*/
.common-sec  {padding:70px 0;}
/*.common-sec li :before{content:'';}*/


.header{/*position: absolute; z-index: 999; width: 100%;*/ padding: 20px 0px;}

/* Header Logo Styling - Removed as logos no longer used in headers */
/*.header{background: url(../images/header-icon.jpg); background-repeat: no-repeat; background-size: cover;}*/

.menu { text-align: left;}
.menu .navbar {padding: 0;display: block;}
.menu ul {margin: 0;padding: 0;list-style: none;}
.menu ul li {display: inline-block;}
.menu ul li a {padding: 0px 30px;font-size: 18px;font-weight: 600;font-family: 'Poppins', sans-serif;color: #000;text-decoration: none;text-transform: uppercase;}
.menu ul li a:hover{color: #ce2127;}

.text-sec{text-align: left;}
.text-sec p{font-size:22px; line-height: 30px; color:#000;}
.text-sec p a{color:#ce2127;}
.text-sec p a:hover{color:#071bfb;}

.header-button { align-items: center;display: inline-flex;}
.header-button .phone-call{background-color: #ce2127;color: #fff;padding: 16px 50px;border-radius: 25px;font-weight: 600;font-size: 18px;text-decoration: none;font-family: 'Poppins', sans-serif;}
.header-button .phone-call:hover{background-color: #071bfb;color: #fff;}







.banner{min-height: 400px; background: url(../images/image.png);background-repeat: no-repeat;background-size: cover; text-align: left;align-content: center;align-items: center;display: flex;background-position: center;}
.banner h1{color: #000; font-size: 56px; line-height: 66px; font-weight: 900; margin-bottom: 30px;font-family: 'Poppins', sans-serif;}
.banner h1 span{color: #ce2127;}
.banner p{color: #000; font-size: 25px; line-height: 35px; font-weight: 600;font-family: 'Poppins', sans-serif; margin-bottom: 30px;}
.banner a{background-color: #ce2127;color: #fff;padding: 16px 50px;border-radius: 25px;font-weight: 600;font-size: 18px;text-decoration: none;font-family: 'Poppins', sans-serif;}
.banner a:hover{background-color: #071bfb;color: #fff;}

.testimonial{display: block;  text-align: center;}
.testimonial h1{font-size: 56px; line-height: 66px; font-weight: 900; margin-bottom: 30px;font-family: 'Poppins', sans-serif; color: #ce2127;}
.testimonial p{color: #000; font-size: 22px; line-height: 32px; font-weight: 500; width: 60%; margin: 0 auto;font-family: 'Poppins', sans-serif;}
.testimonial .carousel-control-prev {transform: rotate(-90deg);} 
.testimonial .carousel-control-next {transform: rotate(90deg);}
.testimonial h3{font-size: 18px; line-height: 28px;font-weight: 600; color: #000;}
.testimonial .carousel-control-prev { transform: rotate(0deg); }
.carousel-control-prev i{font-size: 22px; line-height: 32px; border: 1px solid #000; padding: 0px 9px;color: #000;}
.carousel-control-next i{font-size: 22px; line-height: 32px; border: 1px solid #000; padding: 0px 9px;color: #000;}

.footer{ 
    padding: 60px 0; 
    text-align: center;
    background: #f2f2f2; 
    position: fixed;
    bottom: 40px; /* Position above copyright bar (40px height) */
    left: 0; /* Extend all the way to the left edge over sidebar */
    width: 100%; /* Full width to cover entire screen including sidebar */
    z-index: 999; /* Lower z-index so it appears behind copyright bar */
    display: flex;
    align-items: center;
    min-height: 200px;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
} 
.footer p { color: #000; font-size: 20px; font-weight: 600; line-height: 30px; margin: 0; padding-bottom: 10px; text-transform: uppercase; } 
.footer a{ font-size: 28px; color: #000; text-decoration: none; font-weight: 700; } 
.footer-call { font-size: 26px !important; color: #071bfb !important; }

.footer-col h3{font-size: 32px; line-height: 37px; font-weight: 600; font-family: 'Poppins';}
.footer-col h3::after{content: ''; width: 30%; height: 3px; background-color: #00b8ff; display: block; margin: 15px 0 25px 0px;}
.footer-col-2 h3::after{background-color: #f0f;}
.footer-col-3 h3::after{background-color:#f1ae5b;}
.footer-col{text-align: left; display: flex; flex-direction: column; justify-content: center;}

.footer-col ul li a{font-size: 22px; line-height: 28px; font-family: 'Poppins'; font-weight: 500; color: #000000b8;}
.footer-col ul li .fa{font-size:26px;margin: 0 15px 0 0;color: #000;}
.footer-col ul li{padding:0 0 20px 0;}



.iframe{ margin-top: 40px; } 
.copyright { 
    padding: 10px 0; 
    background-color: #071bfb; 
    position: fixed;
    bottom: 0;
    left: 0; /* Start from left edge to cover sidebar */
    width: 100%; /* Full width to cover entire screen including sidebar */
    z-index: 1001; /* Higher than sidebar */
} 
.copyright p{ color: #fff; font-size: 18px; font-weight: 400; margin: 0; padding: 0 0; letter-spacing: 0.5px; text-align: center; } 
.copyright .text-center { text-align: center !important; }

.icon-row{background: url(../images/header-icon_prev_ui.png); background-repeat: no-repeat; background-size: contain; width:100%; }

.ul-left, .ul-right{text-align:center;}






/* Ensure horizontal scrolling works on all screen sizes */
.main-content {
    overflow-x: auto;
    min-width: 100%;
}

.wrapper {
    overflow-x: auto;
    min-width: 100%;
}

/* Additional fixes for horizontal scrolling */
.container {
    max-width: 100%;
    overflow-x: auto;
}

.row {
    margin: 0;
    overflow-x: auto;
}

/* Ensure text content doesn't cause horizontal overflow */
.text-sec {
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

/* Fix for any potential table or list overflow */
.common-sec ul,
.common-sec ol {
    max-width: 100%;
    overflow-x: auto;
}

/* Specific fix for about page content */
.welcome-sec,
.common-sec {
    overflow-x: auto;
    max-width: 100%;
}

/* Ensure all content sections can scroll horizontally if needed */
.text-sec {
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
    overflow-x: auto;
}

/* Force horizontal scrolling when content is wider than viewport */
.main-content {
    overflow-x: scroll;
}

.wrapper {
    overflow-x: scroll;
}

body {
    overflow-x: scroll;
}

/* Floating Button */
.floating-btn {
    position: fixed;
    bottom: 17px;
    left: 20px;
    width: 60px;
    height: 60px;
    background-color: #ce2127;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(206, 33, 39, 0.3);
    transition: all 0.3s ease;
    z-index: 10000;
    /* Ensure clean appearance */
    text-align: center;
    line-height: 1;
    font-size: 0;
}

.floating-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(206, 33, 39, 0.4);
}

/* Ensure no icons are displayed in floating button */
.floating-btn i,
.floating-btn::before,
.floating-btn::after,
.floating-btn .fa,
.floating-btn .fas,
.floating-btn .far,
.floating-btn .fab {
    display: none !important;
    content: none !important;
    font-size: 0 !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Footer toggle functionality */
.footer {
    transition: all 0.3s ease;
}

.footer.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

/* Home SVG Container */
.home-svg-container {
    background: transparent;
    padding: 0;
    text-align: center;
    margin: 0;
    height: calc(100vh - 40px); /* Full viewport height minus copyright bar (40px) */
    width: 100vw; /* Full viewport width */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: fixed; /* Fixed positioning to center behind sidebar */
    top: 0;
    left: 0;
    z-index: -1; /* Place behind sidebar */
    max-height: calc(100vh - 40px);
}

.home-svg {
    width: 100vw; /* Full viewport width */
    height: 100vh; /* Full viewport height */
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100vh;
}



/* Ensure main content area is transparent to show centered SVG */
.main-content.home-page {
    background: transparent;
    overflow: hidden !important;
    height: calc(100vh - 40px);
    max-height: calc(100vh - 40px);
    margin-left: 250px; /* Match sidebar width */
}

/* Prevent scrolling on home page */
body.home-page {
    overflow: hidden !important;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.wrapper.home-page {
    overflow: hidden !important;
    height: 100vh;
}

.main-content.home-page {
    overflow: hidden !important;
    height: calc(100vh - 40px);
    max-height: calc(100vh - 40px);
}

/* Ensure no scrollbars anywhere */
html, body {
    overflow-x: hidden;
}

.home-page html, 
.home-page body {
    overflow: hidden !important;
    height: 100vh;
}

/* Upload Button Styles */
.upload-section {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    min-height: 80vh !important;
    padding: 20px !important;
    padding-left: 250px !important; /* Keep original padding */
    margin-left: -450px !important; /* Move 450px to the left */
    position: relative !important;
    z-index: 100 !important;
}

.upload-button-container {
    text-align: center !important;
    position: relative !important;
    z-index: 101 !important;
    margin-top: 100px !important;
}

.upload-button {
    position: relative !important;
    display: inline-block !important;
    cursor: pointer !important;
    transition: transform 0.2s ease !important;
    z-index: 102 !important;
}

.upload-button:hover {
    transform: scale(1.05) !important;
}

.upload-svg {
    width: 225px !important; /* Increased from 180px by another 25% (180 * 1.25 = 225) */
    height: 225px !important; /* Increased from 180px by another 25% (180 * 1.25 = 225) */
    display: block !important;
    z-index: 103 !important;
}

.upload-text {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: #ffffff !important; /* Only "Upload File" text is white */
    font-size: 18px !important;
    font-weight: 600 !important;
    font-family: 'Poppins', sans-serif !important;
    text-align: center !important;
    pointer-events: none !important;
    background-color: transparent !important; /* Removed the grey background */
    padding: 5px 10px !important;
    border-radius: 5px !important;
    z-index: 104 !important;
}

/* Dimension Input Styles */
.dimension-section {
    margin-top: 40px;
    text-align: center;
}

.dimension-instructions {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.dimension-inputs {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

.input-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 200px;
}

.input-group label {
    font-size: 14px;
    color: #555;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.dimension-input {
    width: 200px;
    padding: 10px 12px;
    border: 2px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
    background-color: #fff;
}

.dimension-input:focus {
    outline: none;
    border-color: #ce2127;
    box-shadow: 0 0 0 3px rgba(206, 33, 39, 0.1);
}

.dimension-input::placeholder {
    color: #999;
    font-style: italic;
}


 



