#mainNav {
    background-color: rgba(156, 120, 95, 0.9);
}

.carousel-caption {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    animation: fadeIn 2s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

ul {
    padding: 0px;
}

ol,
ul {
    margin-bottom: 0px;
}

.social-icon {
    padding: 0;
    margin-bottom: 0px;
    float: right;
}

.social-icon li {
    list-style: none;
    display: inline-block;
}

.social-icon li i {
    font-size: 14px;
    color: #262725;
    border: solid 2px #ffffff;
    height: 31px;
    width: 31px;
    text-align: center;
    vertical-align: middle;
    border-radius: 100px;
    line-height: 27px;
    margin-right: 15px;
    transition: 1s;
    background: #fff;
}

.social-icon li i:hover {
    border: solid 2px #262725;
    color: #ffffff;
    background: #262725;
}

.phone-no i {
    position: relative;
    margin-right: 14px;
    font-size: 43px;
    top: 5px;
}

.phone-no {
    margin-top: -22px;
    text-align: right;
}

.footer-day-time {
    padding-bottom: 30px;
    border-bottom: 2px solid #7a6f6f;
    padding-top: 14px;
    margin-bottom: 55px;
}

.footer-day-time ul li {
    display: inline;
    margin-right: 20px;
}

.footer-day-time ul li:last-child {
    margin-right: 0px;
}

.phone-no a {
    color: #fff;
    font-family: PlayfairDisplay-Black;
    font-size: 34px;
    font-weight: bold;
}

.footer-top {
    background: #bdd0c8;
    padding: 50px 0 50px;
}

.footer-top h4 {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 400;
    display: flex;
    flex-direction: column-reverse;
    height: 40px;
}

.footer-top p {
    font-size: 14px;
    margin-top: 20px;
}

footer p {
    margin-bottom: 0;
}

.footer-logo {
    display: block;
    margin-bottom: 32px;
}

ul.address1 {
    margin-top: 20px;
}

.address1 li {
    list-style: none;
}

ul.address1 span {
    position: absolute;
    width: 40px;
    max-width: 40px;
    left: 0;
}

.address1 li a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
}

ul.address1 i {
    width: 20px;
    position: absolute;
    left: 0px;
    text-align: center;
    font-size: 28px;
    top: 0;
}

ul.address1 i.fa-envelope {
    font-size: 18px;
    top: 4px;
}

footer ul.social-icon {
    float: left;
}

footer .social-icon li i:hover {
    background: #4b8800;
    border-color: #4b8800;
}

.footer-bottom {
    background: #929aa4;
    padding: 15px 0px;
}

.footer-bottom ul li {
    display: inline;
    padding: 0 20px;
    font-size: 18px;
    border-right: 1px solid #fff;
}

.footer-bottom ul li a {
    color: #fff;
    font-size: 14px;
}

.footer-bottom ul {
    float: right;
}

.footer-bottom ul li:last-child {
    padding-right: 0;
    border: none;
}

.copyright {
    font-size: 14px;
}

* {
    font-family: 'Montserrat', sans-serif !important;
}


.section-heading .section-heading-upper {
    font-weight: 400;
    color: #7b5142;
    font-size: 2rem;
}

.section-heading .section-heading-lower {
    font-weight: 300;
    color: #2c2c2c;
    font-size: 2rem;
}

.flip-card-back ul li {
    text-align: left;
}

.flip-card-back ul li::marker {
    color: #7b5142;
}

.section-heading .section-heading-lower {
    text-transform: lowercase;
}

.btn-xl {
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #f8f1e9;
}

.btn-primary {
    background-color: #d4af37;
    border-color: #d4af37;
    opacity: 1;
}

.btn:hover {
    background-color: #b5a18b;
    border-color: #b5a18b;
}

.bg-faded {
    background-color: #f8f1e9;
}

.cta {
    background-color: rgba(154, 95, 61, 0.9);
}

.logo {
    max-width: 18%;
    margin: 7px 0;
}

.section-heading {
    text-transform: none;
}

.social-icons {
    text-align: center;
    margin-top: 30px;
}

