* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;

}

:root {
    /* --dark-blue: #015085;
    --blue: #005085; */
    /* --primary: #12979e; */
    /* --primary:#013274; */
    --primary: #044295;
    --text-gray: #4f4f4f;
    --secondary: #04baba;
}

html,
body {
    overflow-x: hidden !important;
}

.section {
    padding-left: 150px !important;
    padding-right: 150px !important;
}


/* btn-main start */
.btn-main {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 14px 18px;
    border: 1px solid #fff;
    background: var(--blue);
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-radius: 5px;
    z-index: 1;
    /* ✅ REQUIRED */
    transition: color .35s ease, border-color .35s ease;
}

/* icon */
.btn-main span i {
    color: #fff !important;
}

/* Base background */
.btn-main::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--primary);
    z-index: -1;
    /* stays inside button */
}

/* Hover slide layer */
.btn-main::after {
    content: "";
    position: absolute;
    inset: 0;
    background: black;
    transform: translateX(-100%);
    transition: transform .35s ease;
    z-index: -1;
}

/* Text always on top */
.btn-main span {
    position: relative;
    z-index: 2;
    color: white;

}

/* Hover */
.btn-main:hover::after {
    transform: translateX(0);
    /* left → right */
}

.btn-main:hover {
    color: #fff;
}

/* btn-main end */


/* btn-four start */

.btn-four {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 14px 18px;
    /* border: 1px solid #fff; */
    background: black;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-radius: 5px;
    z-index: 1;
    /* ✅ REQUIRED */
    transition: color .35s ease, border-color .35s ease;
}

/* icon */
.btn-four span i {
    color: white;
}

/* Base background */
.btn-four::before {
    content: "";
    position: absolute;
    inset: 0;
    background: black;
    z-index: -1;
    /* stays inside button */
}

/* Hover slide layer */
.btn-four::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--primary);
    transform: translateX(-100%);
    transition: transform .35s ease;
    z-index: -1;
}

/* Text always on top */
.btn-four span {
    position: relative;
    z-index: 2;
}

/* Hover */
.btn-four:hover::after {
    transform: translateX(0);
    /* left → right */
}

.btn-four:hover {
    color: #fff;
}

/* btn-four end */

/* btn-thir start */

.btn-thir {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 14px 18px;
    /* border: 1px solid #fff; */
    background: var(--primary);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-radius: 5px;
    z-index: 1;
    /* ✅ REQUIRED */
    transition: color .35s ease, border-color .35s ease;
}

/* icon */
.btn-thir span i {
    color: white;
}

/* Base background */
.btn-thir::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--primary);
    z-index: -1;
    /* stays inside button */
}

/* Hover slide layer */
.btn-thir::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--dark-blue);
    transform: translateX(-100%);
    transition: transform .35s ease;
    z-index: -1;
}

/* Text always on top */
.btn-thir span {
    position: relative;
    z-index: 2;
}

/* Hover */
.btn-thir:hover::after {
    transform: translateX(0);
    /* left → right */
}

.btn-thir:hover {
    color: #fff;
}

/* btn-thir end */

/* btn-sec start */

.btn-sec {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 14px 18px;
    /* border: 1px solid #fff; */
    background: black;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-radius: 5px;
    z-index: 1;
    /* ✅ REQUIRED */
    transition: color .35s ease, border-color .35s ease;
}

/* icon */
.btn-sec span i {
    color: white;
}

/* Base background */
.btn-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: black;
    z-index: -1;
    /* stays inside button */
}

/* Hover slide layer */
.btn-sec::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--blue);
    transform: translateX(-100%);
    transition: transform .35s ease;
    z-index: -1;
}

/* Text always on top */
.btn-sec span {
    position: relative;
    z-index: 2;
}

/* Hover */
.btn-sec:hover::after {
    transform: translateX(0);
    /* left → right */
}

.btn-sec:hover {
    color: #fff;
}


/* btn-sec end */

/* btn-thir start */
.btn-thir {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 10px 18px;
    border: 1px solid #1c94ce;
    background: #1c94ce;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-radius: 5px;
    z-index: 1;
    /* ✅ REQUIRED */
    transition: color .35s ease, border-color .35s ease;
    width: fit-content;
}

/* icon */
.btn-thir span i {
    color: white;
}

/* Base background */
.btn-thir::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--primary);
    z-index: -1;
    /* stays inside button */
}

/* Hover slide layer */
.btn-thir::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #3eb1e8;
    transform: translateX(-100%);
    transition: transform .35s ease;
    z-index: -1;
}

