@charset "utf-8";
/***** Design By Rajnish 5.1.3 HTML 5 *****/
@import url("bootstrap.min.css");
@import url("responsive.css");
@import url("banner.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.3/font/bootstrap-icons.css");
@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&display=swap');
/* CSS Document */

body {
    color: #000;
    font-size: 16px;
    overflow-x: hidden;
    letter-spacing: .5px;
    font-family: "Google Sans Flex", sans-serif;

}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    background: #313d4f;
    -webkit-border-radius: 0;
    border-radius: 0
}


* {
    padding: 0;
    margin: 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

ul,
li {
    padding: 0;
    margin: 0;
}

a {

    text-decoration: none !important;
    color: #000;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: "Google Sans Flex", sans-serif;
}

p {
    font-family: "Google Sans Flex", sans-serif;
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #ff627f;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}
/* top header */
.top {
   background-color: #1894df;
    padding: 8px;
	color:#fff;
}


.top-icon a {
    color: #fff;
    padding-left: 10px;
}

.top-icon a:nth-child(1n+1) {
    display: inline-block;
    border-right: 1px solid #7caac5;
    padding-left: 10px;
    padding-right: 15px;
    font-size: 15px;
}

.top-icon a:nth-child(2) {
    border-right: none;
}

.icon1 i {
    color: #fff;
    font-size: 15px;
    padding-right: 4px;
}

.top-follow {
    text-align: end;
    color: #fff;
}

.top-follow a {
    background: #ffffff;
    color: #5c5c5c;
    padding: 3px 6px;
    border-radius: 100px;
    display: inline-flex;
    font-size: 13px;
    transition: .3s ease-in-out;
    margin-right: 1px;
}

.top-follow a:hover {
    background-color: #fea61f;
    color: #fff;
}

/*** header ***/
.headerpart{
    background:rgb(255 255 255 / 90%); /* thoda transparent */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* Safari support */
}
header {
    position: absolute;
    z-index: 9999;
    width: 100%;
}
.logo img {
    margin-top: 2px;
    margin-bottom: 2px;
    height: 78px;
}

.group_flex {
    display: flex;
    align-items: center;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headerf-0flex i {
    font-size: 13px;
    padding-top: 0px !important;
}

.headerf-0flex li a {
   padding: 26px 12px;
    display: block;
    text-decoration: none;
    color: #000000;
    font-size: 17px;
    border-radius: 3px;
    font-optical-sizing: auto;
    font-weight: 500;

}

.headerf-0flex li a:hover {
    color: #1894df;
}

.header {
    display: flex;
    align-items: center;
}

.darkHeader {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 17%);
    animation: fadeInDown .8s;
    background-color: #ffffff;
    z-index: 999;
    justify-items: center !important;
}

.header ul ul {
    position: absolute;
    display: none;
    animation: fadeIn .5s forwards;
    z-index: 9999;
}

.hide {
    display: none;
}

#sub:checked~.dropdoqwn {
    display: block;
}

#sub:checked~.dropdoqwn2 {
    display: block;
}

#sub:checked~.megmenupart {
    display: block;
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    margin-top: -35px;
    min-width: 160px;
    background-color: var(--primary);
}

.dropdoqwn {
    position: absolute;
    display: none;
    animation: fadeIn .5s forwards;
	padding:0px 10px 10px 10px;
    background: #fff;
	border-radius:0px 0px 5px 5px;
}


.dropdoqwn li a {
   display: block !important;
    font-size: 14px;
    padding: 8px 15px;
    min-width: 200px;
    text-align: left;
    border-radius: 0px;
    color: #000000;
    font-weight: 500;
    background-color: #ffffff;
    text-transform: capitalize;
	position: relative;
    overflow: hidden;
    z-index: 1;
}
.dropdoqwn li a::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #1894df;
    z-index: -1;
    transition: left 0.3s ease;
}

.dropdoqwn li a:hover::before{
    left: 0;
}

.dropdoqwn li a:hover{
    color: #ffffff;
}


nav {
    padding: 0px;
    display: flex;
    align-items: center;
}


.get-button a {
   background:#fea61f;
    color: white;
    padding: 10px 20px;
    margin-left: 19px;
    border-radius: 6px;
    font-size: 18px;
    transition: .8s ease-in-out;
}

