* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

input:focus,
a:focus,
button:focus,
textarea:focus,
select:focus {
    outline: none !important;
    box-shadow: none !important;
}

a,
img,
button,
input[type="submit"],
div {
    transition: all 0.5s ease;
}

img {
    max-width: 100%;
}

.fa.fa-twitter {
    font-family: sans-serif;
}

.fa.fa-twitter::before {
    content: "𝕏";
    font-size: 1.2em;
}

body {
    font-family: "Inter Tight", sans-serif !important;
    font-weight: 400 !important;
    background: #fff !important;
    color: #000 !important;
}

header.site-header {
    margin: 0;
    padding: 15px 0;
    position: relative;
    background: #fff;
    width: 100%;
    border-bottom: 5px solid #99b437;
}

header.site-header .row {
    align-items: center;
}

header.site-header .site-logo h3 {
    font-size: 24px;
    font-weight: 700;
    color: #99b437;
    margin: 0;
}

header.site-header .site-logo span {
    font-size: 14px;
    margin: 0;
}



header.site-header .main-menu {
    margin: 0;
    padding: 0;
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    justify-content: center;
}

header.site-header .main-menu li {
    margin: 0;
    padding: 0;
}

header.site-header .main-menu li a {
    margin: 0;
    padding: 10px;
    color: #000;
    text-decoration: none;
}

header.site-header .user-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
    display: flex;
    gap: 15px;
}

header.site-header.fixed-header {
    margin: 0;
    position: fixed;
    width: 100%;
    z-index: 99;
}

header.site-header.fixed-header .site-logo img {
    max-height: 80px;
}

header.site-header .user-list li {
    margin: 0;
    padding: 0;
}

header.site-header .user-list li a {
    color: #fff;
    text-decoration: none;
    font-size: 21px;
}

header.site-header .user-list li a:hover {
    color: #EFA753;
}

header.site-header .header-right {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    align-items: center;
    justify-content: flex-end;
}

header.site-header .custom-btn {
    margin: 0;
    padding: 0;
    position: relative;
}

header.site-header .custom-btn a {
    position: relative;
    height: 50px;
    padding: 0 30px;
    border: 3px solid #fff;
    background: #99b437;
    user-select: none;
    white-space: nowrap;
    transition: all .05s linear;
    font-family: inherit;
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

header.site-header .custom-btn a:before,
header.site-header .custom-btn a:after {
    content: "";
    position: absolute;
    background: #99b437;
    transition: all .2s linear;
}

header.site-header .custom-btn a:before {
    width: calc(100% + 6px);
    height: calc(100% - 16px);
    top: 8px;
    left: -3px;
}

header.site-header .custom-btn a:after {
    width: calc(100% - 16px);
    height: calc(100% + 6px);
    top: -3px;
    left: 8px;
}

header.site-header .custom-btn a:hover:before {
    height: calc(100% - 32px);
    top: 16px;
}

header.site-header .custom-btn a:hover:after {
    width: calc(100% - 32px);
    left: 16px;
}

header.site-header .custom-btn a span {
    font-size: 15px;
    z-index: 3;
    position: relative;
    font-weight: 600;
}


.home-banner {
    margin: 0;
    padding: 120px 0;
    text-align: center;
    color: #fff;
    background: url("https://keepstellasafe.com/wp-content/uploads/2025/12/Main-banner-img.png") no-repeat center center;
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

.home-banner:before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.7);
    content: "";
    left: 0;
    top: 0
}

.home-banner .sub-title {
    font-size: 18px;
}

.home-banner .title {
    font-size: 55px;
    font-family: "DM Serif Display", serif;
    line-height: normal;
}

.home-banner .title a {
    color: #fff;
    text-decoration: none;
}

.home-banner .owl-dots {
    text-align: center;
    margin: 30px 0 0 0;
}

.home-banner .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #fff !important;
    margin: 0 10px;
    border-radius: 100%;
}

.home-banner .owl-dots .owl-dot.active {
    background: #99b437 !important;
}



.company-info {
    margin: 0;
    padding: 60px 0;
    color: #000;
    background: #fff;
}

.company-info .row {
    align-items: center;
}

.company-info .sub-title {
    font-size: 18px;
    color: #444;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.company-info h1 {
    font-size: 48px;
    font-family: "DM Serif Display", serif;
    line-height: normal;
}