/* Text always on top */
.btn-thir span {
    position: relative;
    z-index: 2;
}

/* Hover */
.btn-thir:hover::after {
    transform: translateX(0);
    /* left → right */
}

.btn-thir:hover {
    color: #fff;
    border-color: #1c94ce;
}

/* btn-thir end */


.heading {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 49px;
    font-weight: 900;
    font-family: popins;
    color: black;
    margin-bottom: 20px;
}

.heading span {
    color: var(--primary);
}

.sub-head {
    font-size: 16px;
    color: var(--primary);
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
}

.sub-head::after {
    content: "";
    background-color: var(--red);
    height: 2px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 50%;

}

/* top-header start */
#top-header .left p a {
    color: black;
    transition: 0.5s;
}

#top-header .left a i {
    font-size: 12px;
    padding: 10px;
}



#top-header .left p span {
    color: black;
}

#top-header {
    background-color: white;
    padding: 7px 0 0;
}

#top-header .right .main-box .icon i {
    color: black;
    margin-right: 10px;
    font-size: 18px;

}

#top-header .right .main-box .content {
    margin-right: 10px;
}

#top-header .right .main-box .content p {
    color: black;
}

#top-header .right .main-box .soci-icon i {
    color: black;
    border-right: 1px solid #ffffff73;
    padding-right: 20px;
    padding-left: 5px;
    transition: 0.5s;
}

#top-header .right .main-box .soci-icon i:hover {
    color: var(--primary);
}

#top-header .left p a:hover {
    color: var(--primary);
}

/* top-header end */


/* header start */
.navbar-toggler:focus {
    box-shadow: none !important;
}

.navbar-toggler .fa-solid {
    color: white;
}

#header .carousel-control-next, .carousel-control-prev{
   width: 8% !important;
}
#header .nav-link {
    color: #ffffffe0;
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s;
}

#header .nav-link:hover {
    color: white;
}

#header .nav-link.active {
    color: white;
}

#header .nav-item {
    margin-right: 10px;
}

.dropdown-item {
    font-size: 17px !important;
    font-weight: 500 !important;
    color: black !important;
    transition: 0.5s;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: white !important;
    color: var(--red) !important;
}

#header {
    background-color: var(--primary);
}

/* Submenu position desktop */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

/* Desktop hover */
/* @media (min-width: 992px) {
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
} */



/* header end */

/* about-sec start */


#about-sec .left .heading {
    margin-bottom: 10px;
}

#about-sec .left h4 {
    margin-bottom: 14px;
    font-size: 20px;
}

#about-sec .left .point i {
    color: var(--primary);
}

#about-sec .left .point p {
    font-weight: 600;
    font-size: 18px;
}

#about-sec .right img {
    border-radius: 10px;
}

/* about-sec end */

/* services-sec start */

#services-sec {
    background-color: #eceff5;
}

#services-sec .content .icon i {
    font-size: 70px;
    color: #11589f;
}

#services-sec .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
    /* margin: 20px; */
    background-color: white;
    padding: 20px 0;
    ;
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 10px;

}

#services-sec .content::after {
    position: absolute;
    content: "";
    height: 0%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #0056b3;
    transition: 0.5s;
    z-index: -1;

}

#services-sec .content:hover::after {
    height: 100%;
}

#services-sec .content:hover p {
    color: white;
}

#services-sec .content:hover .icon i {
    color: white;
}

#services-sec .content p {
    font-size: 22px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}

#services-sec .content p small {
    font-size: 16px;
    font-weight: 500;
}

#services-sec .content .card-text {
    font-size: 16px;
    font-weight: normal;
    margin-top: 0;
}

#services-sec .main-box {
    display: flex;
    justify-content: space-between;

}

#services-sec .content.diff {
    background-color: red;
    color: white;
}

#services-sec .content.diff a {
    color: white;
}

/* services-sec end */

/*right-com start */
#right-com {
    background-color: #1577af;
}

#right-com .heading {
    color: white;
}

#right-com p {
    color: white;
}

#right-com h4 {
    color: white;
    margin-bottom: 20px;
}

#right-com .point p {
    font-size: 20px;
}

/*right-com end */

/* why-choose start */
#why-choose .left .point i {
    color: red;
}

/* #why-choose {
    background-color: #eceff5;

} */

#why-choose .left .point p {
    font-weight: 600;
    font-size: 18px;
}

#why-choose .trust-box {
    width: 100%;
    height: 100%;
    background-color: var(--primary);
    border-radius: 8px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

#why-choose .trust-icon {
    margin-bottom: 20px;
}

