/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Montserrat:wght@600;700&display=swap');

body{
     font-family: 'Inter', sans-serif;
}
p{
     color: #878787;
}
h1,h2,h3,h4{
font-family: 'Montserrat', sans-serif;
}

.bgg {
    /*background-image: url(images/electronic-concepts-srinagar.png);*/
    display:none;

    width: 100%;
    height: 16px;
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* header */
.topnavbar {}

.topnavbar ul {
    display: flex;
    margin: 0;
    padding: 0px;
}

.topnavbar ul li:first-child {
    padding-left: 0px;
}

.topnavbar ul li {
    padding: 0px 10px;
}

.topnavbar ul li a {
       color: #7d8790;
    font-size: .75rem;
    position: relative;
    padding: 10px 0px;
    transition: color cubic-bezier(.38, .04, .35, .96) 400ms;
}
.search-input {
        border: 1px solid #A9CF46;
    padding: 3px 9px 3px 8px;
}
.search-submit {
        color: #fff;
    background: #000;
    padding: 4px 10px 4px 10px;
    border: 1px solid #fff;
}

.headingtop h4 {
    font-size: 1.2rem;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 1.4;
    color: #7d8790;

}

.headingtop p {
    color: #7d8790;
    font-size: 1rem;
    position: relative;
    transition: color cubic-bezier(.38, .04, .35, .96) 400ms;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    font-weight: bold;
    color: #000;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    text-transform: capitalize;
}

hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
}

/* header */

/* about us css */
.logodiv {
   padding: 7px 0px;

}
.aboutus {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.aboutus h1 {}

.aboutus p {}

/* about us css */


/* foot css */
.footer-widget p {
    margin-bottom: 27px;
}

.dk-footer p {
    font-size: 16px;
    line-height: 28px;
}

.animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background:#2A547A;
}
img{
    max-width: 100%;
}

.animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 0;
    bottom: 0;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

@keyframes animborder {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(113px);
        transform: translateX(113px);
    }
}

.animate-border.border-white:after {
    border-color: #fff;
}

.animate-border.border-yellow:after {
    border-color: #F5B02E;
}

.animate-border.border-orange:after {
    border-right-color: #a9cf46;
    border-left-color: #a9cf46;
}

.animate-border.border-ash:after {
    border-right-color: #EEF0EF;
    border-left-color: #EEF0EF;
}

.animate-border.border-offwhite:after {
    border-right-color: #F7F9F8;
    border-left-color: #F7F9F8;
}

/* Animated heading border */
@keyframes primary-short {
    0% {
        width: 15%;
    }

    50% {
        width: 90%;
    }

    100% {
        width: 10%;
    }
}

@keyframes primary-long {
    0% {
        width: 80%;
    }

    50% {
        width: 0%;
    }

    100% {
        width: 80%;
    }
}

