@font-face {
    font-family: 'SulimanLipi';
    src: url('font/SolaimanLipi_22-02-2012.ttf') format('truetype');
}
@font-face {
    font-family: 'calibri';
    src: url('font/calibri.ttf') format('truetype');
}

body {
    font-family: 'calibri', sans-serif;
    overflow-x: hidden;
    background-color: #f1ebeb;
}
.bg-main{
    background-color: cornsilk;
    /*background-color: #FFFB57;*/
}
footer{
    background-color: cornsilk;
}
p {
    text-align: justify;
}

/*other page bg*/
.page-content {
    background-color: rgba(242, 246, 238, 1);
    min-height: 100vh;
}

.service_card {
    border: 1px solid #28a745;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.service_card:hover {
    border: 1px solid #007bff;
    transform: scale(1.1);
    /*background: #5cb247;*/
}
.inner-container-small {
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
}
.icon-lg {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    font-size: 1.2rem;
}


#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 21px;
    font-weight: 800;
    border: none;
    outline: none;
    background: #009A4E;
    color: #ffff;
    cursor: pointer;
    padding: 6px;
    border-radius: 5px;
}

#myBtn:hover {
    background: #ef0f0f;
}
.loction-map{
    height: 522px;
}

.avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    border-radius: 5%;
}


/* contact.html page style */
.input-container {
    position: relative;
}

/* Style the label */
.input-container label {
    position: absolute;
    top: -10px;
    left: 17px;
    background-color: rgb(251 251 251);
    padding: 0 5px;
    font-size: 16px;
    color: #333;
}

/* Style the input field */
.custom-input {
    width: 100%;
    /*background-color: rgba(242, 246, 238, 1);*/
    padding: 10px;
    border: 1px solid rgba(196, 201, 191, 1);
    outline: none;
    border-radius: 8px;
    font-size: 13px;
}

/* Style the textarea */
.custom-textarea {
    width: 100%;
    height: 150px; /* Adjust the height as needed */
    /*background-color: rgba(242, 246, 238, 1);*/
    padding: 10px;
    border: 1px solid rgba(196, 201, 191, 1);
    outline: none;
    border-radius: 8px;
    font-size: 16px;
    resize: vertical; /* Allow vertical resizing */
}

.list {
    position: relative;
}
.list h2 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.list ul {
    position: relative;
}
.list ul li {
    position: relative;
    left: 0;
    /*color: #fce4ec;*/
    list-style: none;
    margin: 4px 0;
    border-left: 2px solid #556b2f;
    transition: 0.5s;
    cursor: pointer;
}
.list ul li:hover {
    left: 10px;
}
.list ul li span {
    position: relative;
    padding: 8px;
    padding-left: 12px;
    display: inline-block;
    z-index: 1;
    transition: 0.5s;
}
.list ul li:hover span {
    color: #111;
}
.list ul li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #556b2f;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.5s;
}
.list ul li:hover:before {
    transform: scaleX(1);
}

h1 {
    text-align: center;
    margin-top: 60px;
    padding: 0 30px;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.4;
}
/*Form*/
.form-container {
    margin-top: 86px;
}

.card-custom {
    background-color: #f4f7f8;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.form-control-lg {
    height: 60px;
    font-size: 16px;
}

.form-select-lg {
    height: 60px;
    font-size: 16px;
}

.btn-custom {
    background-color: #4bc970;
    color: #fff;
    font-size: 18px;
    padding: 1rem;
    border: 1px solid #3ac162;
    border-radius: 5px;
    box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
}

.btn-custom:hover {
    background-color: #45a64c;
}

.modal-custom {
    background-color: #d4edda;
    border: 2px solid #28a745;
}

.modal-header-custom {
    background-color: #28a745;
    color: white;
}

.modal-body-custom {
    color: #155724;
    font-size: 1.2rem;
}

.modal-footer-custom {
    background-color: #f8f9fa;
}