#why-choose .trust-icon i {
    font-size: 50px;
}

#why-choose .trust-text {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 500;
}

#why-choose .trust-text strong {
    font-size: 30px;
    font-weight: 700;
}


#why-choose .left {
    position: relative;
}


#why-choose .card {
    border-radius: 10px;
    overflow: hidden;
}

#why-choose .card-img-top {
    height: 200px;
    object-fit: cover;
}


#why-choose .why-card {
    border: none;
    border-radius: 12px;
    transition: 0.3s ease;
    height: 100%;


}

#why-choose .why-card:hover {
    box-shadow: 0 5px 20px rgb(116 135 167 / 97%);
}

#why-choose .why-card:hover {
    transform: translateY(-5px);
}

#why-choose .why-icon {
    font-size: 40px;
    color: var(--primary);
    margin-bottom: 15px;
}

#why-choose .why-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

#why-choose .card-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #006d77;
}

#why-choose .card-text {
    font-size: 1rem;
    color: #333;
}

#why-choose h2 {
    color: #006d77;
    font-weight: bold;
}

#why-choose p.lead {
    color: #444;
}

/* why-choose end */

/* about2 section start */
.counter-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 20px;
    /* background: #fff; */

}

.about2 .icon-box i {
    font-size: 70px;
    color: var(--secondary);
}

.counter-box {
    /* flex: 1 1 180px;
    max-width: 200px; */
    text-align: center;
    align-items: center;
    display: flex;

}

.counter-box .main-box {

    border-radius: 10px;
    padding: 30px 15px;
    margin: 0px 10px;
    position: relative;
}

.card-effect:hover {
    transform: translateY(-10px);
    transition: 0.5s;
}

.counter-box .main-box::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    z-index: -1;
    background-color: var(--blue);
    transition: 0.5s;
    border-radius: 10px;
}

.counter-box .main-box:hover .counter {
    color: black;
    transition: 0.5s ease;
}

.counter-box .main-box:hover .label {
    color: var(--primary);
}

.counter-box .main-box:hover::after {
    height: 100%;
}

.counter {
    font-size: 50px;
    font-weight: bold;
    color: black;
}

.label {
    font-size: 18px;
    color: black;
    font-weight: 600;
}


/* about2 section end */

/* our-pro section start */
#our-pro {
    background-color: #172c59;
}

.our-pro .sub-head {
    margin: auto;
    width: fit-content;
}


#our-pro .heading {
    color: white;
}

.our-pro .swiper {
    width: 100%;
    padding: 30px 0;
}

.our-pro .main-card {
    background: #fff;
    border: 1px solid #535050;
    border-radius: 0px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    border-radius: 10px;
}

.our-pro .main-card .icon-box {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0%;
    width: 100%;
    transition: 0.5s;
    opacity: 0;
    background: linear-gradient(#172c59b9, #d72026f6);
    padding: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    border-radius: 10px;
}

.our-pro .main-card .icon-box h4 {
    color: white;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 700;
}

.our-pro .main-card .icon-box p {
    color: white;
    font-size: 18px;
}

.our-pro .main-card:hover .icon-box {
    opacity: 1;
    height: 100%;
}

.our-pro .main-card .icon-box i {
    color: white;
    padding: 10px;
}


.our-pro .card-img {
    width: 100%;
    object-fit: cover;
    background-color: #95a3b517;
    border-radius: 10px;
}

.our-pro .main-card h5 {
    position: relative;
    color: black;
    margin-bottom: 20px;
}

.our-pro .main-card h5::after {
    content: "";
    background-color: var(--primary);
    position: absolute;
    left: 50%;
    bottom: -10px;
    height: 2px;
    width: 80px;
    text-align: center;
    margin: auto;
    transform: translateX(-50%);
}

/* Custom Swiper Buttons */
.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #ff00006e;
    /* aapke theme ka primary color */
    color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
    padding: 18px 14px;
}

/* testimonial start */
.testimonial-slider .main-box {
    padding: 30px;
}

.testimonial-slider .main-box .left {
    margin: auto;
    height: 100px;
    width: 100px;
}

.testimonial-slider .main-box .card-title span {
    color: red;
    font-size: 16px;
    font-weight: 500;
}

/* testimonial end */

/* call-us start */
#call-us {
    background-color: #022549;
    padding: 50px 0;
}

#call-us .content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;

}

#call-us .content .heading {
    color: white;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

#call-us .content h4 {
    color: white;
    ;
    font-size: 20px;
}

#call-us .content .heading span {
    color: var(--secondary);
}

#call-us .content a i {
    color: white;
    font-size: 40px;
}