.dk-footer {
    padding: 75px 0 0;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

.dk-footer .contact-us {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 80px;
}

.dk-footer .contact-us .contact-info {
    margin-left: 50px;
}

.dk-footer .contact-us.contact-us-last {
    /*margin-left: -80px;*/
}

.dk-footer .contact-icon i {
    font-size: 24px;
    top: -15px;
    position: relative;
    color: #a9cf46;
}

.dk-footer-box-info {
       /*position: absolute;*/
    top: -122px;
    /*background: #f6f6f6;*/
    /*padding: 40px;*/
    z-index: 2;
}

.dk-footer-box-info .footer-social-link h3 {
    color: #a9cf46;
    font-size: 24px;
    margin-bottom: 25px;
}

.dk-footer-box-info .footer-social-link ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.dk-footer-box-info .footer-social-link li {
    display: inline-block;
}

.dk-footer-box-info .footer-social-link a i {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    background: #000;
    margin-right: 5px;
    color: #fff;
}

.dk-footer-box-info .footer-social-link a i.fa-facebook {
    background-color: #3B5998;
}

.dk-footer-box-info .footer-social-link a i.fa-twitter {
    background-color: #55ACEE;
}

.dk-footer-box-info .footer-social-link a i.fa-google-plus {
    background-color: #DD4B39;
}

.dk-footer-box-info .footer-social-link a i.fa-linkedin {
    background-color: #0976B4;
}

.small-message {
  height: 100px !important;  /* Adjust as needed */
  resize: vertical;          /* Allows manual resizing, or use "none" to disable */
}
.custom-carousel-image{
    width:100%;
}

.dk-footer-box-info .footer-social-link a i.fa-instagram {
    background-color: #B7242A;
}

.footer-awarad {
    /*margin-top: 285px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
}

.footer-awarad p {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-left: 20px;
    padding-top: 15px;
    
}

.footer-info-text {
    margin: 26px 0 32px;
}

.footer-left-widget {
    /*padding-left: 80px;*/
}

.footer-widget .section-heading {
    margin-bottom: 35px;
}

.footer-widget h3 {
    font-size: 24px;
    color: #000;
    position: relative;
    margin-bottom: 15px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
}

.footer-widget ul {
    width: 50%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget li {
    margin-bottom: 18px;
}

.footer-widget p {
    margin-bottom: 27px;
}

.footer-widget a {
    color: #878787;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-widget a:hover {
    color: #a9cf46;
}

.footer-widget:after {
    content: "";
    display: block;
    clear: both;
}

.dk-footer-form {
    position: relative;
}

.dk-footer-form input[type=email] {
    padding: 24px 28px;
    border-radius: 50px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
}

.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::-webkit-input-placeholder {
    color: #878787;
    font-size: 14px;
}

.dk-footer-form input::-webkit-input-placeholder,
.dk-footer-form input::-moz-placeholder,
.dk-footer-form input:-ms-input-placeholder,
.dk-footer-form input::-ms-input-placeholder,
.dk-footer-form input::placeholder {
    color: #878787;
    font-size: 14px;
}

.dk-footer-form button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 24px 17px 18px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #2A547A;
    background: #2A547A;
    color: #fff;
}

.dk-footer-form button:hover {
    cursor: pointer;
}

/* ==========================

    Contact

=============================*/


.contact-icon {
    position: absolute;
}

.contact-icon i {
    font-size: 36px;
    top: -5px;
    position: relative;
    color: #a9cf46;
}

.contact-info a{
    color:#878787 !important;
    font-size:16px;
}

.contact-info {
    margin-left: 75px;
    color: #878787;
    display:flex;
}

.contact-info h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
}

.copyright {

    margin-top: 55px;
    background-color: #f6f6f6;
}

.copyright span,
.copyright a {
    color: #878787;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.copyright a:hover {
    color: #a9cf46;
}

.copyright-menu ul {
    text-align: right;
    margin: 0;
}

.copyright-menu li {
    display: inline-block;
    padding-left: 20px;
}

.back-to-top {
    position: relative;
    z-index: 2;
}

.back-to-top .btn-dark {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #2e2e2e;
    border-color: #2e2e2e;
    display: none;
    z-index: 999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.back-to-top .btn-dark:hover {
    cursor: pointer;
    background: #FA6742;
    border-color: #FA6742;
}

/* foot css */


/* other service */
.pt-100 {
    /*padding-top: 100px;*/
}

.pb-100 {
    padding-bottom: 100px;
}

.services-area {
       background-color: #f6f6f655;
    padding-bottom: 30px;
    padding-top: 30px;
}

.section-title {
    /*margin-bottom: 60px;*/
}
.ourproductsdiv {
        background-color: #f6f6f655;
    padding-top: 70px;
}
.section-title p {
    color: #777;
    font-size: 16px;
}

.section-title h4 {
    text-transform: capitalize;
    font-size: 40px;
    position: relative;
    color:#9ED323;
    font-weight: normal;
}


/* other services ends */

.whyusdiv .single-service {

    border: 0px solid #eee;
    padding: 0px;
    position: relative;
    text-align: justify;
    margin-bottom: 10px;
    margin-top: 10px;
}
#myTabContent .card-title {
    height: 48px;
}