.social-icons a {
    color: #000;
    font-size: 24px;
    transition: color 0.3s ease;
    margin-right: 12px;
}

.social-icons a:hover {
    color: #000;
    /* Change to your preferred hover color */
}

/* Optional: Individual platform colors on hover */
.social-icons .fa-facebook:hover {
    color: #1877f2;
}

.social-icons .fa-twitter:hover {
    color: #000;
}

.social-icons .fa-instagram:hover {
    color: #e1306c;
}

.social-icons .fa-linkedin:hover {
    color: #0a66c2;
}



.square-box {
    aspect-ratio: 1/1;
    border: none;
    overflow: hidden;
    background: transparent;
    perspective: 1000px;
}

.flip-card {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.square-box:hover .flip-card {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px;
    text-align: center;
    border-radius: 8px;
}

.flip-card-front {
    background-size: cover;
    background-position: center;
    flex-direction: column;
    transform: rotateY(0deg);
    z-index: 2;
}

.flip-card-front::before {
    /*content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 8px;*/
}

.flip-card-front h3 {
    color: #fff;
    position: absolute;
    z-index: 1;
    font-size: 1.2rem;
    margin: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    min-height: 18%;
    line-height: 28px;
    font-weight: 300;
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.flip-card-back {
    background: #ffffff;
    transform: rotateY(180deg);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex-direction: column;
}

.flip-card-back h3 {
    color: #7b5142;
    font-size: 1.3rem;
    margin-bottom: 15px;
    font-weight: 600;
}

.flip-card-back p {
    color: #4a4a4a;
    font-size: 0.95rem;
    line-height: 1.5;
    margin: 0;
}

a.navbar-brand.text-uppercase.fw-bold.logo img {
    height: 65px;
}

.services .section-heading .section-heading-upper {
    font-weight: 400;
    font-style: italic;
    font-size: 2rem;
}

@media (min-width: 992px) {
    .intro-button {
        width: 100%;
        left: 0;
        position: absolute;
        bottom: -2rem;
    }
}

.intro-button {
    text-align: center;
}

#bgvideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    max-width: 100%;
}

.servicebtn {
    margin: 15px;
    padding: 10px;
}

section#contact-page {
    background-image: url("../assets/img/bg.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    min-height: 70vh;
    margin: 0;
}

section#contact-page .form {
    margin: 100px 0;
    text-align: center;
    width: 800px;
    min-height: 400px;
    background-color: rgba(248, 241, 233, .84);
    padding: 0 40px;
}

section#contact-page .form h4 {
    margin: 20px 0 40px 0;
}

section#contact-page .form label {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
}

section#contact-page .form input[type=text],
section#contact-page .form input[type=email],
section#contact-page .form textarea {
    border-bottom: 1px solid #000;
    border-top: none;
    border-right: none;
    border-left: none;
    background-color: rgba(248, 241, 233, .84);
    width: 100%;
}

section#contact-page .form input[type=text]:focus,
section#contact-page .form input[type=email]:focus,
section#contact-page .form textarea:focus {
    outline: none;
}

section#contact-page .form .fieldcol {
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}

#contact-icon {
    width: 52px;
    position: fixed;
    top: 40vh;
    right: 5px;
    z-index: 9;
    background-color: #d4af37;
    height: 50px;
    padding: 7px;
    border-radius: 10px;
}

.service .section-heading .section-heading-upper {
    font-size: 1.5rem;
}

.service {
    padding: 0 100px;
}

.service .servicebtn {
    margin: 0;
    width: 120px;
    box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: 5px;
}

.service h2.section-heading {
    /*display: flex;
    padding: 0;
    flex-direction: row;
    align-items: center;*/
}

.service .heading {
    padding: 25px 25px 25px 50px;
    border-radius: 5px 5px 0 0;
}

#service-page-bg {
    /*background-image: url(../assets/img/bg.jpg);*/
    background: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url("../assets/img/bg.jpg");
    background-attachment: fixed !important;
    background-position: center !important;
    background-size: cover !important;
    min-height: 100vh;
    margin: 0;
}

#tc-page ul {
    padding-left: 3%;
    margin: 20px 0;
}