#call-us .content a {
    color: #f9bb27;
    font-size: 45px;
    font-weight: bold;
}

#call-us .content p {
    margin-bottom: 0;
}


/* call-us end */

/* footer start */
.footer-section {
    background: var(--primary);
}

.main-footer .first p i {
    font-size: 20px;
}

.main-footer .first p a {
    color: white;

}

.footer-section .heading {
    color: white;
    font-size: 35px;
}

.footer-section .first p a:hover {
    color: var(--secondary);
    transition: all 0.5s;
}

.cta-heading {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
}

.footer-divider {
    border-color: rgba(255, 255, 255, 0.1);
}

.footer-logo {
    font-weight: 700;
    font-size: 28px;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--secondary);
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    text-decoration: none;
    color: white;
    transition: 0.3s;

}

.footer-links li a::after {
    content: "";
    height: 2px;
    width: 0%;
    left: 0;
    bottom: -6px;
    background-color: var(--secondary);
    transition: all 0.6s;
    position: absolute;
}

.footer-links li:hover a::after {
    width: 100%;

}

.footer-links li a {
    font-weight: 500;
    position: relative;
}

.footer-links li:hover a {
    color: var(--secondary) !important;
    transition: 0.5s;
}


.newsletter-text {
    color: white;
    margin-bottom: 15px;
}

.newsletter-box input {
    background: #111;
    border: 1px solid #333;
    color: #fff;
}

.newsletter-box input:focus {
    box-shadow: none;
    border-color: #0d6efd;
}

.bottom-footer p {
    color: white;
    font-size: 16px;
}

.bottom-footer p a {
    color: white;
    transition: 0.5s;
}

.bottom-footer p a:hover {
    color: var(--secondary);
}

.social-icons a {
    color: white;
    font-size: 18px;
    transition: 0.3s;
    display: block;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #2d2d2d;
    justify-content: center;
    align-items: center;
    justify-content: center;
    margin: auto;
    display: flex;
    position: relative;
    z-index: 2;
}

.social-icons a::after {
    content: "";
    height: 0%;
    width: 0%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--blue);
    border-radius: 50%;
    position: absolute;
    transition: 0.5s ease;
    z-index: -1;

}

.social-icons a:hover::after {
    height: 100%;
    width: 100%;
    background-color: var(--secondary);
}

.social-icons a:hover i {
    color: white;
}

.social-icons a i {
    font-size: 16px;
}

.social-icons a:hover {
    color: #0d6efd;
}

/* footer end */

/* scroll-top start */

#scroll-top {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: black;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}

#scroll-top:hover {
    background-color: var(--primary);
    color: white;
}

/* scroll-top end */


/* home-banner section start */

.carousel-control-next-icon {
    background: var(--primary);
    border-radius: 50%;
}

.carousel-caption {
    right: unset !important;
    left: unset !important;

}

.carousel-control-prev-icon {
    background: var(--primary);
    border-radius: 50%;
}

.carousel-indicators {
    display: none
}

#home-banner .home-banner-1 {
    display: block;
}

#home-banner {
    position: relative;
}

.home-banner .carousel-inner .carousel-caption {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    height: fit-content;
}

#home-banner.home-banner-2 {
    display: none;
}

/* .home-banner .carousel-inner .second {
  background-image: url("../img/banner-2.jpg");
  background-position: center;
  background-size: cover;
  height: 80vh;
  background-repeat: no-repeat;
}

.home-banner .carousel-inner .third {
  background-image: url("../img/banner");
  background-position: center;
  background-size: cover;
  height: 80vh;
  background-repeat: no-repeat;
} */


.home-banner .carousel-inner .first .carousel-caption {
    text-align: end;

}

.home-banner .carousel-inner .second .carousel-caption {
    text-align: start;
}

.home-banner .carousel-inner .carousel-caption h2 {
    font-size: 50px;
    color: black;
    margin-bottom: 20px;
    font-family: popins;
    font-weight: bold;
}

.home-banner .carousel-inner .carousel-caption h2 span {
    color: var(--primary);
}

.home-banner .carousel-inner .carousel-caption p {
    font-size: 18px;
    font-weight: 600;
    color: var(--text-gray);
    /* font-family: popins; 
    /* font-weight: bold;*/
}

.home-banner .carousel-inner .carousel-caption .sub-head {
    color: black;
    margin-bottom: 20px;
    font-weight: 700;
}

.home-banner .carousel-inner .carousel-caption .left {
    display: flex;
    justify-content: center;
    flex-direction: column;
}