.get-button a:hover {
    background-color: #1894df;
}
.video_banner {
    position: relative;
}

.video_banner video {
    height: calc(100vh - 0px);
    object-fit: cover;
    width: 100%;
    border: none;
    display: block;
	object-position: center;
}

.text-overlap {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
	top: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    padding: 128px 0px 80px 0px;
}

.text-overlap h1 {
    font-size:50px;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 600;
	color:#fff;
	    text-align: center;
}
.text-overlap h2 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
	color:#fff;
	 text-align: center;
}


.text-overlap a{
    background-color: #ffa800;
    padding: 12px 35px;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
    font-size: 18px;
}
.cruntofbg{ background:#1894df; color:#FFFFFF; font-size:18px; padding: 8px 15px 0px; text-align:center;}
.cruntofbg1{color:#000; font-size:18px; padding: 8px 15px 0px;}
.aboutbg{ background:#fcfcff; padding:50px 0px 0px;}
.aboutbg h3{ font-size:40px; padding-bottom:20px; color:#00358c;}
.indexreadmore{ background:#00aeff; color:#fff; padding:8px 15px; border-radius:5px; margin-top:20px;}
.indexreadmore:hover{ background:#fea61f;color:#fff;}

.aboutbox{box-shadow: rgba(199, 199, 199, 0.35) 0px 0px 40px 0px; margin-bottom:20px; text-align:center; font-size:16px; background:#fff; padding:20px; border-radius:5px;}
.aboutbox i{ font-size:40px; color:#fea61f;}
.aboutbox1{ margin-bottom:20px; text-align:center; font-size:16px; background:#fea61f; color:#fff;padding:20px; border-radius:5px;}
.aboutbox1 i{ font-size:40px; color:#fff;}
.gifanumation{ position:relative;border-bottom: 4px solid #d8b4aa;}
.truckanimation{ width:100%;}
.truckmove img{ position:absolute; bottom:0px; width:120px;}
.truckmove {
  width: 100%;
}

.truck {
  animation: moveTruck 40s linear infinite;
}

@keyframes moveTruck {

  100% {
    transform: translateX(100vw);
  }
}
.whoisbg{ min-height:609px; background:url(../images/bg1.jpg) no-repeat fixed; padding-top:70px;background-position: bottom;}
.whoisbgbox{ border-radius:10px; padding:30px; background:#fff;}
.whoisbgbox h4{ font-size:30px; padding-bottom:15px;}
.strategic-section{ background:#f0f0f4; padding:70px 0px;}
.product-section {
    padding: 80px 0;
    background-color: #f4f7fa; /* Light grey/blue background */
    text-align: center;
}

.section-title {
    color: #003366;
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: bold;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 0 auto;
}

.product-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e1e8ef;
}

/* Hover Effect */
.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 51, 102, 0.1);
}

.product-img {
    height: 200px;
    overflow: hidden;
}

.product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-info {
    padding: 25px;
}

.product-info h3 {
    color: #003366;
    font-size: 22px;
    margin-bottom: 15px;
}

.product-info p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    height: 50px; /* Text alignment ke liye fixed height */
}

/* Enquire Now Button */
.enquire-btn {
    display: inline-block;
    padding: 12px 30px;
    background-color: transparent;
    color: #003366;
    border: 2px solid #003366;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.enquire-btn:hover {
    background-color: #003366;
    color: #fff;
}
/* Quality Section Styling */
.quality-section { padding: 80px 0; background: #fff; }
.quality-wrapper { display: flex; align-items: center; gap: 50px; }
.quality-text { flex: 1.2; }
.quality-image { flex: 1; border-radius: 20px; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.1); }
.quality-image img { width: 100%; display: block; }

.q-item { display: flex; gap: 15px; margin-top: 30px; }
.q-icon { font-size: 30px; background: #f0f4f8; padding: 15px; border-radius: 12px; height: fit-content; }
.q-item h4 { color: #003366; margin-bottom: 5px; font-size: 18px; }

/* CTA Strip */
.cta-strip { background: #003366; padding: 60px 0; text-align: center; color: #fff; }
.cta-content h2 { font-size: 32px; margin-bottom: 10px; }
.cta-btn { 
    display: inline-block; margin-top: 20px; padding: 15px 40px; 
    background: #fea61f; color: #fff; font-weight: bold; 
    border-radius: 50px; text-decoration: none; transition: 0.3s;
}
.cta-btn:hover { background: #fff; transform: scale(1.05); }

/* Footer */
.main-footer { background: #05162a; color: #abb8c3; padding: 80px 0 20px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 50px; }
.footer-col h4 { color: #fff; margin-bottom: 25px; font-size: 18px; }
.footer-col ul { list-style: none; padding: 0; }
.footer-col ul li { margin-bottom: 12px; }
.footer-col ul li a { color: #abb8c3; text-decoration: none; transition: 0.3s; }
.footer-col ul li a:hover { color: #fea61f; padding-left: 5px; }

.footer-logo { color: #fff; font-size: 28px; margin-bottom: 20px; }
.footer-logo span { color: #fea61f; }

.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; text-align: center; font-size: 14px; }
.footer-bottom a{color: #fea61f; }

/* Mobile View */
@media (max-width: 768px) {
    .quality-wrapper, .footer-grid { flex-direction: column; grid-template-columns: 1fr; text-align: center; }
    .q-item { flex-direction: column; align-items: center; }
}

.breadbg{ background:url(../images/breadbg.jpg) no-repeat fixed; padding:170px 0px 50px; color:#fff; }
.breadbg a{ color:#fff;}
.breadbg h6{ font-size:40px; padding-bottom:10px;}
.commanpage{ padding:50px 0px;}
.aboutuspage h1{color: #00358c; padding-bottom:20px; font-size:30px;}
.aboutuspage h4{ color:#fea61f; margin-top:20px;border-bottom: 2px solid #1894df;display: table; margin-bottom:10px;}
table td{ border:1px solid #ccc; padding:5px;}
table{ margin-bottom:15px;}
.allcatpage h1{ font-size:28px; padding-bottom:15px;}
.prodetailspage p{ margin-bottom:15px;}
.prodetailspage img{ width:100%; height:400px; object-fit:cover;}
.prodetailspage h1{ font-size:30px;}
.profrombg {
    position: sticky;
    top: 80px;
}
.contpage i{
	    width: 54px;
    height: 54px;
    display: inline-block;
    border: 1px solid #fea201;
    border-radius: 100%;
    color: #fea201;
    font-size: 28px;
    text-align: center;
    padding:7px;
}
.getquotinput{
	width:100%; 
	border:1px solid #dddddd;
	padding:8px 15px;
	color:#333333;
	margin-top:20px;
	border-radius:5px;
	outline:none;
	font-weight:600;
}
.getquotbutton{
	width:100%; 
	border:none;
	padding:8px 10px;
	color:#fff;
	border-radius:5px;
	outline:none;
	background:#fea61f;
	margin-top:20px;
	font-weight:600;
}
.get-pro-list h5{
background: linear-gradient(90deg, #fe5c00 5%, #fdac1e 100%);
color:#fff;
font-weight:700;
padding:8px 20px;
border-radius:5px;
display:block;
}

.appointment-card {
        background: #ffffff;
        padding: 40px;
        border-radius: 12px;
        box-shadow: 0 15px 35px rgba(0,0,0,0.1);
        border-top: 5px solid #1894df; /* Heading Color Border */
    }
    .appointment-card h2 {
        color: #1894df; /* Custom Heading Color */
        font-weight: 700;
        margin-bottom: 25px;
        text-align: center;
    }
    .form-label {
        font-weight: 600;
        color: #444;
    }
    .form-control {
        border: 1px solid #ced4da;
        padding: 10px;
    }
    .form-control:focus {
        border-color: #1894df;
        box-shadow: 0 0 0 0.25rem rgba(24, 148, 223, 0.25);
    }
    .btn-appointment {
        background-color: #fea61f; /* Custom Button Color */
        border: none;
        color: #fff;
        font-weight: bold;
        padding: 12px;
        font-size: 18px;
        transition: 0.3s ease;
    }
    .btn-appointment:hover {
        background-color: #e5951a;
        color: #fff;
        transform: translateY(-2px);
    }