.company-info p {
    text-align: justify;
}

.company-info .custom-btn {
    margin: 30px 0 0 0;
    padding: 0;
    position: relative;
}

.company-info .custom-btn a {
    position: relative;
    height: 50px;
    padding: 0 30px;
    border: 3px solid #fff;
    background: #99b437;
    user-select: none;
    white-space: nowrap;
    transition: all .05s linear;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    color: #000;
    text-decoration: none;
}

.company-info .custom-btn a:before,
.custom-btn a:after {
    content: "";
    position: absolute;
    background: #99b437;
    transition: all .2s linear;
}

.company-info .custom-btn a:before {
    width: calc(100% + 6px);
    height: calc(100% - 16px);
    top: 8px;
    left: -3px;
}

.company-info .custom-btn a:after {
    width: calc(100% - 16px);
    height: calc(100% + 6px);
    top: -3px;
    left: 8px;
}

.company-info .custom-btn a:hover:before {
    height: calc(100% - 32px);
    top: 16px;
}

.company-info .custom-btn a:hover:after {
    width: calc(100% - 32px);
    left: 16px;
}

.company-info .custom-btn a span {
    font-size: 15px;
    display: flex;
    color: #fff;
    z-index: 3;
    position: relative;
    font-weight: 600;
}

.company-info .img-box {
    position: relative;
}
.company-info .img-box img {
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.com-bg-light {
    background: #eaece3;
}

.company-info.com-bg-light ul li {
    list-style: circle;
    padding: 0;
    margin: 5px 0;
}

.our-services {
    margin: 0;
    padding: 60px 0;
    text-align: center;
    color: #000;
  
}

.our-services .sub-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #444;
}

.our-services h2 {
    font-size: 48px;
    font-family: "DM Serif Display", serif;
    line-height: normal;
    margin: 0 0 15px 0;
}

.our-services a {
    text-decoration: none;
}

.our-services .slide-content .img-box img {
    height: 250px;
    object-fit: cover;
}

.our-services .slide-content {
    text-align: left;
    background: #99b437;
    color: #fff;
    padding: 20px;
    min-height: 530px;
}

.our-services .programs-slide {
    margin-top: 30px;
}

.our-services .slide-content p:last-child {
    margin-bottom: 0;
}

.our-services .slide-content .title {
    font-size: 18px;
    font-weight: 500;
    margin: 15px 0 0 0;
}


.our-services .owl-dots {
    text-align: center;
    margin: 30px 0 0 0;
}

.our-services .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #b9b9b9 !important;
    margin: 0 10px;
    border-radius: 100%;
}

.our-services .owl-dots .owl-dot.active {
    background: #99b437 !important;
}



footer.site-footer {
    background: #181818;
    color: #fff;
    position: relative;
    margin: 0;
    padding: 45px 0 15px 0;
}

footer.site-footer .footer-top .row {
    align-items: center;
}

