
#topnav .navigation-menu {
    align-items: center;
}

/* Position the mob_social container in the top-right */
.mob_social {
    position: absolute;
    top: 10px; /* Distance from the top of the screen */
    right: 10px; /* Distance from the right of the screen */
    display: flex;
    gap: 20px; /* Space between the icons */
}

.head-social {
    background-color: #2d2b5d;
    border: 1px solid #2d2b5d;
    box-shadow: 0 0 12px 2px #00000020;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    transition: 0.5s all ease-in-out;
}

#topnav .navigation-menu .head-social a {
    padding: 0px 0 !important;
    padding-right: 0 !important;
    line-height: 0 !important;
    min-height: 0 !important;
}

.head-social:hover {
    background-color: #fff;
}

.head-social:hover i {
    color: #2d2b5d;
}

.head-social i {
    font-size: 18px;
    color: #fff;
}

.mobile_social{
    display:none!important;
}

 @media (max-width: 768px) {
.mobile_social{
    display:block!important;
    position: fixed;
}
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-25 {
    margin-bottom: 25px;
}
        .contact-bg {
    background-color: #E0EDFF;
}
            .contact-title {
            /*color: var(--tp-common-11);*/
            /*font-family: var(--tp-ff-jakarta);*/
            font-size: 50px;
            font-weight: 700;
        }
        .contact-content p {
    font-family: var(--tp-ff-jakarta);
    margin-bottom: 32px;
}
.contact-info {
    padding-right: 100px;
}
.contact-mail {
    background: #fff;
    border-radius: 6px;
    font-size: 18px;
    /*font-family: var(--tp-ff-jakarta);*/
    display: block;
    position: relative;
    padding: 20px 30px 18px 30px;
}
.contact-mail span {
    display: inline-block;
    transform: translateY(-1px);
    margin-right: 10px;
}
.contact-mail i {
    text-align: right;
    height: 34px;
    width: 34px;
    line-height: 26px;
    text-align: center;
    border: 1px solid #E7E8EB;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.contact-mail i svg {
    display: inline;
    color: #0E1331;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.contact-social {
    border-radius: 6px;
    background: #fff;
    display: inline-block;
}
.contact-social a {
    display: inline-block;
    color: #55585B;
    padding: 8px 26.5px;
    position: relative;
}
.contact-social a::before {
    position: absolute;
    content: "";
    right: -6px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: #E7E8EB;
}
.contact-form {
    background: #fff;
    box-shadow: 0px 40px 50px rgb(3 8 31 / 10%);
    border-radius: 20px;
    padding: 60px 70px 70px 70px;
    margin-bottom: 0px;
    position: relative;
    z-index: 2;
}
.contact-form-title {
    font-family: var(--tp-ff-jakarta);
    font-weight: 600;
    font-size: 26px;
    
    margin-bottom: 35px;
}
.contact-form-input input, .contact-form-input textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #E7E8EB;
    box-shadow: 0px 1px 1px rgb(3 8 31 / 8%);
    border-radius: 6px;
    height: 54px;
    padding: 5px 22px;
    margin-bottom: 25px;
}
.contact-form-input textarea {
    height: 180px;
    resize: none;
    padding: 22px 22px;
    margin-bottom: 14px;
}
.contact-form-check .contact-form-label {
    font-family: var(--tp-ff-jakarta);
    font-size: 14px;
    color: #84848B;
    cursor: pointer;
}
.contact-form-btn .tp-btn {
    padding: 14px 46px;
}
.tp-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background:#4260ff;
    font-family: var(--tp-ff-jakarta);
    text-align: center;
    padding: 12px 33px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 4px;
}
.map-wrapper {
    padding-top: 112px;
    padding-bottom: 123px;
    position: relative;
}
.map-content span {
    font-family: var(--tp-ff-jakarta);
    font-weight: 500;
    font-size: 14px;
    line-height: 12px;
    color: #0E1331;
    margin-bottom: 11px;
    display: inline-block;
}
.map-title {
    font-family: var(--tp-ff-jakarta);
    font-weight: 700;
    font-size: 50px;
    line-height: 1.12;
    color: #0E1331;
    margin-bottom: 49px;
}
.map-wrap ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.map-wrap ul li {
    list-style: none;
    width: 50%;
    flex: 0 0 50%;
}
.location-icon {
    margin-bottom: 25px;
}
.location-title {
    font-family: var(--tp-ff-jakarta);
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #0E1331;
}
.location-content p {
    font-family: var(--tp-ff-jakarta);
    font-size: 15px;
    line-height: 24px;
}
.map-bg {
    position: absolute;
    bottom: 0px;
    right: 0;
    top: 0;
    height: 100%;
    width: 44%;
    z-index: 1;
}
.map-bg iframe {
    height: 100% !important;
    width: 100% !important;
}
.map-bg {
    position: absolute;
    right: -2.7% !important;
    top: -33.2% !important;
    height: 750px;
    /*width: 100%;*/
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -2;
}
.social-icons-fixed {
    position: fixed;
    top: 30%; /* Center vertically */
    right: 0px; /* Distance from the left edge */
    transform: translateY(-50%); /* Adjust to perfectly center */
    display: none; /* Hidden by default */
    flex-direction: column;
    gap: 15px; /* Space between icons */
    z-index: 1000; /* Ensure it stays above other elements */
}

/* Show the icons only on mobile screens */
@media (max-width: 768px) {
    .social-icons-fixed {
        display: flex;
    }
}

.social-icons-fixed .icon {
    background-color: #2d2b5d;
    border: 1px solid #2d2b5d;
    box-shadow: 0 0 12px 2px #00000020;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all ease-in-out;
    text-decoration: none; /* Remove underline */
}

/* Phone Icon Styling */
.social-icons-fixed .icon.phone {
    background-color: #28a745; /* Green background */
    border-color: #28a745;
}

.social-icons-fixed .icon.phone i {
    color: #fff; /* White icon */
}

/* LinkedIn Icon Styling */
.social-icons-fixed .icon.linkedin {
    background-color: #0A66C2; /* LinkedIn brand color */
    border-color: #0A66C2;
}

.social-icons-fixed .icon.linkedin i {
    color: #fff; /* White icon */
}

/* Hover Effects */
.social-icons-fixed .icon:hover {
    background-color: #fff;
}

.social-icons-fixed .icon.phone:hover i {
    color: #28a745;
}

.social-icons-fixed .icon.linkedin:hover i {
    color: #0A66C2;
}
.privacy-policy{
    background-image: url(../img/privacy-policy.png);
}
.tems-condition{
    background-image: url(../img/terms-condition.png);
}
.privacy-content{
padding: 130px 0;
}
.privacy-content p{
    text-align: left;
}
.privacy-div ul li{
    margin-bottom: 10px;
}
.privacy-div ul li b,.privacy-div p b{
    color: #2d2b5d;
}
.privacy-div p a{
    color: #0da9af;
}
.privacy-content .md\:text-3xl {
    font-size: 1.475rem !important;
}