.whyusdiv .single-service i.fa {
    width: 60px;
    height: 60px;
    background-color: #356A96 !important;
    font-size: 25px;
    color: #fff;
    border-radius: 100%;
    line-height: 60px;
    text-align: center;

    float: left;
    margin-bottom: 10px;
    margin-right: 1em;
}


.whyusdiv .single-service p {
       /*margin-bottom: 0px;*/

    position: relative;
    font-size: 1.2em;
    top: 0px;
    color: #878787;
}
.whyusdiv  .istt p{
 margin-bottom: 0px;

    position: relative;
    font-size: 1.2em;
    top: 15px;   
}
.


.btn1{
    background: #a9cf46;
    color: #fff;
    border-radius: 0px;
    border: 1px solid #a9cf46;
        padding-top: 3px;
}
.btn1:hover{
    background: #fff;
    color: #a9cf46;
    border-radius: 0px;
    border: 1px solid #a9cf46;
}
.btn2{
    background: #fff;
    color: #a9cf46;
    border-radius: 0px;
    border: 1px solid #a9cf46;
        padding-top: 3px;
}
.btn2:hover{
    background: #a9cf46;
    color: #fff;
    border-radius: 0px;
    border: 1px solid #a9cf46;
}
.whyusdiv {
    padding-bottom: 100px;
}

.ourstories {
   padding-top: 100px;
     padding-bottom: 100px;
}
.nav-tabs {
    border-bottom: 1px solid #a9cf46;
    background: #a9cf46;
}
.nav-link {
        display: block;
    padding: 0px 0rem;
    color: #fff;
}
.nav-tabs .nav-link {
        display: block;
    padding:10px 2rem;
    color: #fff;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #a9cf46;
    background-color: #fff;
    border-color: #a9cf46 #a9cf46 #fff;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #a9cf46;
    background-color: #fff;
    border-color: #a9cf46 #a9cf46 #fff;
}
/*.card {*/
/*    position: relative;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -ms-flex-direction: column;*/
/*    flex-direction: column;*/
/*    min-width: 0;*/
/*    word-wrap: break-word;*/
/*    background-color: #fff;*/
/*    background-clip: border-box;*/
/*    border: 0px solid rgba(0,0,0,.125);*/
/*    border-radius: 0px;*/
/*}*/
/*.card-img, .card-img-top {*/
/*    border-top-left-radius: 0px;*/
/*    border-top-right-radius: 0px;*/
/*}*/
/*.card-group .card{*/
/*    margin-right: 1px;*/
/*    margin-top: 1px;*/
/*}*/
.seachpagge article {
      padding: 10px;
    border: 1px solid #f9f9f9;
    margin-bottom: 10px;
}

.card img{
    height:100px !important;
    width:100px !important;
}

/* Products Section */
.products-section {
    margin: 3rem 0;
}

.products-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.products-header {
    text-align: center;
    margin-bottom: 2rem;
}

.products-header h4 {
    font-size: 2rem;
    color: #333;
    font-weight: 600;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
}

.product-card {
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.product-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background: #f9f9f9;
}

