@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* <==============COMMON=============> */
html {
  scroll-behavior: smooth;
}

body {
    margin-top: 55px;
    /*font-family: Tahoma, Verdana, "Segoe UI", sans-serif !important;*/
    font-family: "Poppins", sans-serif !important;
}

.scroll-offset {
  scroll-margin-top: 65px;
}

.custom-shadow {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.fs-sm {
    font-size: small;
}

.text-justify {
    text-align: justify;
}

.primary-color {
    color: maroon !important;
}

.primary-bg-color {
    background-color: maroon !important;
}

.left-diagonal {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 0 100%);
    z-index: 1;
}

.right-diagonal {
    clip-path: polygon(7% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 2;
}

@media (max-width: 767.98px) {
    .right-diagonal {
        clip-path: none;
    }
}

.folded-corner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #fff transparent transparent;
    box-shadow: -3px 3px 5px rgba(0, 0, 0, 0.1);
}

.hover-effect-1 {
    transition: all .5s ease-in-out;
}

.hover-effect-1:hover {
    box-shadow: 0px 16px 48px 0px rgba(0, 0, 0, 0.176);
    transition: all .5s ease-in-out;
}

.hover-effect-2 {
    transition: all .5s ease-in-out;
}

.hover-effect-2:hover {
    transform: scale(1.05);
    transition: all .5s ease-in-out;
}

