    @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
    
    body {
            font-family: "Nunito Sans", serif;
        }
        p{
            text-align:justify;
        }
        .btn1{
            background: #000;
    border: navajowhite;
    padding: 10px;
    border-radius: 9px;
    color: #fff;
        }
        .btn1:hover{
            color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
        }
.btn-form {
    background: #000;
    color: #fff;
    border: navajowhite;
    padding: 10px;
    border-radius: 10px;
}

        .carousel-caption {
    position: absolute;
    top: 35%;
    /* right: 15%; */
    bottom: 1.25rem;
    left: 10%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}
.carousel-caption h1{
    text-align:left;
    font-size:45px;
    font-weight: 900;
    color:#9e0e04;
    text-transform:uppercase;
}
.carousel-caption p{
    font-size:27px;
    color:#000;
}
        .logo-img{
            width:60%;
        }
        .navbar {
    background-color: #fff;
     z-index: 9000; 
    position: fixed;
    width: 100%;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

        .navbar-nav .nav-item .nav-link {
    position: relative;
    font-weight: bold;
    color: #333;
    padding: 0px 12px;
    display: inline-block;
}

.navbar-nav .nav-item .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background-color: #9e0e04;
    left: 50%;
    bottom: 0px;
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
    transform: translateX(-50%);
}
        .navbar-nav .nav-item .nav-link:hover::after,
        .navbar-nav .nav-item .nav-link.active::after {
            width: 100%;
        }
        
        .dropdown .active {
    border-bottom: 3px solid #9e0e04 !important;
    height: auto; /* reset the height if needed */
    background-color: transparent !important; /* remove background */
    bottom: 0;
}

        @media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
         padding-right:0px; 
         padding-left: 0px; 
    }
    .nav-item{
        margin-right: 20px;
    }
}
      
        .navbar-nav .nav-item .dropdown-toggle::after{
            display:none;
        }
        .fa-angle-down{
            padding-bottom: 15%;
        }
        
        /* Initially hide the dropdown menu */
.nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s;
}

/* Show dropdown smoothly on hover */
.nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

        .floating-widget {
        position: fixed;
        z-index:9;
        bottom: 20%;
        right: 20px;
        background: white;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
        
    }
    .floating-widget.visible {
        opacity: 1;
        visibility: visible;
    }
    
    .floating-widget.hide {
  opacity: 0;
  visibility: hidden;
}

    
    .close-widget {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 20px;
  color: #000;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}

.close-widget:hover {
  color: red;
}
        .contact-btn {
            margin-top: 10px;
            background-color: #007bff;
            color: white;
            padding: 8px 12px;
            border-radius: 5px;
            display: inline-block;
            text-decoration: none;
        }
        
        
::before,
::after {
  position: absolute;
  content: "";
}
.fa-globe{
    font-size:70px;
}
.fa-globe:after{
    position:unset !important;
    
}
.fa-globe:before{
    position:unset !important;
    
}
.about-right h4 {
    font-size: 20px;
    font-weight: 600;
    
    color: #3498db;
    
    display: inline-block;
    position: relative;
    border-radius: 0 10px 10px 0;
    width: fit-content;
}




.overlap-right h4 {
    font-size: 20px;
    font-weight: 600;
    
    
    width: max-content;
    background-color: #3498db;
    color: white;
    padding: 5px 13px;
    display: inline-block;
    position: relative;
    border-radius: 0 10px 10px 0;
}

.overlap-right h4::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px; /* Adjust for proper arrow placement */
    transform: translateY(-50%);
    border-right: 10px solid #3498db; /* Arrow color same as background */
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}


.blog-title{
     font-size: 20px;
    font-weight: 600;
    
    
    width: max-content;
    background-color: #3498db;
    color: white;
    padding: 5px 13px;
    display: inline-block;
    position: relative;
    border-radius: 0 10px 10px 0;
}