.product-image {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.product-details {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-details h3 {
    margin: 0 0 1rem 0;
    font-size: 1.25rem;
    color: #222;
}

.product-actions {
    display: flex;
    gap: 1rem;
    margin-top: auto;
}

.btn-details, .btn-enquiry {
    padding: 0.5rem 1rem;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 500;
    flex: 1;
    text-align: center;
    transition: all 0.3s ease;
}

.btn-details {
    background-color: #f8f9fa;
    color: #333;
    border: 1px solid #ddd;
}

.btn-details:hover {
    background-color: #e9ecef;
}

.btn-enquiry {
    background-color: #007bff;
    color: white;
    border: 1px solid #007bff;
}

.btn-enquiry:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}

/* Section Divider */
.section-divider {
    height: 1px;
    background-color: #eee;
    margin: 2rem 0;
    border: none;
}

.navbar{
    background-color:#9ED323;
}

.nu-about-section {
    padding: 1.5rem 0;
    background: #fff;
}


.nu-main-row,
.nu-split-row {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    margin-bottom: 3rem;
}

.nu-main-col {
    flex: 0 0 100%;
    padding: 1rem;
}

.nu-split-col {
    flex: 1 1 100%;
    padding: 1rem;
}

.nu-main-heading {
    color:#9ED323;
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    text-align: center;
    font-weight: 600;
}

.nu-sub-heading {
    color: #9ED323;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #96989A;
    text-transform: uppercase;
}

.nu-main-content,
.nu-content-block {
    color: #96989A;
    line-height: 1.7;
    font-size: 1rem;
}

.nu-featured-image {
    width: 100%;
    height: auto;
    margin-top: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

@media (min-width: 768px) {
    .nu-split-col {
        flex: 1 1 calc(50% - 1rem);
    }
    
    .nu-main-heading {
        font-size: 2.5rem;
    }
    
    .nu-sub-heading {
        font-size: 1.5rem;
    }
}

.card-image-wrapper{
    display:flex;
    align-items:center;
    justify-content:center;
    background: #F9F9F9;
    padding:0.8rem;
}

.product-title{
    text-align:center;
}

.product-excerpt{
    display:none;
}

.button-group{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:0.5rem;
}

.btn-view-all{
    background-color:#356A96;
    color:#fff;
}



@media (max-width: 768px) {
    .services-area {
        padding: 60px 0 40px;
    }
  
  .headingtop p{
      font-size:10px !important;
  }
  
  .headingtop h4{
      font-size:16px !important;
  }
    .headingtop{
        text-align:center;
    }
    .logo{
        display:flex;
        align-items:center;
        justify-content:center;
        
    }
    
    .dk-footer .contact-us.contact-us-last{
        padding:10px;
    }
    
    .contact-info {
        /*margin-left:10px !important;*/
    }
    .dk-footer .contact-us {
        padding-left:0;
    }
    .nu-main-heading{
        font-size:20px;
    }
    
    .footer-left-widget{
        padding:1rem;
    }
    
    .footer-widget{
       padding:1rem; 
    }
    
    .contact-title {
    text-align:justify !important;
    margin-left:3rem;
    }
    
    .section-title h4{
        font-size:20px;
    }
    
    .whyusdiv .single-service p{
        font-size:14px;
    }
    
    .whyusdiv {
        padding:20px;
    }
    
    .section-title{
        margin-bottom:0;
        margin-top:30px;
    }
    
    .product-title{
        font-size:20px;
    }
    
    .copyright{
        padding:0;
        margin-top:0;
    }
    
    .copyright{
        padding-left:0 !important;
    }

 
    .services-area .section-title h4 {
        font-size: 1.5rem;
    }
    
    .single-service {
        padding: 20px;
    }
}

.fa-map-o:before{
    color:#2A547A;
}

.fa-volume-control-phone:before{
    color:#2A547A; 
 }
 
 .contact-title{
     text-align:center;
         font-size: 20px;
    color: #000;
    margin-bottom: 0;
 }
 
 .footer-logo{
     display:none;
 }
  
  .btn-primary{
      font-size:15px !important;
  }   
     

.wpcf7 form {
  margin: 0 auto;
  background-color: #f9f9f9;
  border: 1px solid #96989A;
  border-radius: 10px;
}

.form-heading {
  text-align: center;
  font-size: 24px;
  color: #356A96;
  margin-bottom: 20px;
}


.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #96989A;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
  height:50px;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus {
  border-color: #356A96;
  box-shadow: 0 0 5px rgba(53, 106, 150, 0.3);
  outline: none;
}

.form-button {
  background-color: #356A96;
  color: #fff;
  padding: 12px 25px;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
}

.form-button:hover {
  background-color: #274f70;
}

.contact-email a{
    color:#878787;
    font-weight:700;
    font-size:16px;
}

.email-info{
    margin-left:80px;
    display:flex;
    gap:2.5rem;
    align-items:baseline;
}




/* Footer Styling */
.site-footer {
  background:#39251a;
  color: #ddd;
  font-size: 15px;
  line-height: 1.6;
}

.site-footer .footer-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
  position: relative;
}

.site-footer .footer-title::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background: #ffd800;
  margin-top: 5px;
}