/* .home-banner .carousel-inner .carousel-caption p span{
  color: #1a72dc;
} */

.home-banner .carousel-inner .first .carousel-caption p:nth-child(2) {
    font-size: 20px;
    font-weight: normal;
    color: white;
    margin-left: 30%;

}

.home-banner .carousel-inner .second .carousel-caption p:nth-child(2) {
    margin-right: 30%;
    margin-left: 0;
    margin-bottom: 25px;
}


.home-banner .carousel-inner .third .carousel-caption p:nth-child(2) {
    margin-left: 30%;
}

.home-banner .carousel-inner .carousel-caption .calling {
    background-color: white;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin-left: 10px;
    text-align: end;
}

.home-banner .carousel-inner .carousel-caption .calling a i {
    color: var(--primary);
}

/* 
.home-banner .carousel-inner .carousel-caption h5 {
  color: var(--primary);
} */



@keyframes call-ani {
    from {
        height: 20%;
        width: 16px;
    }

    to {}
}



/* home-banner section end */
.faq-section {
    background: #15949812;
}

/* Title */
.faq-title {
    font-weight: 700;
    font-size: 36px;
    color: #2f3e4e;
}

.faq-subtitle {
    color: #6c7a89;
}

/* Accordion Styling */
.custom-faq .accordion-item {
    border: 1px solid #b8d6da;
    border-radius: 12px;
    margin-bottom: 18px;
    overflow: hidden;
    background: transparent;
}

.custom-faq .accordion-button {
    font-weight: 500;
    color: #2f3e4e;
    border-radius: 12px;
    box-shadow: none;
    padding: 18px 20px;
}

/* Remove default arrow */
.custom-faq .accordion-button::after {
    font-family: "bootstrap-icons";
    content: "\f282";
    /* down arrow */
    background-image: none;
    font-size: 18px;
    transform: rotate(0deg);
}

.accordion-button:focus {
    box-shadow: none !important;
}

/* Rotate when open */
.custom-faq .accordion-button:not(.collapsed)::after {
    content: "\f286";
    /* up arrow */
}

/* Active background */
.custom-faq .accordion-button:not(.collapsed) {
    background: #1b959c;
    color: #fff;
}

.custom-faq .accordion-body {
    /* background: #2e8bb8; */
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
}

/* contact form start */

.form-control:focus {
    box-shadow: none !important;
}

.form-select:focus {
    box-shadow: none !important;
}

/* popup start */

.modal-header {
    background-color: #d72027;
    color: white;
}

.modal-body p {
    font-size: 20px;
}

.modal-header {
    background-color: #d72027;
    color: white;
}

/* popup end */

/* product-cat start */
.product-cat .img-box img {
    border-radius: 20px;
    box-shadow: 2px 2px 29px #808080a6;
}

.product-cat .box p {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    color: black;
}

.product-cat .box:hover p {
    color: var(--primary);
    transition: 0.5s;
}



/* product-cat end */

/* Marquee Section */
.marquee-section {
    /* background:#ffffff; */
    overflow: hidden;
}

.marquee-content {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 120s linear infinite;
    position: relative;
}

.marquee-content::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 100%;
    content: "";
    pointer-events: none;
    /* optional */
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 1) 100%);
}

/* .marquee-content::after{
position: absolute;
    left: 0;
    top: 0;
    width: 10%;
    height: 100%;
    content: "";
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 99%, rgba(255, 255, 255, 0) 100%);
} */



@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.marquee-text {
    font-size: 120px;
    font-weight: 700;
    letter-spacing: 2px;
}

/* Stroke Text */
.stroke-text {
    color: transparent;
    -webkit-text-stroke: 1px #000000;
}