#abt-img {
    max-height: 500px;
    width: 100%;
}

#about-page-bg {
    /*background: linear-gradient(rgba(255,255,255,.1), rgba(255,255,255,.1)), url("../assets/img/about-bg.jpg");*/
    background-image: url(../assets/img/about-bg.jpg);
    background-attachment: fixed !important;
    background-position: center !important;
    background-size: cover !important;
    min-height: 100vh;
    margin: 0;
}

.service .service-image img {
    border-radius: 0px 0px 5px 5px;
}

.service .pad-right {
    margin-left: 95px;
    margin-top: -40px;
}

.service .text {
    background-color: #f8f1e9;
    padding: 50px;
    width: 70%;
    margin-top: -50px;
    z-index: 9;
    position: relative;
    border-radius: 5px;
}

.service .deliver {
    margin-top: 50px;
}

.service .deliver .box {
    height: 115px;
    display: flex;
    align-items: center;
    box-shadow: 0px 2px 7px -4px;
    border-radius: 5px;
    background-color: #fff;
    margin-right: 20px;
    text-align: center;
}

.service .deliver .row {
    margin-bottom: 30px;
}

.service .deliver h4,
.service .using h4 {
    margin: 50px 0;
}

.service .using li {
    list-style: none;
    display: inline-block;
    margin: 10px 10px 10px 2px;
    background-color: #B4A18B;
    padding: 5px;
    min-width: 90px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}

.service .item {
    max-height: 180px;
    padding: 20px;
    background-color: #f8f1e9;
    height: 20%;
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.service h6 {
    font-weight: 400;
    color: #7b5142;
}

.service .item:first-child {
    margin-top: 5px;
}

.service .item img {
    border-radius: 5px;
}

.deliver .row {
    margin-left: 2px;
}

.service .deliver .box p {
    margin: 0;
}

a {
    color: #7b5142;
}

a:hover {
    color: #B4A18B;
}

.service .bg-dep {
    background-image: url(../assets/img/service-main/1.jpeg);
}

.service .bg-asi {
    background-image: url(../assets/img/service-main/2.jpg);
}

.service .bg-apt {
    background-image: url(../assets/img/service-main/3.jpeg);
}

.service .bg-sasi {
    background-image: url(../assets/img/service-main/6.jpg);
}

.service .bg-ea {
    background-image: url(../assets/img/service-main/4.jpg);
}

.service .bg-vicc {
    background-image: url(../assets/img/service-main/9.jpeg);
}

.service .bg-eedm {
    background-image: url(../assets/img/service-main/8.jpeg);
}

.service .bg-scbs {
    background-image: url(../assets/img/service-main/7.jpeg);
}

.service .bg-da {
    background-image: url(../assets/img/service-main/5.jpeg);
}

.service .bg {
    background-size: cover;
    background-position: center;
    flex-direction: column;
}

.service .name {
    background-color: #f8f1e9;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 0 0 5px 5px;
}

.service .noname {
    background-color: transparent;
}

.ybg {
    background-color: #f8f1e9;
    padding: 5rem 0;
}

#testimonialcarousel .lblock,
#testimonialcarousel .rblock {
    float: left;
    text-align: center;
}

#testimonialcarousel .tmonial {
    text-align: left;
    padding: 30px;
    background-color: #fff;
    margin: 0 30px;
    height: 350px;
    box-shadow: 0px 0px 20px -10px;
    border-radius: 8px;
}

#testimonialcarousel .tmonial p.text {
    font-style: italic;
    font-size: 16px;
    color: #000;
    text-align: justify;
    text-align-last: center;
    height: 50%;
}

#testimonialcarousel .tmonial p.from {
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    width: 100%;
}

#testimonialcarousel .carousel-control-prev .carousel-control-prev-icon,
#testimonialcarousel .carousel-control-next .carousel-control-next-icon {
    background-color: #7b5142;
    border-radius: 5px;
}

#testimonialcarousel .carousel-control-prev {
    left: -100px;
}

#testimonialcarousel .carousel-control-next {
    right: -100px;
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free" !important;
}