.glassy-bg {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.line-clamp
{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: var(--lines, 2);
}

@media only screen and (max-width: 768px) {
    .home-carousal .carousel-caption {
        top: 30% !important;
    }
    
    .home-carousal .carousel-caption h3 {
        font-size: 15px !important;
    }
    
    .home-carousal .carousel-caption p {
        font-size: x-small !important;
        width: 70% !important;
        margin-bottom: 6px !important;
    }
    
    .home-carousal .carousel-caption .btn {
        font-size: x-small !important;
    }
    
    .slider-section img {
        max-height: 50px !important;
    }
}
/* Header Start */
header .navbar {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

header .nav-link {
    color: #333446;
    margin-top: 13px;
    padding-bottom: 11px;
}

header .nav-link:hover {
    color: maroon;
}

header .dropdown:hover .dropdown-menu {
    display: block;
}

header .dropdown-item:hover {
    background-color: maroon;
    color: white;
}

header .project-dropdown-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  z-index: 1050;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
  pointer-events: none;

  display: block !important;
}

header .nav-item.dropdown:hover .project-dropdown-menu {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

header .project-dropdown-menu .card,
header .project-dropdown-menu .card .card-img-top,
header .project-dropdown-menu .card .card-title {
  transition: all .3s ease-in-out;
}

header .project-dropdown-menu .card:hover {
  border: 1px solid #FCB53B !important;
}

header .project-dropdown-menu .card:hover .card-img-top {
  filter: hue-rotate(90deg) saturate(5) brightness(0.8);
}

header .project-dropdown-menu .card:hover .card-title {
  color: #FCB53B !important;
}

header .navbar-toggler-icon {
    filter: invert(1);
    box-shadow: none;
    border: none;
}

.search-modal .form-control {
    border: 2px solid maroon;
    padding: 1rem;
    font-size: 1.2rem;
}

.search-modal input[type="text"]:focus {
    box-shadow: none;
}

.search-modal .btn-close {
    margin-top: 2px;
}

.search-result-item {
    transition: all 0.2s;
}

.search-result-item:hover {
    background-color: #f8f9fa;
}

.search-result-item img {
    width: auto;
    height: 40px;
    object-fit: cover;
    margin-right: 1rem;
    border-radius: 4px;
}

.no-results {
    padding: 2rem;
    text-align: center;
    color: #666;
}
/* Header End */

/* Footer Start */
footer input[type="email"]:focus {
    box-shadow: none;
    border: 1px solid white;
}

footer .fs-small {
    font-size: small;
}

footer .icon-link span,
footer .icon-link i {
    transition: all .5s ease;
}

footer .icon-link:hover span {
    color: #dc3545 !important;
    transition: all .5s ease;
}

footer .icon-link:hover i {
    color: white !important;
    transition: all .5s ease;
}

@media (min-width: 1000px) {
    footer .follow-us {
        max-width: 650px;
    }
}
/* Footer End */

/* Team Start */
.team .theme-font-color {
    color: #b31c27 !important;
}

.team .background-color {
    color: #b31c27;
}

.team hr {
    border: 2px solid #b31c27 !important;
    opacity: 1 !important;
}

.team .card {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
        rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
    position: relative !important;
}

.team .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    opacity: 0.8;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.team .card:hover .overlay {
    height: 100%;
}

.team .overlay-text {
    color: #b31c27 !important;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
/* Team End */

/* Career Start */
.career .card {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
    transition: transform 0.5s, background-color 0.5s ease-in-out;
}

.career .card:hover {
    transform: scale(0.97);
    background-color: #eeedde;
}

.career .background-color {
    background-color: #f1f1f1;
}

.career .brown-background-color {
    background-color: #b31c27;
}

.career .brown-font-color {
    color: #b31c27;
}

.career .letter-spacing {
    letter-spacing: 15px;
}

.career .letter-spacing-2 {
    letter-spacing: 3px;
}

.career .fab {
    transition: transform 0.5s, color 0.5s ease-in-out;
}

.career .fab:hover {
    color: rgb(253, 120, 11);
    transform: scale(0.97);
}

.career .facebook-icon-color {
    color: #2c6be7;
}

.career .instragram-icon-color {
    color: #f30a35;
}

.career .whatsapp-icon-color {
    color: #10ee5a;
}

.career .linkedin-icon-color {
    color: #0d99e4;
}

.career .youtube-icon-color {
    color: #ff0000;
}

.career .cv-button {
    background-color: #07ca11;
}

.career .cv-button:hover {
    border: none !important;
    transition: background-color 0.5s ease-in-out;
}

/* Detail Page */
.career line-heigh {
    line-height: 2px !important;
}

.career tbody>tr>td:nth-child(1) {
    width: 12%;
}

.career tbody>tr>td:nth-child(2) {
    font-weight: bold;
    width: 2%;
}

.career tbody>tr>td:nth-child(3) {
    text-align: left !important;
}

.career .text-align {
    text-align: justify;
}

.career .box-shadow {
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px,
        rgba(0, 0, 0, 0.3) 0px 7px 13px -3px,
        rgba(0, 0, 0, 0.2) 0px -3px 0px inset !important;
}

.career .apply-now-card-width {
    width: 75% !important;
}

.career #cv {
    color: #b31c27 !important;
}

.career #cd:hover {
    background-color: black !important;
    color: white !important;
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .career .apply-now-card-width {
        width: 85% !important;
    }
}

/* Mobile */
@media only screen and (max-width: 768px) {
    .career .apply-now-card-width {
        width: 97% !important;
    }
}

.career .theme-font-color {
    color: #b31c27;
}

.career .bi-arrow-return-left:hover {
    color: black;
}

.career .asterisk:after {
    content: "*";
    color: red;
    padding-left: 2px;
}
/* Career End */

/* Contact Start */
.mapouter {
    position: relative;
    text-align: right;
    height: 450px;
    width: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 450px;
    width: 100%;
}

.border-left {
    border-left: 2px solid red;
    padding-left: 30px;
    margin-left: 30px;
    margin-top: 30px;
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px !important;
}

.box-shadow-2 {
    box-shadow: rgba(14, 63, 126, 0.06) 0px 0px 0px 1px, rgba(42, 51, 70, 0.03) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 2px 2px -1px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.03) 0px 5px 5px -2.5px, rgba(42, 51, 70, 0.03) 0px 10px 10px -5px, rgba(42, 51, 70, 0.03) 0px 24px 24px -8px;
    transition: all .5s ease-in-out;
}

.box-shadow-2:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
    transform: translateY(-5px);
}

.form-label:after {
    content: "*";
    color: red;
    padding-left: 2px;
}

.contact .asterisk:after {
    content: "*";
    color: red;
    padding-left: 2px;
}

.contact i,
h2 {
    color: #b31c27;
}

.contact h5 {
    color: #2f3192;
}

.contact i:hover {
    color: #01ab4f !important;
}

.contact i span {
    letter-spacing: 2px;
}

.contact i span:hover {
    color: #b31c27 !important;
}

.contact .btn {
    background-color: #b31c27 !important;
    border: none !important;
    color: white;
}

.contact .btn:hover {
    background-color: #2f3192 !important;
    border: none !important;
    color: white;
}
/* Contact End */

/* Media Start */
.media .theme-font-color {
    color: #b31c27 !important;
}

.media .theme-background-color {
    background-color: #b31c27 !important;
}