/* Gradient Blue Text */
.gradient-text {
    background: var(--primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Marquee Section */


/* product-sec start */
#product-sec {
    background: url(img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.product-sec {
    background: var(--dark-blue);
    position: relative;
}

.product-sec .small-text {
    letter-spacing: 2px;
    font-size: 14px;
}

.product-sec .main-heading {
    font-size: 40px;
    font-weight: 700;
}

.product-sec .product-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    transition: 0.4s;
}

.product-card .img-2 {
    display: none;

}

.product-card:hover .img-2 {
    display: block;
    transition: 0.5s;

}

.product-card:hover .img-1 {
    display: none;
    transition: 0.5s;

}

.product-sec .image-box img {
    width: 100%;
    object-fit: cover;
}

.product-sec .card-content {
    padding: 16px 12px;
}
.product-card .card-content .btn-simp {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: 0.4s ease;
        color: black;
    font-weight: 600;
}

.product-card .btn-simp i {
    transition: all 0.4s ease;
    color: black;
}

.product-card .btn-simp:hover {
    color: var(--dark-blue);
}

/* Left icon initially hidden */
.product-card .btn-simp .left {
    opacity: 0;
    transform: translateX(-10px);
}

/* Right icon visible initially */
.product-card .btn-simp .right {
    opacity: 1;
    transform: translateX(0);
}

/* On Hover */
.btn-simp:hover {
    color: var(--dark-blue);
}

/* Hide right icon smoothly */
.product-card .btn-simp:hover .right {
    opacity: 0;
    transform: translateX(10px);
}

/* Show left icon smoothly */
.product-card .btn-simp:hover .left {
    opacity: 1;
    transform: translateX(0);
}

.product-sec .icon-box {
    background: #1e56b3;
    width: 60px;
    height: 60px;
    margin: -50px auto 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
}

.swiper-wrapper {
    padding-bottom: 50px;
}

.product-sec .card-content h5 {
    /* font-weight:600; */
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: bold;

}

.product-sec .card-content p {
    color: #666;
}

.product-sec .heading {
    color: white;
}

.product-sec .sub-head {
    color: white;
}

.product-sec .card-content a {
    text-decoration: none;
    font-weight: 600;
    color: #000;
}

.product-sec .card-content a:hover {
    color: var(--dark-blue);
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-pagination-bullet {
    height: 10px !important;
    width: 10px !important;
    background-color: white !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0 !important;
}

/* product-sec end */

/* contact-sec start */



#contact-sec .top-text {
    color: #2a5db0;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
}

#contact-sec .main-heading {
    font-weight: 700;
    font-size: 42px;
    color: #111;
}

#contact-sec .main-heading span {
    color: #2a5db0;
}

#contact-sec form label {
    font-weight: 500;
    margin-bottom: 6px;
}

#contact-sec .form-control {
    height: 50px;
    border-radius: 6px;
    box-shadow: none;
}

#contact-sec textarea.form-control {
    height: auto;
}

#contact-sec .btn-book {
    background: #2a5db0;
    color: #fff;
    padding: 14px 30px;
    font-weight: 600;
    border-radius: 6px;
    border: none;
    transition: 0.3s ease;
}

#contact-sec .btn-book:hover {
    background: #1e468a;
}


/* contact-sec end */

/* industries start */
#industries {
    background: url(img/bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#industries .heading {
    color: white;
}

#industries .sub-head {
    color: white;
}

#industries .main-card {
    padding: 10px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;

}

#industries .main-card .card-img {
    border-radius: 10px;
}

#industries .main-card .card-img:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

#industries .main-card .icon-box {
    white-space: nowrap;
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, -50%);
    width: fit-content;
    /* height: 100%; */
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;

}

#industries .main-card .icon-box h4 {
    color: black;
    font-size: 18px;
    margin-bottom: 0;
}


/* industries end */

/* left fixed start */
.catalogue-btn {
    position: fixed;
    top: 60%;
    left: 0;
    transform: translateY(-50%);
    z-index: 9999;
}

.catalogue-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    color: #fff;
    font-weight: 700;
    letter-spacing: 3px;
    padding: 20px 12px;
    text-decoration: none;
    border-radius: 0 10px 10px 0;

    /* Better Vertical Text */
    writing-mode: vertical-rl;
    text-orientation: mixed;

    transition: 0.3s ease;
}

.catalogue-btn a:hover {
    background-color: var(--primary);
    color: white;
}

/* left fixed end */


/* fixed-social icon */
.social {
    width: 200px;
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 50%;
    right: -160px;
    border-radius: 10px;
    z-index: 10;
    box-sizing: border-box;
    transform: translateY(-50%);
}


.social a {
    padding: .5rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff !important;
    margin-top: 0.2rem;
    transition: all 0.5 ease;
    border-radius: 5px;
    margin-right: 5px;
}

.social a:hover {
    transform: translateX(-100px);
    transition: 0.5s;
}

.social a svg {
    width: 24px;
    height: 24px;
    margin-right: 1rem;
    color: white;
}

.social a i {
    margin-right: 1rem;
    color: white;
    font-size: 20px;
}

.social a.facebook {
    background-color: #1877F2;
}

.social a.instagram {
    background-color: #E4405F;
}

.social a.youtube {
    background-color: #CD201F;
}

.social a.phone {
    background-color: #ff8433;
}

.social a.linkedin {
    background-color: #0A66C2;
}

.social a.whatsapp {
    background-color: #13bd2f
}

/* fixed-left end */