.blog-title::before {
    content: "";
    position: absolute;
    top: 50% !important;
    left: -10px; /* Adjust for proper arrow placement */
    transform: translateY(-50%)!important;
    border-right: 10px solid #3498db !important; /* Arrow color same as background */
    border-top: 10px solid transparent !important;
    border-bottom: 10px solid transparent !important;
}

        .about-right h3{
            color:#9e0e04;
            font-weight:900;
        }
        
        .overlap-right h3{
            color:#9e0e04;
            font-weight:900;
        }
        :active, :hover, :focus {
  outline: 0!important;
  outline-offset: 0;
}

        .btn {
  position: relative;
  display: inline-block;
  width: auto; height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  /*margin: 0px 25px 15px;*/
  min-width: 150px;
}
  .btn span {         
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    top: 0; left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: 0.3s;
  }
  .btn:hover{
      outline:none !important;
  }
  
  .btn-1{
      border: 1px solid rgb(28, 31, 30);
      padding:0 !important;
      width:fit-content;
  }

/*--- btn-1 ---*/
.btn-1::before {
  background-color: rgb(28, 31, 30);
  transition: 0.3s ease-out;
}
.btn-1 span {
  color: rgb(255,255,255);
  border: 1px solid rgb(28, 31, 30);
  border-radius:0.375rem;
  transition: 0.2s 0.1s;
}
.btn-1 span:hover {
  color: rgb(28, 31, 30);
  transition: 0.2s 0.1s;
}

/* 4. hover-filled-slide-right */
.btn.hover-filled-slide-right::before {
  top:0; bottom: 0; right: 0;
  height: 100%; width: 100%;
}
.btn.hover-filled-slide-right:hover::before {
  width: 0%;
}
        
        .exp-box{
            background:#9e0e04;
        }
        .exp-box .div{
            justify-content: space-evenly;
        }
        .exp-box p{
            margin-bottom:0;
        }
        
        
         .hero-section {
            background: url('your-background-image.jpg') no-repeat center center/cover;
            position: relative;
            padding: 50px 0;
            color: white;
        }
        .overlay {
            position: absolute;
            z-index:-1;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /*background: rgba(139, 69, 19, 0.9); */
        }
        .content {
            position: relative;
            z-index: 2;
            padding: 20px;
        }
        
        
        
        
        
               .top-section {
            background-color: #f0eeed; /* Light blue */
            height: 90vh;
            position: relative;
        }
        .bottom-section {
            background-color: #9e0e04; /* Black */
            height: 75px;
            position: relative;
        }
       .bottom-section p {
    /* margin-left: 25%; */
    color: #fff;
    font-size: 43px;
    margin-bottom: 0;
    font-weight: 900;
}
        .overlap-section {
            position: absolute;
            /*top: 50%;*/
            left: 50%;
            transform: translate(-50%, -100%);
            width: 80%;
            
            display: flex;
            z-index: 10;
        }
        .overlap-left, .overlap-right {
            padding: 20px;
        }
        .overlap-left {
            width: 40%;
        }
        .overlap-left img {
            width: 100%;
            height: auto;
            border-radius: 8px;
        }
        .overlap-right {
            width: 60%;
            display: flex;
            flex-direction: column;
            /*justify-content: center;*/
        }
        .overlap-right img{
            width:30%;
        }
        .overlap-right h2 {
            margin-bottom: 10px;
        }
        .overlap-right p {
            color: #555; /* Optional for a softer text color */
        }
        
        
.blog-section {
    padding: 60px 0;
    text-align: center;
}

