/*
	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: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    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:#C07A35;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-weight: normal;
}

.section-title h4:before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color:#C07A35;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}

.section-title h4:after {
    position: absolute;
    background-color:#C07A35;
    content: "";
    width: 10px;
    height: 10px;
    bottom: -4px;
    left: 50%;
    margin-left: -5px;
    border-radius: 50%;
}

.single-service {
   
    padding: 10px 5px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

.single-service i.fa {
    width: 60px;
    height: 60px;
    background-color: #a9cf46;
    font-size: 25px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    margin-bottom: 20px;
}

.single-service i.fa {
    -webkit-transition: .4s;
    transition: .4s;
}

.single-service:hover i.fa {
    border-radius: 50%;
}

.single-service h4 {
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 500;
}

/* 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:#C07A35;
}

.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:#C07A35;
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
    text-align: center;
    font-weight: 600;
}

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

.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: 2.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;
}


.services-area {
    background: #f8f9fa;
}

.services-area .section-title h4 {
    color: #C07A35;
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 30px;
    position: relative;
}

.btn-primary{
    background:#C07A35 !important;
    border:2px solid #C07A35;
}

.single-service {
    background: #fff;
    margin-bottom: 30px;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.single-service:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.service-img {
    overflow: hidden;
    border-radius: 6px;
}

.service-thumb {
    height: 200px;
    object-fit: cover;
    border-radius: 6px;
    transition: transform 0.3s ease;
}

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

.single-service i {
    font-size: 2.5rem;
    color: #356A96;
    margin: 15px 0;
    display: block;
}

.single-service h4 {
    color: #356A96;
    font-size: 14px;
}

.single-service p {
    color: #96989A;
    line-height: 1.7;
    font-size: 0.95rem;
}

/* Custom Button Styling */
.services-area .btn-success {
    background-color: #356A96;
    border-color: #356A96;
    padding: 12px 35px;
    border-radius: 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.services-area .btn-success:hover {
    background-color: #2a547a;
    border-color: #2a547a;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(42, 84, 122, 0.3);
}

@media (max-width: 768px) {
    .services-area {
        padding: 60px 0 40px;
    }
    
    .sa_hover_container .textContainer p{
        display:none;
    }
    
   
    
    .carousel-title-overlay h3{
        display:none;
    }
  
  .headingtop p{
      font-size:10px !important;
      display:none;
  }
  
  .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;
    }
    
    .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;
}

.social-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin: 0 5px;
  border-radius: 50%;
  background: #9ED323;
  color: #333;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.social-icons a:hover {
  background: #007bff; 
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.why-box {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.why-box::before {
    content: "";
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #C07A35); 
    transition: top 0.4s ease-in-out;
    z-index: 0;
}


.why-box:hover::before {
    top: 0;
}


.why-box * {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease-in-out;
}


.why-box:hover h5,
.why-box:hover p,
.why-box:hover i {
    color: #fff !important;
}

/* Footer Styling */
.site-footer {
  background: #1c1c1c;
  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: #C07A35;
  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:#C07A35;
    color:#fff !important;
    border:2px solid #C07A35;
}

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

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

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

.custom-btn {
  background-color:#C07A35;
  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:#C07A35;
    border:2px solid #C07A35;
}

.why-choose-us{
    padding:60px 0;
}

.aboutus-container{
    padding-bottom:20px;
}

.custom-carousel-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    position: relative;
}


.carousel-title-overlay {
    position: absolute;
    bottom: 50%;           
    left: 50%;                
    transform: translateX(-50%);
    /*background: rgba(0, 0, 0, 0.5); */
    padding: 10px 20px;
    border-radius: 6px;
    text-align: center;
}

.carousel-title-overlay h3 {
    color: #fff;                 
    font-size: 45px;             
    margin: 0;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.9); 
}

.sa_hover_container .btn{
    display:none;
}

 #Slider_187_slide01 .sa_hover_container{
        width:100% !important;
    }