.site-footer a {
  color: #bbb;
  text-decoration: none;
}

.site-footer a:hover {
  color: #356A96;
  text-decoration: none;
}

.footer-text {
  font-size: 14px;
  color: #ccc;
}

.subscribe-form input {
  border-radius: 0;
}

.subscribe-form .btn {
  border-radius: 0;
}

.footer-bottom {
  font-size: 14px;
  color: #aaa;
}

.footer-bottom a {
  color: #fff;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.badge-primary{
    background:#ffd800;
    color:#fff !important;
    border:2px solid #ffd800;
}

.fa-map-marker:before{
    color:#ffd800;
}
.fa-phone:before{
    color:#ffd800;
}

.fa-envelope:before{
   color:#ffd800; 
}
.fa-phone-alt:before, .fa-phone-flip:before{
    color:#ffd800; 
}
.badge{
    /*color:#9ED323 !important;*/
}

.lightt-green{
   color:#9ED323;
   font-weight:700;
   font-size:24px;
}

.custom-btn {
  background-color: #9ED323;
  color: #fff;
  padding: 10px 25px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-btn:hover {
  background-color: #89b91f; /* slightly darker shade */
}

.form-group{
    margn-bottom:0 !important
}

.contactss{
    color:grey !important;
}

.btn-secondary{
    background:#9ED323;
    border:2px solid #9ED323;
}

 .about-section {
      padding: 60px 0;
    }
    .about-section .images-wrapper {
      position: relative;
    }
    .about-section .main-img {
      width: 100%;
      border-radius: 10px;
    }
    .about-section .second-img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 50%;
      border-radius: 10px;
      box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    }
    .best-quality {
      position: absolute;
      bottom: -20px;
      left: 20px;
      background-color: #e6b85b;
      color: #0a2a5b;
      padding: 15px 20px;
      border-radius: 10px;
      text-align: center;
      font-weight: bold;
    }
    .about-section h2 {
      font-weight: 700;
      color: #0a2a5b;
    }
    .about-section p {
      color: #555;
    }
    .about-section .check-list i {
      color: #e6b85b;
      margin-right: 10px;
    }
    .about-section .btn-read {
      background-color: #e6b85b;
      color: #0a2a5b;
      border: none;
      padding: 10px 30px;
      border-radius: 50px;
      margin-top: 20px;
    }
    @media (max-width: 767.98px) {
      .about-section .second-img {
        width: 70%;
        top: 55%;
      }
      .best-quality {
        position: relative;
        bottom: auto;
        left: auto;
        margin-top: 10px;
      }
    }
    
    /* ====== Our Services Section Styling (similar to screenshot) ====== */
#services {
  background-color: #fff3d9; /* Dark blue background */
  color: #fff;
  padding: 33px 0 70px;
  text-align: center;
  position: relative;
}

#services .section-title h4 {
  color: #f4b223; /* Gold title color */
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#services .section-title h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* ====== Service Cards ====== */
.single-service {
  background: #ffffff;
  color: #002b66;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
  min-height:311px;
  padding-bottom: 20px;
    margin-bottom:15px;
}

