/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 19 2025 | 03:50:56 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
.btn-primary {
    background-color: #9AC133;
}
.container-xxl .text-primary {
	color: #9AC133 !important;
}
.col-lg-6 .bg-primary{
	background-color: #9AC133 !important;
}
.dropdown-item:hover{
	background-color: #9AC133 !important;
	color:#fff;
}

html {
    margin: 0 !important;
}

body {
    position: relative;
}

.adcontactsm {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.adcontactsm .callsm {
    background-color: #c0944a;
    padding: 10px 15px;
    position: fixed;
    left: 4px;
    bottom: 90px;
    font-size: 20px;
    border-radius: 50%;
}

.adcontactsm .whatsappsm {
    background-color: #c0944a;
    padding: 4px 12.32px 2.5px 12.32px;
    position: fixed;
    left: 4px;
    bottom: 30px;
    font-size: 29px;
    border-radius: 50%;
}

.gtqtm {
    background-color: #cb9247;
    padding: 5px 12px;
    border-radius: 5px;
    font-weight: 600;
}

.chatbtmsm {
    background-color: #cb9247;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    position: fixed;
    bottom: 0;
    cursor: pointer;
    right: 60px;
}

.chatbtmsm>h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.contactfmsv p {
    margin: 0 0 15px 0;
}

.contactfmsv input, .contactfmsv textarea {
    background-color: transparent;
    border: 1px solid #dddddd;
    padding: 6px 15px;
    font-size: 13px;
    width: 100%;
    border-radius: 8px;
    outline: unset;
}

.contactfmsv ::placeholder {
    color: #939191;
}

.contactfmsv textarea {
    height: 80px;
}

.contactfmsv .submtfm input {
    background-color: #cb9247;
    color: #fff;
    border: unset;
    font-size: 14px;
}

.msgcont {
    background-color: #fff;
    position: fixed;
    bottom: -100%;
    right: 60px;
    padding: 15px 15px 0 15px;
    border-radius: 10px 10px 0 0;
    box-shadow: 0px 0px 6px 0px #9AC133;
    transition: 1s;
    max-width: 370px;
}

.msgcont .wpcf7-not-valid-tip {
    font-size: 11px;
}

.msgcont .wpcf7-response-output {
    margin: 0 0 20px 0 !important;
}

.msgcont .clsm {
    position: absolute;
    top: 14px;
    right: 25px;
    background-color: #000;
    color: #fff;
    line-height: 1;
    padding: 4px 7px;
    border-radius: 50%;
    font-weight: 700;
    cursor: pointer;
}

.bfm-show.msgcont {
    bottom: 0;
}

.submtfm>p {
    margin: 0;
}

.msgcont>h3 {
    margin: 0 0 20px 0;
    font-size: 22px;
}

.plnumr-fsm {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    row-gap: 18px;
    column-gap: 10px;
    justify-content: center;
}

.plnumr-fsm p {
    display: flex;
    flex-direction: column;
    margin: 0;
    row-gap: 4px;
}

.plnumr-fsm>div:not(:last-child) {
    width: calc(25% - 8px);
}

.plnumr-fsm input, .plnumr-fsm select {
    width: 100%;
    padding: 5px 10px;
    height: 100%;
    font-size: 14px;
}

.plnumr-fsm .wpcf7-validates-as-date {
    font-size: 12px;
}

.plnumr-fsm label {
    color: #9AC133;
    font-size: 14px;
    font-weight: 600;
}

.plnumr-fsm .submtbtn {
    width: 100%;
    max-width: 335px;
}

.plnumr-fsm .submtbtn input {
    background-color: #9AC133;
    border: unset;
    padding: 8px 0;
    border-radius: 7px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.wchosesm {
    margin: 0 0 75px 0;
}

.wchosesm>div {
    max-width: 1180px;
    margin: 0 auto;
}

.wchosesm>div:first-child p {
    max-width: 700px;
    margin: 0 auto 50px auto;
}

.chosecdsm {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 30px;
}

.chosecdsm>div {
    width: calc(33.33% - 23px);
    padding: 30px 20px;
    box-shadow: 0 0 7px -2px #706868;
    border-radius: 8px;
    text-align: center;
}

.chosecdsm h4 {
    margin: 0 0 15px 0;
}

.chosecdsm p {
    margin: 0;
}

.package-item img {
    height: 270px;
	width: 100%;
    object-fit: cover;
}

.cntpg-info a {
    color: #000;
}

.enquire-fsm {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
    justify-content: center;
}

.enquire-fsm>div:not(:last-child, .msfl) {
    width: calc(50% - 10px);
}

.enquire-fsm p {
    display: flex;
    flex-direction: column;
    margin: 0;
    row-gap: 4px;
}

.enquire-fsm input, .enquire-fsm textarea, .enquire-fsm select {
    width: 100%;
    padding: 5px 10px;
    outline: unset;
}

.enquire-fsm input, .enquire-fsm textarea {
    font-size: 14px;
}

.enquire-fsm select {
	padding: 7px 10px;
}

.enquire-fsm .msfl, .enquire-fsm .submtbtn {
    width: 100%;
}

.enquire-fsm .msfl textarea {
    height: 100px;
}

.enquire-fsm .submtbtn input {
    background-color: #9AC133;
    border: unset;
    padding: 10px;
    color: #fff;
    font-size: 18px;
}

.contactus-fsm {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 20px;
    justify-content: center;
}

.contactus-fsm>div:not(:last-child, .fldf) {
    width: calc(50% - 10px);
}

.contactus-fsm p {
	margin: 0;
}

.contactus-fsm input, .contactus-fsm textarea {
    width: 100%;
    padding: 10px 14px;
    outline: unset;
    border: 1px solid #d9d9d9;!;
}

.contactus-fsm .fldf, .contactus-fsm .submtfm {
    width: 100%;
}

.contactus-fsm .submtfm input {
    background-color: #9AC133;
    border: unset;
    color: #fff;
    padding: 12px 15px;
    font-size: 18px;
}

.about-fimg img {
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
}
.blgmncnt {
    max-width: 850px;
    margin: 0 auto;
}

.blogdp-cnt>img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin: 7px 0 35px 0;
}

.trmp-sm {
    max-width: 1200px;
}

.trmp-sm p {
    margin: 0 0 5px 0;
}

.trmp-sm h3 {
    margin: 25px 0 12px 0;
}

.hdrnv .nav-link.dropdown-toggle:after {
    display: none !important;
}

.hdrnv  .nav-link.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hdrnv .nav-link.dropdown-toggle i {
    padding: 5px 10px;
}

.innerbanner-header>h2 {
    text-align: center;
    margin: 0 0 30px 0;
    color: #fff;
}

.pkcds>div {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    overflow: hidden;
	height: 100%;
}

.pdg-iconcdsm img {
    width: 55px;
}

.pkcds small i {
	color: #8fc23d !important
}

/* Media Queries Start */

@media screen and (max-width: 1100px) {
    .beat-header, .hero-header {
        background-size: cover;
    }
}

@media screen and (max-width: 767px) {
    .chatbtmsm, .msgcont {
        right: 10px;
    }
    .plnumr-fsm>div:not(:last-child) {
        width: calc(50% - 5px);
    }
    
    .chosecdsm>div, .enquire-fsm>div:not(:last-child, .msfl), .contactus-fsm>div:not(:last-child, .fldf) {
        width: 100%;
    }
}