h3 {
    font-size: 24px;
}

.container {
    max-width: 105rem
}

span {

    color: rgba(57, 112, 233, 1);
}

.contact-card {
    background-color: #007bff17;
    padding: 40px;
    border: none !important;
    border-radius: 20px !important;
}

.getTouch p {
    font-size: 1.625rem;
    font-weight: 400
}

.header {
    line-height: 4.0856rem
}

.sub-header {
    font-size: 1.5rem
}

.custom-card img {
    width: 4.125rem;
    height: 4.125rem
}

.custom-card {
    padding: 1.5rem;
    border-radius: .75rem;
    border: .0313rem solid rgba(0, 0, 0, .4)
}

.custom-card:hover {
    transform: scale(1.05);
    box-shadow: 0 .25rem .9375rem rgba(0, 0, 0, .2);
    background: rgba(246, 246, 246, 1)
}

.custom-card h3 {
    font-weight: 400;
    margin-top: .625rem
}

.consult-service {
    padding: 3.625rem 12.9375rem 3.5625rem 12.9375rem;
    background: rgba(246, 246, 246, 1)
}

.consult-service p {
    font-size: 1.5rem
}

.getTouch {
    margin-bottom: 4.3125rem
}

.getTouch-details {
    font-weight: 700 !important
}

.getTouch-para {
    font-size: 1rem !important
}

.company-details img {
    width: 3.25rem;
    height: 3.25rem
}

.form-control {
    height: 4.4375rem;
    padding: .625rem 1rem .625rem 1rem;
    border-radius: .5rem;
    border: .0625rem solid rgba(0, 0, 0, .12)
}

.submit-para {
    opacity: .0375rem !important;
    font-size: 14px !important
}

.submit-btn {
    width: 20.1875rem;
    height: 3.375rem;
    padding: 1rem;
    border-radius: 1.5rem;
    background: rgba(57, 112, 233, 1);
    font-family: Open Sans;
    font-size: 1rem;
    font-weight: 700
}

.company-details {
    width: 443px
}