/* brand-logo start */
.brand-logo .img-box {
    padding: 20px;
}

.brand-logo {
    background-color: #f0f0f0;
}

/* brand-logo start */

/* breadcrumb start */
#breadcrumb {
    background: linear-gradient(to right, rgb(22 146 152 / 80%), rgb(1 13 28 / 71%)), url(img/breadcrumb-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center;
    background-position: center !important;
}
#breadcrumb.breadcrumb-table {
    background: linear-gradient(to right, rgb(22 146 152 / 80%), rgb(1 13 28 / 71%)), url(img/breadcrumb-banner-table.jpg) !important;
}
#breadcrumb.breadcrumb-lights {
    background: linear-gradient(to right, rgb(22 146 152 / 80%), rgb(1 13 28 / 71%)), url(img/breadcrumb-banner-light.jpg) !important;
}

#breadcrumb.breadcrumb-furniture {
    background: linear-gradient(to right, rgb(22 146 152 / 80%), rgb(1 13 28 / 71%)), url(img/breadcrumb-banner-furniture.jpg) !important;
}
#breadcrumb.breadcrumb-equipment {
    background: linear-gradient(to right, rgb(22 146 152 / 80%), rgb(1 13 28 / 71%)), url(img/breadcrumb-banner-equiment.jpg) !important;
}
.breadcrumb {
    justify-content: center;
}

#breadcrumb h2 {
    font-size: 40px;
    font-weight: bold;
    color: rgb(226, 226, 226);
    text-align: center;
}

#breadcrumb .breadcrumb .breadcrumb-item a {
    font-size: 20px;
    color: rgb(230, 230, 230);
}

#breadcrumb .breadcrumb .breadcrumb-item a:hover {
    font-size: 20px;
    color: white;
}

#breadcrumb .breadcrumb .breadcrumb-item {
    font-size: 20px;
    color: rgb(231, 231, 231);
}


/* breadcrumb end */

/* contact-page start */

#contact-page .contact-card {
    background: #fff;
    border: 1px solid #dbe7e9;
    border-radius: 10px;
    padding: 30px;
    transition: 0.3s ease;
    transition: 0.5s;
}

#contact-page .contact-card .icon-box {
    z-index: 2;
    position: relative;
}

#contact-page .contact-card .icon-box::after {
    position: absolute;
    content: "";
    background-color: var(--secondary);
    transition: 0.5s;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#contact-page .contact-card .icon-box:hover::after {
    height: 100%;
    width: 100%;
    transition: 0.5s;

}


#contact-page .contact-card:hover {
    /* box-shadow: 0 10px 25px rgba(0,0,0,0.05); */
    border: 1px solid var(--primary);

}

#contact-page .contact-card h4 {
    color: var(--primary);
    font-weight: 600;
    margin-bottom: 15px;
}

#contact-page .contact-card p {
    color: black;
    font-size: 16px;
}

#contact-page .icon-box {
    width: 60px;
    height: 60px;
    background: var(--primary);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

#contact-page .icon-box i {
    color: #fff;
    font-size: 22px;
}


/* contact-page end */

/* product-page start */
#product-page .left .accordion-button {
    color: black;
    font-size: 18px;
    font-weight: 500;
    transition: 0.5s;
        background-color: #9a9b9d2e;

}

#product-page .left .accordion-body li a {
      color: black;
    font-size: 16px;
    font-weight: 500;
}



#product-page .left .accordion-body li {
   padding: 6px 1.5rem;
        list-style: none;
        border-bottom: 1px solid #80808038;

}
#product-page .left .accordion-button:hover h5{
    color: var(--primary) !important; 

}

#product-page .left .accordion-body ul {
    padding-left: 0;
}

#product-page .left .accordion-item.no-arrow {
    background-color: #9a9b9d2e;

    padding: 1rem 1.25rem;

}
#product-page .left .accordion-item.no-arrow a{
    color: black;
    font-size: 18px;
    font-weight: 500;
}
#product-page .accordion-button::after {
    display: none !important;
}
/* Jab open hoga */
#product-page .accordion-button:not(.collapsed) .faq-icon {
    transform: rotate(180deg);
}
#product-page .product-card h5{
    color: black;
    font-size: 18px;
    font-weight: 600;
}
#product-page .product-card .card-content{
    padding: 20px 10px; 
}

#product-page .accordion-button:not(.collapsed){
    background-color: #9a9b9d2e;
}
#product-page .product-card{
        border: 1px solid #a9a9a938;
}
/* product-page end */

/* product-details start */
/* product-details start */
.product-details {
  padding-top: 35px;
}