.media .hover-background-color:hover {
    background-color: darkorange !important;
}

.media hr {
    border: 2px solid #b31c27 !important;
    opacity: 1 !important;
}

.media .box-shadow {
    min-height: 150px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
}

.media #text {
    text-align: justify !important;
}

.media #continue-reading {
    visibility: hidden;
}

.media .margin-left {
    margin-left: 10%;
}

/* Tab */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .media .margin-left {
        margin-left: 0%;
    }
}

/* Mobile */
@media only screen and (max-width: 768px) {
    .media .margin-left {
        margin-left: 0%;
    }
}
/* Media End */

/* Gallery Start */
.gallery .theme-font-color {
    color: #b31c27 !important;
}

.gallery .theme-background-color {
    color: #b31c27 !important;
}

.gallery hr {
    border: 2px solid #b31c27 !important;
    opacity: 1 !important;
}

.gallery .card {
    position: relative;
    min-height: 130px;
}

.gallery .carousel-item {
    max-height: 500px;
}

.gallery .overlay-icon {
    position: absolute;
    transition: 0.5s ease;
    opacity: 0;
    top: 40%;
    width: 100%;
    text-align: center;
}

.gallery .card:hover .overlay-icon {
    opacity: 1;
    cursor: pointer;
}

.gallery .overlay-title {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    transition: 0.5s ease;
    opacity: 0;
    color: white;
    text-align: center;
}

.gallery .card:hover .overlay-title {
    opacity: 1;
}

.gallery .btn-close {
    filter: invert(23%) sepia(95%) saturate(7493%) hue-rotate(357deg) brightness(95%) contrast(119%);
}

.gallery .modal-content {
    background: rgba(255, 255, 255, 0.15) !important;
    border: none !important;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
}

.gallery .modal .carousel-control-prev,
.gallery .modal .carousel-control-next {
    opacity: 0;
    transition: all 0.4s ease;
}

.gallery .modal:hover .carousel-control-prev {
    opacity: 1;
    transform: translateX(-15px);
}

.gallery .modal:hover .carousel-control-next {
    opacity: 1;
    transform: translateX(15px);
}
/* Gallery End */

.product .sideImage {
    display: none;
}

.product .img-height {
    height: 200px;
}

.product .theme-background-color-2 {
    background-color: #70060d !important;
}

.product .theme-background-color {
    background-color: #b31c27 !important;
}

.product .nav-link {
    color: white !important;
}

.product .theme-font-color {
    color: #b31c27 !important;
}

.product .card {
    background-color: #d1cce6;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
    height: 250px;
    transition: all 1s ease-in-out;
}

.product .card:hover {
    background-color: brown;
    color: white !important;
    transform: translateY(-15px);
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset !important;
}

.product .product-child-image {
    height: 400px !important;
    width: 100%;
}

.product .card-title {
    color: black;
}

.product .text-align {
    text-align: justify;
}

.product .nav-link:hover {
    background-color: rgb(214, 205, 205) !important;
    color: #b31c27 !important;
}

.product .nav-pills>.nav-item>.active {
    background-color: rgb(214, 205, 205) !important;
    color: #b31c27 !important;
}

.product .box-shadow {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
}
/* Product & Product Description End */

/* Product Details Start */
.product-details .theme-font-color {
    color: #b31c27 !important;
}

.product-details .theme-background-color {
    background-color: #b31c27 !important;
}

.product-details .nav-link {
    color: #b31c27 !important;
}

.product-details .text-align {
    text-align: justify;
}

.product-details .text-align-justify {
    text-align: justify;
}

.product-details .banner {
    overflow: hidden;
}

.product-details .banner-image {
    height: 450px !important;
    transition: transform 0.5s ease-in-out;
}

.product-details .banner-image:hover {
    transform: scale(1.05);
}
/* Product Details End */

.project .card-title {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .3s ease, transform .3s ease;
}

.project .card:hover .card-title {
    opacity: 1;
    transform: translateY(0);
}

.project .card-img-overlay {
    transition: opacity .3s ease;
    opacity: 0;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 10px;
}

.project .card:hover .card-img-overlay {
    opacity: 1;
    background: linear-gradient(to top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.2) 100%);
}
        
.project .card-img-overlay {
    pointer-events: none;
}

.project .card-img-overlay .card-title {
    pointer-events: auto;
}

.project .glass-morphism {
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(5px);
    border: none;
    transition: background 0.3s ease-in-out;
}