.blog-title {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.blog-subtitle {
   color: #9e0e04;
    font-weight: 900 !important;
}

/* Card Styling */
.blog-card {
    background: #fff;
    /*border-radius: 10px;*/
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    padding-bottom: 15px;
     background:
    linear-gradient(to right, #9e0e04 4px, transparent 4px) 0 0,
    linear-gradient(to right, #9e0e04 4px, transparent 4px) 0 100%,
    linear-gradient(to left, #9e0e04 4px, transparent 4px) 100% 0,
    linear-gradient(to left, #9e0e04 4px, transparent 4px) 100% 100%,
    linear-gradient(to bottom, #9e0e04 4px, transparent 4px) 0 0,
    linear-gradient(to bottom, #9e0e04 4px, transparent 4px) 100% 0,
    linear-gradient(to top, #9e0e04 4px, transparent 4px) 0 100%,
    linear-gradient(to top, #9e0e04 4px, transparent 4px) 100% 100%;

  background-repeat: no-repeat;
  background-size: 40px 40px;
}

/* Image inside card */
.blog-image img {
    width: 100%;
    border-bottom: 3px solid #9e0e04;
}







/* Styling for text */
.blog-content {
    text-align: left;
}

.blog-date {
    font-size: 12px;
    color: #888;
}

.blog-heading {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-top: 5px;
}

.blog-text {
    font-size: 14px;
    color: #666;
}

.read-more {
    background: #9e0e04;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
}

.read-more:hover {
    
    border: 1px solid #9e0e04;
}

.content p{
    color:#000;
    margin-bottom:0;
}
.content h3{
    color: #9e0e04;
    font-weight: 900 !important;
}

.content h4 {
    font-size: 20px;
    font-weight: 600;
   
    color: #3498db;
    
    display: inline-block;
    position: relative;
    border-radius: 0 10px 10px 0;
}


.business-bg{
    background:#f0eeed;
}
.business-icon{
    width: 100px;
    height: 100px;
}
.business h4 {
    font-size: 20px;
    font-weight: 600;
   
    color: #3498db;
    
    display: inline-block;
    position: relative;
    border-radius: 0 10px 10px 0;
}



.business h3{
    color: #9e0e04;
    font-weight: 900 !important;
}
.business-right .right-img img{
    width:80%;
}

        
  .business-titles{
      border-right:1px solid #d9d9d9;
  }  
  
  .blog-left-layout .subheading {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: smaller;
  color: #455A64;
}
.blog-listing-title{
    font-weight:800;
}
.blog-content{
    padding:2%;
}
.blog-content h5{
    font-weight:800;
    
}
.blog-content a{
    transition: 1s ease-out;
}
.blog-read i{
    padding-top:5px;
}
.blog-read a:hover{
    color:#000;
    letter-spacing:2px;
}
.blog-left-layout img{
    border-radius:20px;
}

.blog-left-layout .blog-content p{
    text-align:justify;
}

.aside h4{
    font-weight: 800;
}
.related-blog img{
    height: 100px;
    object-fit: cover;
}
.related-heading{
    display: flex
;
    justify-content: center;
    align-items: center;
}
.related-heading p{
    font-weight:600;
}
        
        
        footer {
    background: #222;
    color: #fff;
    /*padding: 30px 0;*/
}

.section-header {
  margin-bottom: 15px;
  text-align: center;
}

.section-header h2 {
  margin: 0 auto;
    
    font-weight: bold;
    /* font-size: 3em; */
    margin-bottom: 20px;
    display: flex
;
    width: fit-content;
    padding: 10px;
}

.section-header p {
  
}

.contact-info {
  width: 50%;
}

.contact-info-item {
  display: flex;
  margin-bottom: 30px;
}

.contact-info-icon {
  height: 70px;
  width: 70px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
}

.contact-info-icon i {
  font-size: 30px;
  line-height: 70px;
}

.contact-info-content {
  margin-left: 20px;
}

.contact-info-content h4 {
  color: #1da9c0;
  font-size: 1.4em;
  margin-bottom: 5px;
}

.contact-info-content p {
  
  font-size: 1em;
}

.contact-form {
  background-color: #fff;
  padding: 40px;
  width: 45%;
  padding-bottom: 20px;
  padding-top: 20px;
}

.contact-form h2 {
  font-weight: bold;
  font-size: 2em;
  margin-bottom: 10px;
  color: #333;
}

.contact-form .input-box {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.contact-form .input-box input,
.contact-form .input-box textarea{
  width: 100%;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  border: none;
  border-bottom: 2px solid #333;
  outline: none;
  resize: none;
}

.contact-form .input-box span {
  position: absolute;
  left: 0;
  padding: 5px 0;
  font-size: 16px;
  margin: 10px 0;
  pointer-events: none;
  transition: 0.5s;
  color: #666;
}

.contact-form .input-box input:focus ~ span,
.contact-form .input-box textarea:focus ~ span{
  color: #e91e63;
  font-size: 12px;
  transform: translateY(-20px);
}

.contact-form .input-box input[type="submit"]
{
  width: 100%;
  background: #00bcd4;
  color: #FFF;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
  border: 1px solid #00bcd4;
  transition: 0.5s;
}

.contact-form .input-box input[type="submit"]:hover
{
  background: #FFF;
  color: #00bcd4;
}
.contact-layer{
    display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.contact-heading{
    
}
.contact-heading {
            position: relative;
           
            padding: 20px;
            background: #007bff;
            color: white;
            border-radius: 5px;
            font-size: 16px;
            line-height: 1.5;
            box-sizing: border-box;
        }

        /* Left Arrow */
        .contact-heading::before {
            content: "";
            position: absolute;
            left: -20px; /* Adjust the distance from the box */
            top: 50%;
            transform: translateY(-50%);
            border-top: 15px solid transparent;
            border-bottom: 15px solid transparent;
            border-right: 20px solid #007bff; /* Same color as the box */
        }
@media (max-width: 991px) {
/*    .businessDropdown{*/
/*    transform: translateY(-5px);*/
/*}*/
    .nav-item .dropdown-menu {
    display: block;
    opacity: 0;
    position: relative;
    z-index: 9000;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, visibility 0.3s;
}
    .navbar-nav .nav-item .nav-link {
    position: relative;
    font-weight: bold;
    color: #333;
    padding: 10px 15px;
}
    .dropdown {
    height: 40px;
}
    .fa-angle-down{
            padding-bottom: 3%;
        }
    .bottom-section{
        height: 40px;
    }
    .bottom-section p {
    /* margin-left: 25%; */
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 900;
}
.carousel {
    position: relative;
    top: 80px !important;
}
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .row {
    flex-direction: column;
  }
  
  .contact-info {
    margin-bottom: 40px;
    width: 100%;
  }
  
  .contact-form {
    width: 100%;
  }
}

/*.footer-container {*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*    max-width: 1200px;*/
/*    margin: auto;*/
/*    flex-wrap: wrap;*/
/*}*/

.footer-logo img {
    width: 39%;
}

.footer-logo h2 {
    margin-bottom: 10px;
}

.footer-logo p {
    font-size: 14px;
    line-height: 1.5;
}
.footer-links{
    width: 20%;
    margin: 0 auto;
}
.footer-links, .footer-privacy {
    /*width: 20%;*/
}

.footer-links h3, .footer-privacy h3, .footer-contact h3 {
    margin-bottom: 10px;
}

.footer-links ul, .footer-privacy ul {
    list-style: none;
    padding: 0;
}

.footer-links ul li, .footer-privacy ul li {
    margin-bottom: 8px;
}

.footer-links ul li a, .footer-privacy ul li a {
    color: #fff;
    text-decoration: none;
}

.footer-contact {
    width: 25%;
}

.footer-contact input {
    width: 80%;
    padding: 8px;
    border: none;
    border-radius: 4px;
    margin-bottom: 10px;
}

.footer-contact button {
    background: #f4a261;
    color: white;
    padding: 8px 15px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.footer-contact button:hover {
    background: #e76f51;
}

.social-icons {
    margin-top: 10px;
}

.social-icons a {
    color: white;
    font-size: 20px;
    margin-right: 10% ;
    text-decoration: none;
}

.footer-bottom {
    text-align: center;
    padding: 7px 0;
    background: #111;
    margin-top: 20px;
}

.footer-bottom p{
    margin-bottom:0;
}






  .bread-crumbs {
    /*background: brown;*/
    background:url('../img/Inner Banner.webp');;
     background-size: cover; 
    padding: 20px 0;
    text-align: center;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: end;
}

.breadcrumb-item+.breadcrumb-item::before{
    content:" " !important;
}
.breadcrumb {
  display: inline-flex;
  background: rgba(255, 255, 255, 0.7); /* Slight transparency for readability */
  padding: 10px 20px;
  border-radius: 5px;
}

.breadcrumb a {
  text-decoration: none;
  color: #007bff;
  font-weight: bold;
}

.breadcrumb-item.active {
  color: #495057;
}


.mission-vision h2{
    color: #9e0e04;
    font-weight: 900;
}
.mission h4, .vision h4{
    font-weight:900;
}
.mv-img img{
    height:400px;
    object-fit:cover
}
 .mission {
            position: relative;
           height:200px;
            padding: 20px;
            background: #f0eeed;
            /*color: white;*/
            border-radius: 5px;
            font-size: 16px;
            line-height: 1.5;
            box-sizing: border-box;
        }

        /* Left Arrow */
        /*.mission::before {*/
        /*    content: "";*/
        /*    position: absolute;*/
            /*left: -20px;*/
        /*    top: 50%;*/
        /*    transform: translateY(-50%);*/
        /*    border-top: 15px solid transparent;*/
        /*    border-bottom: 15px solid transparent;*/
          /*  border-right: 20px solid #f0eeed;  Same color as the box */
        /*}*/
        
         /* Box with Right Arrow */
        .vision {
            position: relative;
            width: 100%;
            padding: 20px;
            background: #f0eeed;
          height:200px;
            border-radius: 5px;
            font-size: 16px;
            line-height: 1.5;
            box-sizing: border-box;
        }

        /*.vision::after {*/
        /*    content: "";*/
        /*    position: absolute;*/
        /*    right: -20px;*/
        /*    top: 50%;*/
        /*    transform: translateY(-50%);*/
        /*    border-top: 15px solid transparent;*/
        /*    border-bottom: 15px solid transparent;*/
        /*    border-left: 20px solid #f0eeed;*/
        /*}*/


.service-page h3{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 57px;
}
.service-para{
    background: #f0eeed;
    padding: 2%;
    border-radius: 20px;
}

.service-outer{
    /*border-top: 1px solid #cfcfcf;*/
    border-bottom: 1px solid #cfcfcf;
}


   .market-container {
           
            margin: auto;
        }
        .market-item {
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 15px;
            border-radius: 5px;
            font-size: 18px;
            
            transition: all 0.3s ease-in-out;
            
        }
        .market-item:hover {
            transform: translateX(10px);
        }
        .arrow {
            display: inline-block;
            font-size: 60px;
            color:#9e0e04;
            font-weight: bold;
            transition: transform 0.3s ease-in-out;
            position:relative;
            bottom:10px;
        }
        .market-item:hover .arrow {
            transform: translateX(5px);
        }
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        text-align: center;
    }

    .footer-logo, .footer-links, .footer-privacy, .footer-contact {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-contact input {
        width: 100%;
    }
}
.product-features{
    background: #f0eeed;
    padding: 5%;
    border-radius: 20px;
    height:320px;
}
@media only screen and (min-width: 1500px) {
  .top-section {
            background-color: #f0eeed; /* Light blue */
            height: 75vh;
            position: relative;
        }
}

.about-page-img img{
    border-radius:20px;
}

.vision-img{
    position: relative;
    top: 50%;
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.3rem;
        font-weight: 700;
    }
}