body {
    font-family: 'Poppins', sans-serif;
    transition: margin 0.5s;
    height: 100vh;
}


.btn-call-us {
    background-color: #D9B79A;
    color: #fff;
    border: none;
    padding: 8px 16px;
    font-weight: 500;
    text-decoration: none;
}

.btn-call-us:hover {
    opacity: 0.8;
    transition: 0.3s ease;
    text-decoration: none;
    color: white;
}

.bg-img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url("https://ik.imagekit.io/30yni/img/slider-images/construction-site-2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    backdrop-filter: blur(2px);
   
    
}


.icon-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    background-color: white;
    color: black;
    border: 2px solid transparent;
    border-radius: 15px;
    transition: background-color 0.3s, border-color 0.3s;
}

.icon-container:hover {
    background-color: #f05223;
    border-color: white;
    color: white;
    cursor: pointer;
}

.icon-container:hover a {
    background-color: transparent;
    text-decoration: none;
    color: white;
}

.rounded-button span {
    font-weight: 600;
    font-size: 1.1em;
}

.rounded-button {
    color: #333;
}

.logo-container {
    padding: 20px;
    background-color: #ededed;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.logo {
    width: 150px;
}

.icons {
    width: 30px;
}

.social-icons {
    width: 55px;
}

.width-adjust {
    width: 70%;
}

.share-btn {
    border: none;
    background-color: transparent;
    color: black;
    font-size: 18px;
    border-radius: 10%;
    transition: 0.3s ease-in-out;
}

.icon-container:hover .share-btn {
    color: white;
}

.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.modal-content {
    width: 80%;
}

.modal-body a {
    display: block;
    padding: 10px 0;
    color: #333;
    text-decoration: none;
    transition: background-color 0.3s ease-in-out;
    position: relative;
}

.modal-body a:hover {
    background-color: #f8f9fa;
}

.modal-body a::before {
    content: "\200B";
    display: inline-block;
    width: 20px;
}

.modal-body a i {
    margin-right: 10px;
}

.modal-body a::after {
    content: "\2192";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #55acee;
}

@media only screen and (max-width: 768px) {
    .icon-container {
        width: 90%;
        margin: 0 auto;
    }

    .rounded-button {
        padding: 6px 20px;
        width: 100%;
        transition: background-color 0.3s, border-color 0.3s;
    }

    .rounded-button span {
        font-weight: 600;
        font-size: 0.8em;
    }

    .icons {
        width: 25px;
    }

    .social-icons {
        width: 40px;
    }

    .width-adjust {
        width: 100%;
    }
}

.ag-format-container {
    display: flex;
    justify-content: center;
}

.ag-courses_box {
    width: 500px;
    height: 100px;
}

.ag-courses_item {
    width: 100%;
    height: 100%;
}

.ag-courses-item_link {
    padding: 30px 20px;
    border: 2px solid #BF6734;
    backdrop-filter: blur(8px);
    overflow: hidden;
    position: relative;
    min-height: 87px;
    margin: 0 0 25px;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    color: #FFF;
    z-index: 2;
}

.ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date {
    text-decoration: none;
    color: #FFF;
}

.ag-courses-item_link:hover .ag-courses-item_bg {
    transform: scale(10);
}

.ag-courses-item_date-box {
    font-size: 18px;
    color: #FFF;
    z-index: 2;
    position: relative;
}

.ag-courses-item_bg {
    height: 128px;
    width: 128px;
    background-color: #BF6734;
    z-index: -1;
    position: absolute;
    top: -75px;
    right: -75px;
    border-radius: 50%;
    transition: all .5s ease;
}

@media only screen and (max-width: 979px) {
    .ag-courses_item {
        -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
    }
    .ag-courses-item_title {
        font-size: 24px;
        cursor: pointer;
    }
}

@media only screen and (max-width: 767px) {
    .ag-format-container {
        width: 96%;
    }
}

@media only screen and (max-width: 639px) {
    .ag-courses_item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }
    .ag-courses-item_title {
        min-height: 72px;
        line-height: 1;
        font-size: 24px;
        cursor: pointer;
    }
    .ag-courses-item_link {
        padding: 22px 40px;
    }
    .ag-courses-item_date-box {
        font-size: 16px;
    }
}
