/********** Template CSS **********/
:root {
    --primary: #007bff;
    --secondary: #9B9B9B;
    --light: #F5F5F5;
    --dark: #161616;
}

body {
    overflow-x: hidden;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}


.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar.sticky-top {
    flex-direction: row;
    top: -100px;
    transition: .5s;
    /* flex-flow: nowrap; */
}

.navbar .navbar-brand {
    height: 75px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 15px 0;
    color: var(--dark);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
    border-bottom: 2px solid #007bff;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .btn:hover {
    color: #FFFFFF !important;
    background: var(--primary) !important;
}


/*** Header ***/
.header-carousel .carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -10rem;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(22, 22, 22, .4);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    width: 99%;
    height: 45px;
    bottom: 30px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.header-carousel .owl-dots {
    position: absolute;
    height: 45px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 15px;
    transition: .5s;
}

.header-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    top: 4px;
    left: 4px;
    background: #FFFFFF;
    border-radius: 5px;
}

.header-carousel .owl-dot.active {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(22, 22, 22, .7), rgba(22, 22, 22, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.service-header {
    background: linear-gradient(rgba(22, 22, 22, .7), rgba(22, 22, 22, .7)), url(../img/Serviceimages/substa.jpg) center center no-repeat;
    background-size: cover;
}

.industries-header {
    background: linear-gradient(rgba(22, 22, 22, .7), rgba(22, 22, 22, .7)), url(../img/indbanner.jpg) center center no-repeat;
    background-size: cover;
}

.contact-header {
    background: linear-gradient(rgba(22, 22, 22, .7), rgba(22, 22, 22, .7)), url(../img/conbanner5.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text {
        padding-right: calc(((100% - 960px) / 4) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text {
        padding-right: calc(((100% - 1140px) / 4) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text {
        padding-right: calc(((100% - 1320px) / 4) + .75rem);
    }
}


/*** Service ***/
.service-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-item {
    border-color: rgba(0, 0, 0, .03) !important;
}

.service-item .btn {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 38px;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-inner {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.portfolio-inner img {
    transition: .5s;
}

.portfolio-inner:hover img {
    transform: scale(1.1);
}

.portfolio-inner .portfolio-text {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -50px;
    opacity: 0;
    transition: .5s;
}

.portfolio-inner:hover .portfolio-text {
    bottom: 0;
    opacity: 1;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}

.team-item .team-social {
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(22, 22, 22, .7);
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
}

.team-item .team-social .btn {
    opacity: 0;
}

.team-item:hover .team-social .btn {
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    border-radius: 60px;
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    box-shadow: none;
}


/* added styles */
.topbar-icons a:hover {
    background-color: #007bff !important;
    color: #fff !important;
}

.owl-carousel {
    height: 500px;
}

.owl-carousel .owl-stage-outer {
    height: 100%;
}



.services .container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Typography */
.services h2 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
}

.services-description {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem;
    font-size: 1.1rem;
}

/* Services Grid */
.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

/* Service Card */
.service-card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.service-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-body {
    padding: 1.5rem;
}

/* Icon Container */
.icon-container {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.icon-container i {
    margin-right: 1rem;
    color: #3498db;
}

.icon-container h5 {
    font-size: 1.3rem;
    /* color: #2c3e50; */
}

/* Card Content */
.card-body p,
.card-body ul {
    margin-bottom: 1rem;
}

.card-body ul {
    padding-left: 1.5rem;
}

/* Know More Button */
.know-more-btn {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 1rem;
    background-color: #3498db;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.know-more-btn:hover {
    background-color: #2980b9;
}

.know-more-btn i {
    margin-left: 0.5rem;
}

/* Responsive Design */
@media (min-width: 320px) and (max-width: 460px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    .gradient-text {
        width: 150px !important;
        color: #0D71BB;
        font-size: 0.75rem !important;
        text-wrap: auto !important;
        margin-top: 8px !important;
    }

    .main-logo {
        width: 50px;
        height: 50px;
    }
}



@media (min-width: 460px) and (max-width: 768px) {
    .services-grid {
        grid-template-columns: 1fr;
    }

    h2 {
        font-size: 2rem;
    }

    .services-description {
        font-size: 1rem;
    }
    
.gradient-text {
    width: 290px;
    color: #0D71BB;
    font-size: 10px !important;
    /* text-wrap: auto !important; */
    /* height: 100% !important; */
    margin-top: 8px !important;
}

.main-logo {
    width: 50px;
    height: 50px;
}

}
/* Accessibility */
.know-more-btn:focus {
    outline: 2px solid #3498db;
    outline-offset: 2px;
}

/* Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-card {
    animation: fadeIn 0.5s ease-out forwards;
}

.service-card:nth-child(1) {
    animation-delay: 0.1s;
}

.service-card:nth-child(2) {
    animation-delay: 0.2s;
}

.service-card:nth-child(3) {
    animation-delay: 0.3s;
}

.service-card:nth-child(4) {
    animation-delay: 0.4s;
}

.service-card:nth-child(5) {
    animation-delay: 0.5s;
}

.service-card:nth-child(6) {
    animation-delay: 0.6s;
}

.why-choose-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-choose-card .icon-container {
    border-radius: 50%;
    padding: 10px;
    margin-bottom: 15px;
}

.why-choose-card-content h5 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
}

/* .why-choose-card-content p {
    font-size: 1rem;
    color: #007bff;
} */
.why-choose-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.why-choose-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.why-choose-card .btn-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background-color: #f8f9fa;
    border-radius: 50%;
    margin: 0 auto;
}

.why-choose-card h4 {
    font-size: 1.2rem;
    color: #333;
    font-weight: 600;
    margin-top: 15px;
}

/* .why-choose-card p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 20px;
} */

.why-choose-card .btn {
    background-color: #007bff;
    color: #fff;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.why-choose-card .btn:hover {
    background-color: #0056b3;
}

.industries-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.industries-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.industries-card .btn-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #f8f9fa;
    border-radius: 50%;
}

.industries-card .icon-heading {
    display: flex;
    align-items: center;
}

.industries-card .icon-heading h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0;
}

.industries-card p {
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.industries-card .btn {
    background-color: #007bff;
    color: #fff;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.industries-card .btn:hover {
    background-color: #0056b3;
}

.industries {
    position: relative;
    overflow: hidden;
}

.industries::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 61%);
    z-index: 1;
}

.industries>* {
    position: relative;
    z-index: 2;
}

.gradient-text {
    color: #0D71BB;
    font-size: 1.2rem;
    text-wrap: auto;
}

.volt {
    color: #0D71BB;
}

.amp {
    color: #9B9B9B;
}

.footer-logo img {
    width: 100px;
    margin-top: -13px;

}


.why-choose-card2 {
    font-size: 20px !important;
}

.why-choose-card-content2 {
    font-size: 20px !important;
}

/* .service-item p {
  display: -webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
  overflow: hidden;
} */
.address-head {
    color: #0970C0;
}

.address-card {
    background: #063060;
}

.para {
    color: #4B4B4B;
    font-size: 16px;
}

.service-item2 img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.footer a {
    text-decoration: none !important;
    color: #9b9b9b;
}

@media screen and (max-width: 1024px) {}

.footer-industries-We-served {

    margin-left: 55px !important;

}
/* Keyframes for the heartbeat animation */
@keyframes heartbeat {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.footer-contact {
    position: fixed;   /* Fixed position */
    bottom: 20px;      /* Position 20px above the bottom */
    right: 20px;       /* Position 20px from the right edge */
    z-index: 9999;     /* Ensure it stays on top of other content */
}

.footer-whatsapp, .footer-phone {
    margin: 5px 0;     /* Space between the two buttons */
}

.footer-whatsapp img, .footer-phone img {
    width: 50px;       /* Adjust size as needed */
    height: 50px;      /* Adjust size as needed */
    animation: heartbeat 1.5s infinite; /* Apply heartbeat animation */
}

/* Optional: Add a slight delay to the phone icon animation */
.footer-phone img {
    animation-delay: 0.3s;
}

.address-container {
    max-width: 600px;
    margin: 20px auto;
    line-height: 1.6;
}

.address-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}

.address-icon {
    font-size: 1.2rem;
    margin-right: 15px;
    margin-top: 3px;
}

.address-text {
    flex: 1;
}

.address-text p {
    margin: 0;
}

@media (max-width: 992px){
    .header-carousel .carousel-inner{
        top: 0 !important;
    }
}





/*27.11 top bar and header responsive*/
/* 1024px Specific Fixes */
@media (min-width: 992px) and (max-width: 1199.98px) {
    /* Topbar Fixes */
    .container-fluid.bg-dark.px-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    
    .bg-dark .col-lg-6.text-start {
        text-align: left !important;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    
    .bg-dark .col-lg-6.text-end {
        text-align: right !important;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    
    .bg-dark .h-100.d-inline-flex {
        margin-right: 20px !important;
        margin-bottom: 0 !important;
    }
    
    .bg-dark .h-100.d-inline-flex:last-child {
        margin-right: 0 !important;
    }
    
    .topbar-icons {
        display: flex !important;
        justify-content: flex-end;
    }
    
    /* Navbar Fixes */
    .navbar-brand {
        display: flex;
        align-items: center;
        flex-shrink: 0;
    }
    
    .navbar-brand h5 {
        font-size: 0.85rem !important;
        white-space: normal;
        line-height: 1.2;
        margin-bottom: 0;
    }
    
    .main-logo {
        height: 70px !important;
        width: 90px !important;
        flex-shrink: 0;
    }
    
    .navbar-nav .nav-link {
        margin-right: 20px !important;
        padding: 15px 5px !important;
        font-size: 0.9rem;
        white-space: nowrap;
    }
    
    .navbar-nav .nav-link:last-child {
        margin-right: 0 !important;
    }
    
    /* Ensure navbar doesn't break */
    .navbar-collapse {
        flex-basis: auto;
        flex-grow: 0;
    }
    
    .navbar-nav {
        flex-wrap: nowrap;
    }
}

/* Additional fixes for medium-large screens */
@media (min-width: 768px) and (max-width: 1199.98px) {
    /* Prevent topbar overflow */
    .container-fluid.bg-dark.px-5 .row {
        flex-wrap: nowrap;
        justify-content: space-between;
    }
    
    .bg-dark .col-lg-6 {
        flex: 0 1 auto;
        max-width: none;
    }
    
    .bg-dark .col-lg-6.text-start {
        flex: 1;
    }
    
    .bg-dark .col-lg-6.text-end {
        flex: 0 0 auto;
    }
    
    /* Navbar spacing */
    .navbar .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* Specific fix for exactly 1024px */
@media (min-width: 1024px) and (max-width: 1024px) {
    .navbar-brand h5 {
        font-size: 0.8rem !important;
    }
    
    .navbar-nav .nav-link {
        margin-right: 15px !important;
        font-size: 0.85rem;
    }
    
    .bg-dark .h-100.d-inline-flex {
        margin-right: 15px !important;
    }
    
    .bg-dark small {
        font-size: 0.85rem;
    }
}

/* Ensure proper alignment on all medium-large screens */
@media (max-width: 1199.98px) and (min-width: 768px) {
    /* Topbar alignment */
    .bg-dark .row.gx-4 {
        align-items: center;
        margin: 0 -10px;
    }
    
    .bg-dark .col-lg-6 {
        padding: 0 10px;
    }
    
    /* Navbar item spacing */
    .navbar-nav.ms-auto {
        margin-left: auto !important;
    }
    
    .navbar-nav .nav-item {
        margin: 0 2px;
    }
}

/* Fix for tablet landscape orientation */
@media (min-width: 992px) and (max-width: 1199.98px) and (orientation: landscape) {
    .navbar-brand h5 {
        font-size: 0.75rem !important;
    }
    
    .main-logo {
        height: 60px !important;
        width: 80px !important;
    }
}


@media (min-width: 1200px) and (max-width: 1900px){
    .navbar-brand h5 {
        font-size: 1.1rem !important;
    }
    
    .main-logo {
        height: 60px !important;
        width: 80px !important;
    }
    
}
}