footer.site-footer .quick-link {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

footer.site-footer .quick-link li {
    width: 50%;
    padding: 0 15px;
    margin: 0 0 10px 0;
}

footer.site-footer .quick-link li a {
    text-decoration: none;
    color: #fff;
}

footer.site-footer .quick-link li a:hover {
    color: #99b437;
}


footer.site-footer .service-link {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

footer.site-footer .service-link li {
    width: 100%;
    padding: 0;
    margin: 0 0 10px 0;
}

footer.site-footer .service-link li a {
    text-decoration: none;
    color: #fff;
}

footer.site-footer .service-link li a:hover {
    color: #99b437;
}

footer.site-footer .social-list {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
    list-style-type: none;
    align-items: center;
}

footer.site-footer .logo {
    text-align: center;
}

footer.site-footer .logo img {
    max-height: 80px;
}

footer.site-footer .book-now {
    text-align: right;
}

footer.site-footer .copy-rights {
    text-align: center;
    color: #fff;
}

footer.site-footer .copy-rights a {
    color: #99b437;
    text-decoration: none;
}

footer.site-footer .copy-rights a:hover {
    color: #fff;
}

footer.site-footer .copy-rights hr {
    margin: 15px 0;
    padding: 0;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    height: 1px;
}

footer.site-footer .footer-top hr {
    margin: 30px 0;
    padding: 0;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    height: 1px;
}

footer.site-footer .contact-info {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

footer.site-footer .contact-info li {
    display: flex;
    color: #fff;
    margin: 0 0 10px 0;
    gap: 10px;
    width: 100%;
}

footer.site-footer .contact-info li span {
    color: #99b437;
    font-size: 18px;
}

footer.site-footer h5 {
    margin: 0 0 15px 0;
    font-size: 24px;
}

footer.site-footer .custom-btn {
    margin: 30px 0 0 0;
    padding: 0;
    position: relative;
}

footer.site-footer .custom-btn a {
    position: relative;
    height: 50px;
    padding: 0 30px;
    border: 3px solid #000;
    background: #99b437;
    user-select: none;
    white-space: nowrap;
    transition: all .05s linear;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    color: #FFF;
    text-decoration: none;
}

footer.site-footer .custom-btn a:before,
footer.site-footer .custom-btn a:after {
    content: "";
    position: absolute;
    background: #99b437;
    transition: all .2s linear;
}

footer.site-footer .custom-btn a:before {
    width: calc(100% + 6px);
    height: calc(100% - 16px);
    top: 8px;
    left: -3px;
}

footer.site-footer .custom-btn a:after {
    width: calc(100% - 16px);
    height: calc(100% + 6px);
    top: -3px;
    left: 8px;
}

footer.site-footer .custom-btn a:hover:before {
    height: calc(100% - 32px);
    top: 16px;
}

footer.site-footer .custom-btn a:hover:after {
    width: calc(100% - 32px);
    left: 16px;
}

footer.site-footer .custom-btn a span {
    font-size: 15px;
    display: flex;
    z-index: 3;
    position: relative;
    font-weight: 600;
}

.page-titles {
    margin: 0;
    padding: 150px 0;
    text-align: center;
    color: #fff;
    background: url("https://keepstellasafe.com/wp-content/uploads/2025/12/banner-inner.png") no-repeat center center;
    background-size: cover !important;
    position: relative;
    z-index: 1;
}

.page-titles:before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.626);
    content: "";
    left: 0;
    top: 0
}

.page-titles h1 {
    font-size: 48px;
    font-family: "DM Serif Display", serif;
    line-height: normal;
    margin: 0 0 15px 0;
}

.page-titles .breadcrumb {
    align-items: center;
    justify-content: center;
    color: #fff;
}

.page-titles li.breadcrumb-item.active {
    color: #fff;
}

.page-titles .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.page-titles .breadcrumb li a {
    color: #99b437;
    text-decoration: none;
}

.page-titles .breadcrumb li a:hover {
    color: #fff;
}

.about-sec {
    margin: 0;
    padding: 60px 0;
    background: #fff;
    position: relative;
}

.about-sec h2 {
    font-size: 36px;
    font-family: "DM Serif Display", serif;
    line-height: normal;
    margin: 0px 0px 15px 0;
}

.about-sec .sub-title {
    font-size: 18px;
    color: #444;
    margin: 0 0 15px 0;
    font-weight: 600;
}

.about-sec ul li {
    list-style: circle;
    padding: 0;
    margin: 5px 0;

}

.about-sec .custom-btn {
    margin: 15px 0 15px 0;
    padding: 0;
    position: relative;
}

.about-sec .custom-btn a {
    position: relative;
    height: 50px;
    padding: 0 30px;
    border: 3px solid #fff;
    background: #99b437;
    user-select: none;
    white-space: nowrap;
    transition: all .05s linear;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.about-sec .custom-btn a:before,
.custom-btn a:after {
    content: "";
    position: absolute;
    background: #99b437;
    transition: all .2s linear;
}

.about-sec .custom-btn a:before {
    width: calc(100% + 6px);
    height: calc(100% - 16px);
    top: 8px;
    left: -3px;
}

.about-sec .custom-btn a:after {
    width: calc(100% - 16px);
    height: calc(100% + 6px);
    top: -3px;
    left: 8px;
}

.about-sec .custom-btn a:hover:before {
    height: calc(100% - 32px);
    top: 16px;
}

.about-sec .custom-btn a:hover:after {
    width: calc(100% - 32px);
    left: 16px;
}

.about-sec .custom-btn a span {
    font-size: 15px;
    display: flex;
    color: #fff;
    z-index: 3;
    position: relative;
    font-weight: 600;
}

.about-sec .img-box {
    position: relative;
    z-index: 1;
}

.about-sec .img-box img {
    width: 100%;
}

.about-sec .row {
    margin-top: 30px;
    margin-bottom: 30px;
}

.about-sec .img-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.about-sec .img-box img {
    object-fit: cover;
    height: 100%;
}


.reply-form {
    margin: 0;
    padding: 60px 0;
    background: #eaece3;
    position: relative;
    display: none;
}

.reply-form h2 {
    font-size: 36px;
    font-family: "DM Serif Display", serif;
    line-height: normal;
    margin: 0px 0px 15px 0;
    text-align: center;
}

.reply-form .sub-title {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}

.reply-form p {
    color: #555;
    font-size: 15px;
}

.comment-form {
    margin-top: 25px;
    background: #fff;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    max-width: 750px;
    margin: 0 auto;
}

.comment-field {
    margin-bottom: 20px;
}

.comment-field label {
    font-size: 15px;
    font-weight: 500;
    color: #333;
    display: block;
    margin-bottom: 6px;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    font-size: 15px;
    background: #fafafa;
    transition: 0.3s ease;
}

.comment-form input:focus,
.comment-form textarea:focus {
    border-color: #99b437;
    background: #fff;
    outline: none;
}

.comment-form textarea {
    min-height: 100px;
    resize: vertical;
}

.comment-checkbox {
    margin: 20px 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.comment-checkbox input {
    width: auto;
    margin-top: 4px;
}

.form-submit input {
    background: #99b437;
    color: #fff;
    padding: 14px 28px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s ease;
}


.contact-page {
    margin: 0;
    padding: 60px 0;
    background: #fff;
    position: relative;
}

.contact-page h2 {
    font-size: 36px;
    font-family: "DM Serif Display", serif;
    line-height: normal;
    margin: 0px 0px 15px;
}

.contact-page .social-list {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
    font-size: 18px;
    font-weight: 500;
    list-style-type: none;
    align-items: center;
}

.contact-page .contact-info {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.contact-page .contact-info li {
    display: flex;
    color: #000;

    font-weight: 500;
    margin: 0 0 15px 0;
    gap: 10px;
    width: 100%;
}

.contact-page .contact-info li span {
    color: #99b437;
    font-size: 24px;
}

.contact-page input,
.contact-page textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 12px;
    margin: 0 0 25px 0;
}

.contact-page textarea {
    height: 120px;
}

.contact-page input[type="submit"] {
    background-color: #99b437;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.contact-page input[type="submit"]:hover {
    background-color: #000;
}

.contact-page .form-container {
    background: #E3E3E3;
    padding: 60px 30px;
}


.contact-sec {
    margin: 0;
    padding: 0;
    background: #fff;
    position: relative;
}
.contact-sec .img-box img{
    object-fit: cover;
     width: 100%;
    height: 100%;
}

.contact-sec h2 {
    font-size: 36px;
    font-family: "DM Serif Display", serif;
    line-height: normal;
    margin: 0px 0px 15px;
}


.contact-sec input,
.contact-sec textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 12px;
    margin: 0 0 25px 0;
}

.contact-sec textarea {
    height: 120px;
}

.contact-sec input[type="submit"] {
    background-color: #99b437;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
}

.contact-sec input[type="submit"]:hover {
    background-color: #000;
}

.contact-sec .form-container {
    background: #E3E3E3;
    padding: 60px 30px;
}
.contact-sec .content-right{
    padding: 60px 30px;
}



.blog-sec {
    margin: 0;
    padding: 60px 0;
    position: relative;
    text-align: center;
}

.blog-sec h2 {
    font-size: 42px;
    text-align: center;
    font-family: "DM Serif Display", serif;
    line-height: normal;
    margin: 0px 0px 30px;
}


.blog-sec .img-box {
    overflow: hidden;
    width: 100%;
}

.blog-sec .img-box:hover img {
    transform: scale(1.1);
}

.blog-sec .program-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
}

.blog-sec .program-list li {
    margin: 0 0 30px 0;
    padding: 0 15px;
    width: 33.333%;
}

.blog-sec .content-box {
    border: 1px solid #ccc;
    border-bottom: 4px solid #ccc;
    overflow: hidden;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
}

.blog-sec .content-box .content {
    padding: 15px;
    background: #fff;
	min-height : 213px
}

.blog-sec .content-box .content .title {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.blog-sec .custom-btn {
    margin: 15px 0 10px 0;
    padding: 0;
    position: relative;
}

.blog-sec .custom-btn a {
    position: relative;
    height: 50px;
    padding: 0 30px;
    border: 3px solid #FFF;
    background: #99b437;
    user-select: none;
    white-space: nowrap;
    transition: all .05s linear;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    color: #000;
    text-decoration: none;
}

.blog-sec .custom-btn a:before,
.custom-btn a:after {
    content: "";
    position: absolute;
    background: #99b437;
    transition: all .2s linear;
}

.blog-sec .custom-btn a:before {
    width: calc(100% + 6px);
    height: calc(100% - 16px);
    top: 8px;
    left: -3px;
}

.blog-sec .custom-btn a:after {
    width: calc(100% - 16px);
    height: calc(100% + 6px);
    top: -3px;
    left: 8px;
}

.blog-sec .custom-btn a:hover:before {
    height: calc(100% - 32px);
    top: 16px;
}

.blog-sec .custom-btn a:hover:after {
    width: calc(100% - 32px);
    left: 16px;
}

.blog-sec .custom-btn a span {
    font-size: 15px;
    display: flex;
    color: #000;
    z-index: 3;
    position: relative;
    font-weight: 600;
}

.blog-sec .img-box img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}

.faq-sec {
    margin: 0;
    padding: 60px 0;
    background: #fff;
    position: relative;
}

.faq-sec h2 button {
    font-size: 18px;
    font-family: "DM Serif Display", serif;
    line-height: normal;
    margin: 0;
}

.faq-sec .accordion-item {
    margin: 0 0 15px 0;
    border: 1px solid #ccc;
}

.faq-sec .accordion-item:first-of-type>.accordion-header .accordion-button,
.faq-sec .accordion-item:first-of-type {
    border-radius: 0 !important
}

.faq-sec .accordion-button:not(.collapsed) {
    background: #99b437;
    color: #000;
}

.faq-sec .accordion-body {
    color: #444;
}.breadcrumb a {
  color: #99b437;
  text-decoration: none;
}
.about-sec p a {
    color: #99b437;
    text-decoration: none;
}


/* =========================
   COMMENTS – BASE WRAPPER
   ========================= */

.comment-list {
  margin: 32px 0;
}

/* Each comment container */
.comment {
  position: relative;
  margin-bottom: 16px;
}

/* The actual "card" */
.comment-body {
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  padding: 12px 14px;
  background: #ffffff;
}

/* =========================
   HEADER: AVATAR + NAME + META
   ========================= */

.comment-author {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}

.comment-author .avatar {
  border-radius: 50%;
  flex-shrink: 0;
}

.comment-author .fn,
.comment-author .fn a {
  font-weight: 600;
  color: #222;
  text-decoration: none;
}

.comment-author .fn a:hover {
  color: #4b7f24;
}

.comment-author .says {
  font-size: 13px;
  color: #777;
}

/* Date/time line */
.comment-metadata {
  font-size: 12px;
  color: #777;
  margin-bottom: 8px;
}

.comment-metadata a {
  color: #777;
  text-decoration: none;
}

.comment-metadata a:hover {
  color: #4b7f24;
}

/* =========================
   COMMENT TEXT
   ========================= */

.comment-content p {
  margin: 0 0 8px;
  font-size: 15px;
  line-height: 1.5;
  color: #333;
}

/* =========================
   REPLY LINK
   ========================= */

.comment .reply {
  margin-top: 4px;
}

.comment .reply .comment-reply-link {
  display: inline-block;
  padding: 4px 10px;
  font-size: 13px;
  border-radius: 999px;
  background: #4b7f24;
  color: #ffffff !important;
  text-decoration: none;
}

.comment .reply .comment-reply-link:hover {
  background: #3b631c;
}

/* =========================
   THREADING / UNLIMITED DEPTH
   ========================= */

/* Root comments (direct children of .comment-list) */
.comment-list > .comment {
  margin-left: 0;
}

/* Any comment inside another comment = reply (works for ALL depths) */
.comment .comment {
  margin-left: 28px; /* indent size */
}

/* Light background for replies so chain is obvious */
.comment .comment .comment-body {
  background: #f9f9f9;
}

/* Vertical line to show the thread visually */
.comment .comment::before {
  content: "";
  position: absolute;
  left: -14px;      /* position of the line */
  top: 0;
  bottom: 10px;
  width: 2px;
  background: #e1e1e1;
}

/* =========================
   HIGHLIGHT POST AUTHOR
   ========================= */

.comment.bypostauthor .comment-body {
  border-left: 4px solid #4b7f24;
}
.comment {
  padding-top: 15px;
}

.new-btns {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 9px 16px;
  border-radius: 7px;
}

/* Basic reset */
.main-menu,
.main-menu ul.sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Parent menu items */
.main-menu > li {
    position: relative;
    display: inline-block; /* horizontal menu */
}

.main-menu > li > a {
    display: block;
    padding: 12px 18px;
    text-decoration: none;
    font-weight: 600;
    color: #222;
}

/* Submenu base */
.main-menu li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    min-width: 220px;
    padding: 0;
    margin: 0;
    border-radius: 6px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
}