#testimonialcarousel .tmonial p.text i {
    font-size: 32px;
}

.tmonial .quote {
    font-size: 52px;
    text-align: center;
    width: 100%;
    display: block;
    color: #d4af37;
}

#policy-menu .btn-menu {
    color: #fff;
    padding: 15px;
}

#policy-menu .btn-selected {
    background-color: #b5a18b;
    border-color: #b5a18b;
    cursor: default;
}

#policy-menu .menu-item {
    width: auto;
    float: left;
    margin-right: 20px;
}

#policy-menu {
    padding: 20px 5px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.tmonial .name {
    font-size: 18px;
}

.tmonial .country {
    font-weight: 300;
}

.black {
    color: #000 !important;
}

#services .section-heading .section-heading-upper {
    font-size: 3rem;
}

.service .name .intro-button {
    position: relative;
    bottom: 0;
}

.service .name .servicebtn {
    width: 100%;
}

#insights-page .date {
    text-align: right;
    font-size: 12px;
    font-weight: 600;
}

#insights-page .author {
    text-align: left;
    font-size: 12px;
    font-weight: 600;
}

#insights-page .views {
    text-align: left;
    font-size: 12px;
    font-weight: 300;
}

#insights-page .share {
    text-align: right;
    color: #b5a18b;
}

#blog1-bg {
    background-image: url(../assets/img/insights/1.png);
    background-attachment: fixed !important;
    background-position: center !important;
    background-size: cover !important;
    min-height: 100vh;
    margin: 0;
}

#insights-page .main {
    margin-bottom: 70px;
}

@media (max-width: 820px) {
    .flip-card-front h3 {
        font-size: 1.2rem;
    }

    .flip-card-back h3 {
        font-size: 1.1rem;
    }

    .flip-card-back p {
        font-size: 0.85rem;
    }

    #testimonialcarousel .carousel-control-next {
        right: 0;
    }

    #testimonialcarousel .carousel-control-prev {
        left: 0;
    }

    #testimonialcarousel .tmonial p.text {
        font-size: 12px;
        overflow: scroll;
    }

    #contact-icon {
        width: 40px;
        height: 42px;
    }

    .footer-bottom ul li a,
    .copyright {
        font-size: 12px;
    }

    .footer-bottom ul li {
        padding: 0 9px;
        font-size: 12px;
    }

    .btn-xl {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .logo {
        max-width: 50%;
    }

    #mainNav .navbar-brand {
        width: 70%;
    }

    button.navbar-toggler {
        font-size: 16px;
    }

    #mainNav .navbar-nav .nav-item .nav-link {
        font-size: 12px;
        text-align: right;
    }

    #services .section-heading .section-heading-upper {
        font-size: 2rem;
    }

    .section-heading .section-heading-lower {
        font-size: 1.5rem;
    }

    .services .product-item-description {
        flex-direction: column;
    }

    .services .intro-button {
        margin-top: -40px;
    }

    #insights-page .mimage {
        margin-bottom: 10px;
    }

    section.service {
        padding: 0;
    }

    .service .pad-right {
        margin-left: 0;
        margin-top: 0;
    }

    .service .text {
        width: 100%;
    }

    /*.service .item:first-child {
        margin-top: 50px;
    }*/

    .deliver .row {
        margin: 0 2px;
    }

    .service .deliver .box {
        margin-right: 0;
    }

    .service .bg {
        height: 175px;
    }

    #bgvideo {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        object-fit: cover;
        z-index: -1;
    }

    .service .moboff .item {
        max-height: 100%;
        height: 400px;
    }

    .service .mobon .item {
        max-height: 100%;
        height: 75px;
    }

    .service .mobon h6 {
        font-size: 13px;
    }

    .moboff {
        display: none;
    }

    .mobon {
        display: flex !important;
    }

    .service {
        margin-bottom: 2rem !important;
    }

    .service .noname {
        padding: 2px;
    }

    .service .mobon h4.small {
        margin-top: 30px;
    }

    .service .text {
        margin-top: 1px;
    }

}

.mobon {
    display: none;
}

.service h4.small {
    font-size: 18px;
}