@media screen and (max-width: 400px) {
    .project .card-img {
        height: 150px !important;
    }
}


.faq-section2 {
    background-color: var(--white_smoke) !important;
}

.faq-section2 .accordion-item,
.faq-section2 .accordion-button {
    background-color: var(--white_smoke) !important;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea !important;
}

.faq-section2 .accordion-button i {
    background-color: var(--white_smoke) !important;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.faq-section {
    background-color: #f1f3f8;
}

.faq-section .question {
    color: #ffb72b;
}

.faq-section .card,
.faq-section .input-group input,
.faq-section .input-group span,
.faq-section .input-group i {
    background-color: #1B2430 !important;
    box-shadow: none !important;
    color: #D71313;
    color: #793FDF;
}

.faq-section .input-group {
    border-bottom-color: #793FDF !important;
}

.faq-section ::placeholder {
    color: #D71313 !important;
    color: #793FDF !important;
    opacity: 1;
}

.faq-section input:focus::placeholder {
    color: #D71313 !important;
    transform: translateX(-100px);
    transition: all 1s ease-in-out;
}

.faq-section input:focus {
    color: #D71313;
    color: #793FDF;
}

.faq-section button[type="submit"] {
    background: #793FDF !important;
    color: white;
}

.faq-section button[type="submit"]:hover {
    background-color: #C70039 !important;
}

.faq-section .accordion-item,
.faq-section .accordion-button {
    background-color: #f5f6f7;
    box-shadow: -4px -2px 4px 0px #ffffff, 4px 2px 6px 0px #dfe4ea;
}

.faq-section .accordion-button.collapsed::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='green' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}

.faq-section .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='red' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.faq-section .accordion i {
    background-color: #dbe6fd;
}
/*--------------------------------------*/
.floating-buttons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    transition: all 0.3s ease-in-out;
}

.floating-buttons .whatsapp {
    background-color: #25D366;
}

.floating-buttons .messenger {
    background-color: #0084FF;
}

.floating-buttons .phone {
    background-color: #4CAF50;
}

.floating-buttons .facebook {
    background-color: #1877F2;
}

.floating-buttons .youtube {
    background-color: #FF0000;
}

.floating-buttons .twitter {
    background-color: #000;
}

.floating-buttons a:hover {
    opacity: 0.7;
    background-color: maroon;
}
/*--------------------------------------*/
.testimonial-slider {
    padding: 30px 0;
}

.testimonial-item {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin: 20px;
}

.testimonial-image {
    flex: 0 0 120px;
    margin-right: 30px;
}

.testimonial-image img {
    border-radius: 50%;
    object-fit: contain;
    border: 5px solid #f8f9fa;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.testimonial-text {
    flex: 1;
}

.testimonial-text p {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author h5 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #333;
}

.testimonial-author span {
    color: #6c757d;
    font-size: 16px;
}

.swiper-pagination-bullet-active {
    background: #b31c27;
}

@media (max-width: 768px) {
    .testimonial-content {
        flex-direction: column;
        text-align: center;
    }

    .testimonial-image {
        margin-right: 0;
        margin-bottom: 20px;
    }
}
/*-----------------------Button Effect---------------*/
.btn-effect
{
    width: 100%;
    font-size: small;
    font-weight: 500;
    text-align: right;
    transition: all 0.5s;
    cursor: pointer;
    border: none;
}

.btn-effect span
{
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.btn-effect span:after
{
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.btn-effect:hover span
{
    padding-right: 15px;
    color: #2f3092;
}

.btn-effect:hover span:after
{
    opacity: 1;
    right: 0;
}

/*--------------------Tips Start--------------------*/
.tips-item:hover .btn-effect
{
    color: #2f3092 !important;
}

.tips-item
{
    transition: all 0.5s ease-in-out;
}

.tips-item:hover
{
    box-shadow: 0px 9px 30px rgba(255, 149, 5, 0.3);
    border: 1px solid maroon !important;
}

.tips-item:hover .primary-color {
    color: #2f3092 !important;
}
/*--------------------Tips End--------------------*/

/*--------------------Event Start--------------------*/
.event .card
{
    transition: all .5s ease-in-out;
}

.event .card:hover
{
    box-shadow: 0px 9px 30px rgba(255, 149, 5, 0.3) !important;
    border: 1px solid maroon !important;
}

.event .card:hover .primary-color {
    color: #2f3092 !important;
}
/*--------------------Event End--------------------*/