/* Submenu items */
.main-menu .sub-menu li a {
    display: block;
    padding: 12px 16px;
    color: #333;
    font-size: 15px;
    text-decoration: none;
    border-bottom: 1px solid #eee;
}

.main-menu .sub-menu li:last-child a {
    border-bottom: none;
}

.main-menu .sub-menu li a:hover {
    background: #f8f8f8;
    color: #000;
}

/* Show submenu on hover */
.main-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Active menu styles (optional) */
.main-menu > li.current-menu-item > a,
.main-menu > li:hover > a {
    color: #000;
}

/* Optional arrow indicator for menu with child */
.main-menu li.menu-item-has-children > a::after {
    content: "▾";
    margin-left: 6px;
    font-size: 12px;
}

/* On hover rotate arrow */
.main-menu li.menu-item-has-children:hover > a::after {
    transform: rotate(180deg);
    transition: 0.3s ease;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 600px) {
  .comment .comment {
    margin-left: 20px;
  }

  .comment .comment::before {
    left: -10px;
  }

  .comment-author .avatar {
    width: 40px;
    height: 40px;
  }
	
	
element.style {
}
.home-banner {
    padding: 30px 0;
}

.home-banner .title {
    font-size: 36px;
}
	
.home-banner .sub-title {
    font-size: 12px;
}
	.home-banner .owl-dots {
    margin: 15px 0 0 0;
}

.company-info {
    padding: 30px 0;
}
.company-info h1 {
    font-size: 28px;
}
.company-info .sub-title {
    font-size: 16px;
}

.company-info .custom-btn {
    text-align: center;
}
	.blog-sec {
    padding: 30px 0;
}
	.blog-sec h2 {
    font-size: 30px;
}
	.blog-sec .program-list li {
    width: 100%;
}
	.blog-sec .content-box .content{
		min-height : 150px
	}
.blog-sec .content-box .content .title {
    font-size: 18px;
}

.our-services {
    padding: 30px 0;
}
	.our-services h2 {
    font-size: 30px;
		margin : 0;
}
	.our-services .owl-dots {
    margin: 15px 0 0 0;
}

.contact-sec {
    padding: 30px 0;
}
	.contact-sec .content-right {
    padding: 15px 0px;
}
	.contact-sec h2 {
    font-size: 30px;
}
	.contact-sec .form-container {
    padding: 30px 15px 0;
}

.contact-sec input, .contact-sec textarea {
    margin: 0 0 10px 0;
}
	footer.site-footer .book-now {
    text-align: left;
}
	footer.site-footer .logo {
    text-align: left;
}
	.page-titles h1 {
    font-size: 36px;
}
	.page-titles {
      padding: 60px 0;
	}
	.about-sec {
    padding: 30px 0;
}
	.about-sec .row {
   margin : 0;
}
	.about-sec h2 {
    font-size: 30px;
}
		.faq-sec {
    padding: 30px 0;
}
	.faq-sec .accordion-item {
    margin: 0 0 5px 0;
}
			.reply-form {
    padding: 30px 0;
}
	.reply-form h2 {
    font-size: 30px;  
}
	.contact-page {
    padding: 30px 0;
}
	.contact-page h2 {
    font-size: 30px;
}
	.contact-page .social-list {
    margin: 0 0 30px;
}
	.contact-page .form-container {
    padding: 30px 15px 0;
}
	.contact-page input, .contact-page textarea {
    margin: 0 0 10px 0;
}
}