.single-service:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

/* ====== Service Images ====== */
.service-img {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.service-thumb {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.single-service:hover .service-thumb {
  transform: scale(1.05);
}

/* ====== Title ====== */
.single-service h4 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
  color: #002b66;
}

/* ====== Buttons ====== */
.single-service .btn {
  background-color: #f4b223;
  color: #002b66;
  border: none;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
}

.single-service .btn:hover {
  background-color: #002b66;
  color: #fff;
}

/* ====== View All Button ====== */
#services .btn-primary {
  background-color: #f4b223;
  border: none;
  color: #002b66;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 30px;
  transition: all 0.3s ease;
}

#services .btn-primary:hover {
  background-color: #fff;
  color: #002b66;
}

/* ====== Responsive ====== */
@media (max-width: 768px) {
  #services {
    padding: 10px 0 50px;
  }
  .single-service {
    margin-bottom: 30px;
  }
}

.text-dark{
    font-size:14px !important;
}

/* ===== Dairy Services Section ===== */
.dairy-services {
  background-color: #4b2e14; /* Deep brown */
  position: relative;
  overflow: hidden;
}

.dairy-services h6 {
  letter-spacing: 2px;
  color: #f4b223;
}

.dairy-services h2 {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
}

/* ===== Service Cards ===== */
.service-card {
  background-color: #5b3a1a;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.25);
}

/* ===== Images ===== */
.service-image img {
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.4s ease;
}

.service-image img:hover {
  transform: scale(1.05);
}

/* ===== Responsive ===== */
@media (max-width: 767px) {
  .service-card {
    margin-bottom: 30px;
  }
}
.nu-main-content p{
    color:#fff;
    font-size:14px;
}

.about-content p{
    color:#000 !important;
}

.about-section .btn-read a{
    color:#000;
}

.faq-area {
    position: relative;
    background: url('/wp-content/uploads/background/faqs-bg-image.jpg') no-repeat center center/cover;
    color: #fff;
    padding: 100px 0 70px;
    overflow: hidden;
    background-attachment: scroll;
}

