
body{ padding: 0px; margin: 0px;    font-family: 'Poppins', sans-serif; font-weight: 500;  background-color: #f5f7fb;}
h1, h2, h3, h4, h5, h6, ol, li, ul, a, img, p, span, strong{ padding: 0px; margin: 0px;}
a:hover,a:focus{ outline: none; text-decoration: none}
section{ float: left; width: 100%; }
.pad0{ padding: 0;}
img { max-width: 100%;}
ul, li{ list-style: none}
/*-------------Font face------------------*/

.section-box{
background:white;
padding:40px;
margin-top:25px;
border-radius:10px;
box-shadow:0px 4px 15px rgba(0,0,0,0.08);
}

.navbar{
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 1;
}

.navbar-brand {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.logo_text {
    display: flex;
    flex-direction: column;
    font-size: 20px;
    font-weight: 700;
    color: #111827;
}

.logo_text span {
    color: #4b5563;
    font-size: 14px;
    font-weight: normal;
}

.header_btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

.clockbtn {
    padding: 4px 12px;
    background: #22c55e;
    color: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    font-size: 12px;
    height: 26px;
}

.clockbtn i{
    font-weight: normal;
}

.clockbtn:hover{background-color: rgb(22 163 74); color: #fff;}

.phonebtn {
    background: #2563eb;
    color: #fff;
    font-size: 14px;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    padding: 6px 17px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition-duration: 150ms;
}

.phonebtn:hover{
    background-color: rgb(29 78 216 );
    box-shadow: 0 10px 25px #00000026;
    color: #fff;
}


.hero_img {
     background: linear-gradient(280deg, #1d4ed8ba, #1e3a8a);
    width: 100%;
    height: 100%;
    padding: 90px 0px;
}

.yellow_badge {
        align-items: center;
    background: #eab308;
    color: #111827;
    font-size: 18px;
    line-height: 28px;
    border-radius: 6px;
    font-weight: normal;
    display: inline-flex;
    gap: 10px;
    transition-duration: 150ms;
}

.yellow_badge:hover{
    background-color: #171717cc;
}

.hero_img .display-5 {
    display: flex;
    flex-direction: column;
    font-size: 60px;
}

.hero_img .display-5 span {
    color: rgb(191 219 254);
}

.hero_img .lead  {
    color: rgb(191 219 254);
}


.slider_phone {
    color: rgb(30 58 138);
    display: inline-flex;
    gap: 30px;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    min-width: 328px;
}

.slider_whatsapp {
    background: rgb(34 197 94);
    min-width: 242px;
}

.fa-whatsapp, .fa-clock{
    font-weight: normal !important;
}

.slider_phone:hover, .slider_whatsapp:hover{
    transform: scale(1.05);
    transition: 0.3s;;
    box-shadow: 0 10px 25px #00000026;
}

.slider_phone:hover{
    background-color: #eff6ff;
    color: #1e3a8a;
}

.slider_whatsapp:hover{
    background-color: rgb(22 163 74);
}

.slider_content {
    display: flex;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

ul.slider_content_list {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 20px;
    font-size: 13px;
    font-weight: normal;
}

ul.slider_content_list li {
    background: rgb(30 64 175);
    border-radius: 50px;
    padding: 6px 16px;
}

.hero {
    background-image: url(../images/slider_img.webp);
   background-position: center;
    color: #fff;
    text-align: center;
        position: relative;
        
}

.hero h1 {
    font-weight: 700;
}

/* Section Spacing */
.section-padding {
    padding: 70px 0;
}

.max_1024{
    max-width: 1024px;
    margin: 0px auto;
}

/* Feature Cards */
.feature-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: 0.3s;
        background: #eff6ff;
        justify-content: center;
        min-height: 84px;
}

.hover_bg .feature-card:hover{
    background-color: rgb(219 234 254);
    transform: translateY(0px) !important;
        box-shadow: inherit;
}

.hover_bg .feature-card {
    box-shadow: inherit;
}

.freezer_sec {
    background: #f9fafb;
}

.freezer_sec h2 {
    color: rgb(17 24 39);
    font-size: 30px;
}


.freezer_sec .feature-card {
    background: #fff;
    min-height: 200px;
    text-align: left;
}

.freezer_sec .feature-card:hover {
        transform: translateY(0px);
}

.freezer_sec .feature-card h5 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 10px;
}

.freezer_sec .feature-card p {
    font-size: 14px;
    font-weight: normal;
    color: #4b5563;
}

.service_sec .feature-card {
    border: 1px solid #e5e7eb;
}

.service_sec .feature-card:hover {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    transform: translateY(0px);
}

.available_img {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    width: 85px;
    height: 128px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.available_img img {
    border-radius: 8px;
}

.cta-section p {
    color: rgb(220 252 231);
    padding: 10px 0px;
    font-weight: normal;
    font-size: 18px;
}

.cta_action {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    align-items: flex-end;
        gap: 20px;
        margin-left: auto;
}

.cta_action .btn {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.3s;
}

.phone_number {
    color: rgb(22 163 74);
    font-size: 20px;
    background: #fff;
}

.phone_number:hover {
    background: #f0fdf4;
    box-shadow: 0 10px 25px #00000026;
    opacity: 1;
    color: rgb(22 163 74);
}

.WhatsApp_number {
    background: rgb(21 128 61);
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.WhatsApp_number:hover{
    background-color: rgb(22 101 52);
    box-shadow: 0 10px 25px #00000026;
}

.fa-whatsapp:before{
    content: "\f232";
}

.freezer_sec .feature-card i {
    color: rgb(37 99 235);
    font-size: 48px;
}

.feature-card .fa-check {
    color: rgb(22 163 74);
    font-size: 20px;
}

.feature-card h5 {
    color: #1f2937;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 0px 0px;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.request_form {
    background: rgb(249 250 251);
}

.request_form .card {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.request_form .card .form-control {
    min-height: 50px;
}

.request_form .card .form-label {
    color: rgb(55 65 81);
    font-size: 14px;
}

.request_form .card .btn-primary {
    background: #2563eb;
    font-size: 16px;
    padding: 11px 0px;
    font-weight: 500;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}

.request_form .card .btn-primary:hover{
    box-shadow: 0 10px 25px #00000026;
    background-color: #1d4ed8;
}

/* CTA Section */
.cta-section {
    background: #1ea756;
    color: white;
    padding: 60px 0;
}

/* Footer */

footer{ background-color: #111827;
display: flex;
    flex-direction: column;
    width: 100%;}
footer .service-section { padding: 60px 0; border-bottom: 2px solid #1e293b; }
footer .keyword-list { list-style: none; padding: 0; color: #94a3b8; }
footer .keyword-list li::before { content: "• "; color: #94a3b8; margin-right: 5px; }
footer .contact-link { text-decoration: none; color: white; font-weight: 600; font-size: 20px; }
footer .whatsapp-btn {background-color: #25d366;border: none;color: white;font-weight: 500;padding: 6px 0px;border-radius: 6px;width: 100%;display: flex;align-items: center;font-size: 14px;justify-content: center;transition: 0.3s;min-height: 36px;text-decoration: none; }
footer .whatsapp-btn:hover { background-color: #1eb954; color: white; }
footer .info-text { color: rgb(156 163 175); font-size:14px; font-weight: normal;}
footer  .icon-blue { color: #60a5fa; margin-right: 10px; }
footer .icon-green { color: #22c55e; margin-right: 10px; }
.footer_colm h5 {display: flex;  align-items: center;gap: 4px;color: #fff;font-size: 20px;font-weight: 600;margin-bottom: 16px;}
footer .info-text.success_message{color: rgb(74 222 128); display: flex; gap: 8px;     font-size: 16px;}
footer .info-text.map_marker{color: rgb(156 163 175); display: flex; gap: 8px;     font-size: 16px;}
footer .keyword-list li {
    font-weight: normal;
    font-size: 14px;
    padding-bottom: 8px;
}

.footer_sub_text {
    width: 100%;
    text-align: center;
    color: #94a3b8;
    font-size: 14px;
    font-weight: normal;
    padding-top: 32px;
    border-top: 1px solid #1f2937;
    margin-top: 32px;
}

.positionfixed {
    -webkit-animation: color-fade 3s infinite;
  -moz-animation: color-fade 3s infinite;
  animation: color-fade 3s infinite;
    position: fixed;
    left: 20px;
    bottom: 20px;
    min-width: auto;
    padding: 4px 8px;
    display: flex;
    align-items: center;
	width: 70px;
    height: 70px;
    border-radius: 70px;
    justify-content: center;
    font-size: 35px;
}


@-webkit-keyframes color-fade {
  0% { background: #22c55e; }
  25% { background: #1b8b44; }
  50% { background: #22c55e; }
  75% { background: #1b8b44; }
  100% { background: #1faf54; }
}