.submit-btn:hover {
    background: linear-gradient(90.6deg, #051839 8.49%, #0446a3 30.52%, #0346a3 69.85%, #051939 100.27%);
    color: rgba(255, 255, 255, 1)
}

.map-container {
    position: relative;
    width: 100%;
    height: 46.0185vh
}

iframe {
    border: 0;
    width: 100%;
    height: 100%
}

.info-card {
    position: absolute;
    top: 19%;
    left: 4%;
    width: 25.375rem;
    height: auto;
    padding: 1.0625rem 2rem 1.0625rem 2rem;
    gap: .4375rem;
    border-radius: .75rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 .25rem 1.7625rem 0 rgba(167, 167, 167, .25);
    z-index: 1000
}

.infoCard-heading {
    font-size: 1.5rem;
    font-weight: 700
}

.infoCard-para {
    font-size: 1rem;
    font-weight: 400
}


.address-number {
    margin-left: 27px;
    margin-top: -26px;
}

@media (max-width:480px) {
    .social-icons a {
        font-size: 1.3em
    }
}

@media screen and (max-width:576px) {
    h1 {
        font-size: 1.1rem !important;
        font-weight: 700
    }
   
    .consult-service p {
        font-size: 0.9rem !important;
        padding: 0px !important;
        text-align: start;
    }

    .consult-service {
        padding: 10px!important;
        background: rgba(246, 246, 246, 1)
    }

    .getTouch p {
        font-size: 0.9rem !important;
        font-weight: 400;color: #666;
    }

    .sub-header {
        font-size: 1.2rem !important
    }

    .header {
        line-height: 3.0856rem
    }
    .contact-card {
        padding: 0px;
        margin-top: 20px;
    }

    .custom-card img {
        width: 3.125rem;
        height: 3.125rem
    }

    .company-details {
        width: initial
    }

    .submit-btn {
        width: 15.1875rem !important;
        height: 3.375rem;
        padding: 1rem;
        border-radius: 1.5rem;
        background: rgba(57, 112, 233, 1);
        font-family: Open Sans;
        font-size: 1rem;
        font-weight: 700
    }

    .info-card {
        position: absolute;
        left: 4%;
        width: 16rem !important;
        height: auto;
        padding: 1.0625rem 2rem 1.0625rem 2rem;
        gap: .4375rem;
        border-radius: .75rem;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0 .25rem 1.7625rem 0 rgba(167, 167, 167, .25);
        z-index: 1000
    }



    .p-5 {
        padding: none !important
    }

   

    .address {
        margin-left: 25px;
        margin-top: initial !important;
    }

    .address-number {
        margin-left: 27px;
        margin-top: initial;
    }
}

@media screen and (min-width:576px) and (max-width:767px) {
    .consult-service {
        padding: 10px;
        background: rgba(246, 246, 246, 1)
    }

    h1 {
        font-size: 2.5rem !important;
        font-weight: 700
    }

    .consult-service p {
        font-size: 1.4rem !important;
        padding-top: 10px
    }

    .custom-card img {
        width: 3.125rem;
        height: 3.125rem
    }

    .company-details {
        width: auto
    }

    .consult-service {
        padding: 30px 30px 30px 30px !important;
        background: rgba(246, 246, 246, 1)
    }


    footer {
        flex-direction: column;
        text-align: center
    }

    .footer-column {
        flex: 1 1 100%;
        margin-bottom: 20px
    }

    .social-icons {
        justify-content: center
    }

    footer {
        background-color: #fff;
        color: #333;
        padding-top: 60px;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        border-top: 1px solid #ddd;
        box-sizing: border-box;
        margin-top: 120px
    }

    .address-number {
        margin-left: 28px;
        margin-top: initial !important;
    }

    .address {
        margin-left: 25px;
        margin-top: initial !important;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .company-details {
        width: auto
    }

    .logo img {
        width: 40px !important;
        height: 40px !important;
    }

    .logo {
        margin-left: initial !important;
    }

    .footer-tittle {
        font-size: 1.5rem !important;
    }

    .footer-column h3 {
        font-size: 1.1rem;
        margin-bottom: 15px;
        color: #fff;
    }

    .logo {
        display: flexbox !important;
    }



}

@media screen and (min-width:992px) and (max-width:1200px) {
    .consult-service {
        padding: 50px 50px;

        background: rgba(246, 246, 246, 1)
    }

    .getTouch p {
        font-size: 1.325rem;
        font-weight: 400
    }

    h1 {
        font-size: 2.8rem;
        font-weight: 600
    }

    .map-container {
        position: relative;
        width: 100%;
        height: 69.0185vh;
        margin-bottom: 50px
    }

    .company-details {
        width: 443px
    }

    .address-number {
        margin-left: 28px;
        margin-top: -26px;
    }

    .logo img {
        width: 50px !important;
        height: 50px !important;
    }


}

.container {
    max-width: 105rem;
}

h1 {
    font-size: 3rem;
    font-weight: 700
}

/* span {
    color: rgba(57, 112, 233, 1)
} */

.getTouch p {
    font-size: 1.5rem;
    font-weight: 400
}

.navbar-brand {
    font-size: 2.25rem;
    font-weight: 700
}

.navbar-nav .nav-item {
    font-size: 1.125rem;
    font-weight: 400;
    color: #000
}

.navbar-nav .nav-link:last-child {
    margin-right: 0
}

.dropdown-menu li {
    position: relative
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: .625rem
}

.dropdown-menu>li:hover>.dropdown-submenu {
    display: block
}

.header {
    line-height: 4.0856rem
}

.sub-header {
    font-size: 1.5rem
}

.custom-card img {
    width: 4.125rem;
    height: 4.125rem
}

.custom-card {
    padding: 1.5rem;
    border-radius: .75rem;
    border: .0313rem solid rgba(0, 0, 0, .4)
}

.custom-card:hover {
    transform: scale(1.05);
    box-shadow: 0 .25rem .9375rem rgba(0, 0, 0, .2);
    background: rgba(246, 246, 246, 1)
}

.custom-card h3 {
    font-weight: 400;
    margin-top: .625rem
}

.consult-service {
    padding: 4.625rem 12.9375rem 4.5625rem 12.9375rem;
    background: rgba(246, 246, 246, 1)
}

.consult-service p {
    font-size: 1.5rem
}

.getTouch {
    margin-bottom: 4.3125rem
}

.getTouch-details {
    font-weight: 700 !important
}

.getTouch-para {
    font-size: 1rem !important
}

.company-details img {
    width: 3.25rem;
    height: 3.25rem
}

.form-control {
    height: 3rem;
    padding: .625rem 1rem .625rem 1rem;
    border-radius: .5rem;
    border: .0625rem solid rgba(0, 0, 0, .12)
}

.submit-para {
    opacity: .0375rem !important;
    font-size: 14px !important
}

.submit-btn {
    width: 20.1875rem;
    height: 3.375rem;
    padding: 1rem;
    border-radius: 1.5rem;
    background: rgba(57, 112, 233, 1);
    font-family: Open Sans;
    font-size: 1rem;
    font-weight: 700
}

.submit-btn:hover {
    background: linear-gradient(90.6deg, #051839 8.49%, #0446a3 30.52%, #0346a3 69.85%, #051939 100.27%);
    color: rgba(255, 255, 255, 1)
}

.map-container {
    position: relative;
    width: 100%;
    height: 46.0185vh;
    margin-bottom: 50px;
}

iframe {
    border: 0;
    width: 100%;
    height: 100%
}

.info-card {
    position: absolute;
    top: 19%;
    left: 4%;
    width: 25.375rem;
    height: auto;
    padding: 1.0625rem 2rem 1.0625rem 2rem;
    gap: .4375rem;
    border-radius: .75rem;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 .25rem 1.7625rem 0 rgba(167, 167, 167, .25);
    z-index: 1000
}

.infoCard-heading {
    font-size: 1.5rem;
    font-weight: 700
}

.infoCard-para {
    font-size: 1rem;
    font-weight: 400
}

@media screen and (min-width:768px) and (max-width:991px) {
    .company-details {
        width: 370px !important
    }

    .consult-service {
        padding: 25px !important;
        background: rgba(246, 246, 246, 1)
    }

    footer {
        background-color: #fff;
        color: #333;
        /* padding-top: 60px; */
        padding-top: 9px;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        border-top: 1px solid #ddd;
        box-sizing: border-box;
        margin-top: 130px
    }

}

/* .card-container {
    perspective: 1000px;
    width: 450px;
    Adjust as needed
    height: 250px;
    Adjust as needed
} */
.card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    height: 250px;
    padding-left: 10px;
    padding-right: 10px;

}

.custom-card {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.6s ease;
}

.custom-card img {
    width: 4.125rem;
    height: 4.125rem;
}

.custom-card .front,
.custom-card .back {
    position: absolute;
    width: 97%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    border-radius: 0.75rem;
    padding: 1.5rem;
    border: 0.0313rem solid rgba(0, 0, 0, 0.4);
}

.custom-card .front {
    background: rgba(246, 246, 246, 1);
}

.custom-card .back {
    background: #e3e3e3;
    transform: rotateY(180deg);
}

.custom-card h3 {
    font-weight: 400;
    margin-top: 0.625rem;
    /* text-align: center; */
}

.card-container:hover .custom-card {
    box-shadow: 0 0.25rem 0.9375rem rgba(0, 0, 0, 0.2);
}

.card-container.flipped .custom-card {
    transform: rotateY(180deg);
}

/* Responsive styles */
@media (max-width: 600px) {
    .card-container {
        /* width: 250px; */
        height: 180px;
    }
}

.footer-column {
    .logo {
        margin-left: 45px;
    }
}

.footer-section {
    background-color: #0b0e32;
    color: #ffffff;
}

.footer-tittle {
    font-size: 2rem;
}




.footer-section a {
    color: #ffffff;
}

.social-icons {
    display: flex;
    gap: 14px;
}

.social-icons a {
    font-size: 1.5em;
    /* color: #333; */
    transition: color .3s ease;
}

.social-icons a:hover {
    color: #007bff;
}

.address {
    margin-left: 25px;
    margin-top: -39px;
}



.link-heading {
    font-size: 1.3rem;
}

hr {
    width: 103px;
    color: #ffffff;
    /* color: #1E90ff; */
    height: 2px;

}

.explore-us {
    margin-bottom: 50px;
}

.footer-tittle {
    margin-left: 20px;
}

.map {
    margin-bottom: 50px;
}


/* offcanavads code */