.faq-area::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(270deg, #39251A 0.12%, rgba(57, 37, 26, 0.77) 51.29%, rgba(57, 37, 26, 0.00) 90.61%);
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* Ensures all content stays above overlay */
.faq-area .container {
    position: relative;
    z-index: 2;
}

/* Card Styling */
.faq-area .card {
    border: none;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 6px 15px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.faq-area .card:hover {
    transform: translateY(-3px);
    box-shadow: 0px 8px 20px rgba(0,0,0,0.1);
}

/* Card Header */
.faq-area .card-header {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 1rem 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    position: relative;
}

/* Title */
.faq-area h5 {
    font-size: 15px;
    font-weight: 600;
    color: #222;
    margin: 0;
    transition: color 0.3s ease;
}

/* Toggle Icon */
.faq-toggle-icon {
    color: #f0ad00;
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    transition: transform 0.3s ease, color 0.3s ease;
}

.faq-toggle-icon:hover {
    color: #ffb300;
}

.faq-area .card-header[aria-expanded="true"] .faq-toggle-icon {
    transform: rotate(180deg);
}

/* Body */
.faq-area .card-body {
    background: #fff;
    padding: 1.2rem 1.5rem;
    border-radius: 0 0 10px 10px;
}

.faq-content p {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Smooth open/close animation */
.collapse {
    transition: all 0.4s ease-in-out;
}

/* Responsive Alignment */
@media (min-width: 992px) {
    .faq-area .row.justify-content-end {
        justify-content: flex-end;
    }

    .faq-area .col-lg-6 {
        margin-left: auto;
    }
}

@media (max-width: 991px) {
    .faq-area {
        padding: 70px 0 50px;
    }

    .faq-area h5 {
        font-size: 16px;
    }

    .faq-area .card-body {
        padding: 1rem;
    }
}

/* Optional: subtle animation on scroll (if using AOS or custom fade-up) */
.faq-area .card {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease forwards;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* === Milkzen Blog Section (Bootstrap-compatible) === */
.milkzen-blog-section {
  background-color: #fff3d9;
  padding:40px 0;
  font-family: 'Inter', sans-serif;
}

.milkzen-header .milkzen-subtitle {
  color: #b48b00;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.milkzen-header .milkzen-title {
  font-weight: 700;
  font-size: 2.2rem;
  color: #2b1d0e;
  line-height: 1.3;
}

.milkzen-btn {
  background-color: #ffd800;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin-top: 15px;
}

.milkzen-btn:hover {
  background-color: #ffcb05;
  color: #000;
}

.milkzen-btn .arrow {
  margin-left: 6px;
  font-weight: bold;
}

/* Blog Card */
.milkzen-blog-card {
  background-color: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.milkzen-blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.milkzen-blog-image img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
}

.milkzen-blog-content {
  padding: 18px 20px 25px;
}

.milkzen-blog-title {
  font-size: 1rem;
  font-weight: 600;
  color: #2b1d0e;
  line-height: 1.4;
}

.milkzen-blog-title a {
  color: inherit;
  text-decoration: none;
}

.milkzen-blog-title a:hover {
  color: #b48b00;
}

/* Read More link */
.milkzen-readmore {
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none;
  color: #2b1d0e;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s ease;
}

.milkzen-readmore:hover {
  color: #b48b00;
}

.milkzen-readmore .arrow {
  margin-left: 6px;
}

/* Responsive tweak */
@media (max-width: 767px) {
  .milkzen-header .milkzen-title {
    font-size: 1.8rem;
  }
}

.why-choose-us {
    position: relative;
    background: url('/wp-content/uploads/background/testimonials-bg.jpg') no-repeat center center/cover;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
}

.why-choose-us .overlay {
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(57, 37, 26, 0.8); 
    z-index: 1;
}

.why-choose-us .content-wrapper {
    position: relative;
    z-index: 2;
}

.why-choose-us .section-title h4 {
    font-size: 2rem;
    font-weight: 700;
    color: #ffd800; /* Milkzen yellow accent */
    margin-bottom: 10px;
}

.why-choose-us .section-title .subtitle {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    margin: 0;
    line-height: 1.4;
}

.why-choose-us .rt-testimonial {
    /* optional: add spacing around testimonial slider */
    margin-top: 30px;
}


.btn-primary{
    background:#ffd800 !important;
    border-color:#ffd800 !important;
    color:#000;
}
/* Top Header */
.top-header {
    background-color: #fff3d9; /* light grey background */
    font-family: Arial, sans-serif;
}

/* Social Icons Container */
.social-icons {
    display: flex;
    justify-content: center; /* center on mobile */
    justify-content: flex-end; /* right on desktop */
    gap: 10px; 
}


.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background-color: #4b2e14;
    color: #fff;
    font-size: 16px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    transform: translateY(-3px) scale(1.1);
    color: #fff;
}

/* Individual Social Colors */
.social-link.facebook:hover {
    background-color: #3b5998;
}

.social-link.twitter:hover {
    background-color: #1da1f2;
}

.social-link.instagram:hover {
    background-color: #e1306c;
}

/* Responsive adjustment */
@media (max-width: 767.98px) {
    .social-icons {
        justify-content: center;
    }
    .social-link {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    .top-header{
        display:none !important;
    }
    
    .about-section .btn-read{
        margin-bottom:10px !important;
    }
    .about-section{
        padding:20px 0;
    }
}

.author-bio .author-designation{
    color:#fff;
}

.author-bio .item-company{
    color:#fff;
    font-size:12px;
}

.author-bio  .author-location{
    color:#fff;
}

.author-name{
    color:#ffd800;
}