.product-details .product-info {
    display: flex;
  flex-direction: column;
}

.product-details .img-card img {
  width: 100%;
  flex-shrink: 0;
  border-radius: 4px;
  /* height: 520px; */
  object-fit: contain;
  border-radius: 5px;
  border: 1px solid #044295;
}

.product-details .small-Card {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 15px;
  gap: 12px;
}


.product-details .small-Card img {
  width: 104px;
  height: 104px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #044295;
}

.product-details .product-info {
  display: flex;
  flex-direction: column;
}

.product-details .product-info h3 {
  font-size: 32px;
  font-family: Lato;
  font-weight: 600;
  line-height: 130%;
  color: black;
}

.product-details p {
  color: #424551;

}

.product-details table thead {
  background-color: #121212;
  color: white;
}

.product-details table tr td {
  color: black;
}



.product-details li {
  /* list-style: none; */
  color: #424551;
  line-height: 1.5;
}

.product-details li i {
  margin-right: 10px;
  color: gray;
  font-size: 20px;
}
.product-details .tab .tablinks{
    margin: 20px 20px 20px 0;
    color: black;
    background-color: transparent;
    border: none;
    position: relative;
    font-size: 20px;
}


.product-details .tab .tablinks.active::before {
    position: absolute;
    left: 0;
    top: -10px;
    content: "";
    background-color: black;
    width: 100%;
    height: 2px;
    transition: 0.5s;
}
.product-details .tab .tablinks.active::after {
    position: absolute;
    left: 0;
    bottom: -10px;
    content: "";
    background-color: black;
    width: 100%;
    height: 2px;
    transition: 0.5s;
}
.spec-buttons{
    display:flex;
    gap:10px;
    margin-bottom:20px;
}
/* product-details end */


/* blog-page start */
#blog-page .blog-card{
background: #fff;
    /* padding: 25px; */
    border-radius: 2px;
    /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); */
    margin: 20px 0;
}


#blog-page .blog-card .blog-content{
  padding: 15px 0px;
}

#blog-page .blog-meta{
  display:flex;
  gap:20px;
  font-size:14px;
  color:#777;
  margin-bottom:10px;
}
#blog-page .blog-meta span i{
  color: var(--secondary);
}

#blog-page .blog-card h2{
  font-weight:700;
  margin:10px 0;
}

#blog-page .read-btn{
  display:inline-block;
  background:#ffc107;
  padding:12px 28px;
  border-radius:10px;
  color:#000;
  font-weight:600;
  text-decoration:none;
}

.recent-box{
  background:#fff;
  padding:25px;
  border-radius:15px;
  box-shadow:0 10px 25px rgba(0,0,0,0.08);
}

.recent-box h4{
  margin-bottom:20px;
  font-weight:700;
}

.recent-post{
  display:flex;
  gap:15px;
  align-items:center;
  border-bottom:1px solid #eee;
  padding:15px 0;
  /* overflow: hidden; */
  transition: 0.5s;
}
.recent-post:hover p{
  color: var(--primary) !important;
  transition: 0.5s;
      color: #555;
}
.recent-post:hover img{
  transform: scale(1.1);
  transform: 0.5s;
}

.recent-post img{
  width:120px;
  border-radius:10px;
    transition: 0.5s;
}

.recent-post span{
  font-size:13px;
  color:#888;
}

.recent-post p{
  margin:5px 0 0;
  font-weight:600;
  font-size:15px;
  color: #555;
}

/* blog-page end */


/* blog-details start */
#blog-details .blog-meta{
  display:flex;
  gap:20px;
  font-size:14px;
  color:#777;
  margin-bottom:10px;
      display: flex;
    flex-wrap: wrap;
}
#blog-details .blog-meta span i{
  color: var(--secondary);
}

#blog-details .blog-details h1{
  font-weight:700;
  margin:25px 0 15px;
}

#blog-details .blog-details h2{
  margin-top:30px;
  font-weight:700;
  font-size: 24px;
}

#blog-details .blog-img{
  border-radius:15px !important;
  margin-bottom: 20px !important;
  /* box-shadow:0 10px 30px rgba(0,0,0,0.15); */
}

#blog-details .blog-meta span{
    margin-right: 20px;
    color: #3d3b3b;
    font-size: 14px;
    font-weight: 600;
}

#blog-details .blog-details p{
  color:#555;
  line-height:1.8;
  /* margin-top:15px; */
}
#blog-details blockquote{
  background-color: black;
  color:white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 20px;
  border-radius: 5px;
}

/* blog-details end */