/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


.container-wrap {
    background: black !IMPORTANT;
}

#banner h1 {
    font-weight: 700 !IMPORTANT;
    line-height: 1;
    letter-spacing: 1px;
}

#sec1 p {
    line-height: 2.3;
    font-size: 16px;
    text-transform: capitalize;
}

#sec2 h2 {
    margin-bottom: 23px !IMPORTANT;
}

#sec2 ul.font_8.wixui-rich-text__text li {
    margin-bottom: 12px;
    margin-left: 20px;
    letter-spacing: 0px;
}

#sec2 ul.font_8.wixui-rich-text__text  {
    margin: 0px;
}

#sec2 .miss-sec {
    margin-left: 52%;
}

#sec2 .mis-sec p {
    line-height: 30px !IMPORTANT;
}

#sec2 a#btn1 {
    margin: 0 auto;
    display: table;
    font-size: 16px !IMPORTANT;
    font-weight: 400 !IMPORTANT;
    padding: 16px 50px !IMPORTANT;
    letter-spacing: 1px;
    transition: 0.9s;
}

#sec2 a#btn1:hover {
    transition: 0.9s;
    background: #333333 !IMPORTANT;
}

#sec3 .did-sec h3 {
    font-size: 30px !IMPORTANT;
    text-transform: capitalize;
    line-height: 1.7;
    font-weight: 300 !IMPORTANT;
}

#sec3 .did-sec p {
    line-height: 2.3;
    font-size: 16px;
}

#sec3 a#btn1 {
    margin: 0 auto;
    display: table;
    font-size: 16px ! IMPORTANT;
    font-weight: 400 !IMPORTANT;
    padding: 16px 50px ! IMPORTANT;
    letter-spacing: 1px;
    transition: 0.9s;
}

#sec3 a#btn1:hover {
    background: #C8E0FE !IMPORTANT;
}

#sec4 h2 {
    margin-bottom: 20px;
    font-size: 55px;
    letter-spacing: 0.2em;
    font-weight: 700;
}

#sec4 .test-sec {
    margin-bottom: 30px;
}

#sec4 .caro-sec h3 {
    font-size: 18px;
    font-weight: 600;
}

#sec4 img {
    width: 9%;
    margin: 0 auto;
    display: table;
}

#sec4 .carousel-item {
    margin: 0 14px;
    text-align: center;
    background: var(--bg-gradient);
    background-color: #ffffff;
    padding: 33px 19px !IMPORTANT;
    height: 380px;
}

:root {
  --bg-gradient:
    radial-gradient(
      circle at 93.75% 91.6667%,
      #5CE0E5 0%,
      rgba(92, 224, 229, 0) 40%
    ),
    radial-gradient(
      circle at 6.504% 88.037%,
      rgba(179, 141, 84, 0.99) 0%,
      rgba(179, 141, 84, 0) 50%
    ),
    radial-gradient(
      circle at 6.165% 12.617%,
      #B38D54 0%,
      rgba(179, 141, 84, 0) 70%
    ),
    radial-gradient(
      circle at 93.687% 11.426%,
      #FFFFFF 0%,
      rgba(255, 255, 255, 0) 70%
    ),
    radial-gradient(
      circle at 48.901% 49.521%,
      #FFFFFF 0%,
      rgba(255, 255, 255, 0) 100%
    );

  --bg-overlay-color: transparent;
}

#sec4 p {
    font-family: bree-w01-thin-oblique, bree-w05-thin-oblique, sans-serif;
    line-height: 1.7em;
    text-align: center;
    font-size: 16px;
}

#sec4 .owl-theme .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

#sec4 .owl-theme .owl-dot span {
    width: 7px !important;
    height: 7px !important;
    margin: 0 !important;
    background: #6f604b !important;
    border-radius: 50%;
    transition: .3s ease;
}

#sec4 .owl-theme .owl-dot.active span {
    width: 9px !important;
    height: 9px !important;
    background: #5CE0E5 !important;
}


#sec5 h4 {
    font-weight: 700;
}

#sec5 p a {
    color: white;
}

#sec5 p a:hover {
    color: #b08b59 ! IMPORTANT;
}

#sec5 img {
    width: 7%;
}

#footer-outer #copyright[data-layout="centered"] {
    padding: 21px 0 !IMPORTANT;
}

#footer-outer {
    border-top: 1px solid #ccc;
}

#sec5 p {
    font-size: 18px;
}

#footer-outer #copyright p {
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: 0.9px;
}


/* aboutpage */

#about-sec p {
    line-height: 2.3;
    font-size: 16px;
    text-transform: capitalize;
    padding-bottom: 60px;
}

#pri-sec .atm-pricing-section {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto;
    font-family: inherit;
    padding: 0 20px;
}

#pri-sec .atm-pricing-grid {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

#pri-sec .atm-price-card {
    flex: 1;
    min-width: 300px;
    max-width: 420px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

#pri-sec .atm-price-header {
    background: #a88959; /* Matching brownish gold tone from image */
    padding: 25px 20px;
    text-align: center;
}

#pri-sec .atm-price-header h3 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

#pri-sec .atm-price-body {
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 320px;
}

#pri-sec .atm-price-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

#pri-sec .atm-price-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    color: #222;
    padding: 15px 0;
}

#pri-sec .atm-price-list .check {
    font-weight: bold;
    font-size: 18px;
    color: #111;
}

/* Subtle Shadow Divider Effect matching image */
#pri-sec .atm-price-list li.divider {
    height: 1px;
    padding: 0;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 75%);
    margin: 5px 0;
}

#pri-sec .atm-price-foot {
    text-align: center;
    margin-top: 30px;
}

#pri-sec .atm-consult-btn {
    display: inline-block;
    background: #000000;
    color: #fff;
    text-decoration: none;
    padding: 14px 28px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 2px;
    transition: background 0.3s ease;
}

#pri-sec .atm-consult-btn:hover {
    background: #333;
}

#pri-sec .atm-consult-btn:hover {
    background: #a5885d;
}
#contact#r1, #contact.r1-form-wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    font-family: inherit;
}

#contact .r1-row {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
}

#contact .r1-row.full {
    display: block;
}

#contact .r1-field {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#contact .r1-field label {
    font-size: 15px;
    color: #111;
    margin-bottom: 8px;
    font-weight: 400;
}

#contact input[type="text"],
#contact input[type="email"],
#contact textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #111;
    border-radius: 0;
    padding: 12px 15px;
    font-size: 15px;
    color: #111;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s ease;
}

#contact textarea {
    height: 140px;
    resize: vertical;
}

/* Optional focus look */
#contact input:focus,
#contact textarea:focus {
    border-color: #000;
}

#contact .r1-submit-wrap {
    margin-top: 30px;
}

#contact input[type="submit"] {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 14px 45px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease;
    text-transform: none;
}

#contact input[type="submit"]:hover {
    background: #333;
}
#contact #r1 {
    background: white;
    padding: 40px 20px !IMPORTANT;
    width: 80%;
    margin: 0 auto;
    display: table;
}

#contact .wpcf7-response-output {
    background: transparent;
    border: unset;
    color: black;
}
#contact #r1 {
    width: 100% !IMPORTANT;
}

#contact p a {
    color: white;
}

#contact h3 {
    font-size: 22px !IMPORTANT;
    padding-top: 20px !IMPORTANT;
    padding-bottom: 20px;
}
#sec5 #r1 {
    width: 100%;
    margin: 0 auto;
    font-family: inherit;
    margin-top: 50px;
}

#sec5 #r1 .sec5-r1-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

#sec5 #r1 .sec5-r1-row.full {
    display: block;
}

#sec5 #r1 .sec5-r1-field {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#sec5 #r1 .sec5-r1-field label {
    font-size: 14px;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 400;
}

#sec5 #r1 input[type="text"],
#sec5 #r1 input[type="email"],
#sec5 #r1 textarea {
    width: 100%;
    background: #fff;
    border: none;
    border-radius: 0;
    padding: 12px 15px;
    font-size: 15px;
    color: #111;
    box-sizing: border-box;
    outline: none;
}

#sec5 #r1 textarea {
    height: 120px;
    resize: vertical;
}

#sec5 #r1 .sec5-r1-submit-wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

#sec5 #r1 input[type="submit"] {
    background: #a88959;
    color: #fff;
    border: none;
    border-radius: 0 !IMPORTANT;
    padding: 12px 40px !IMPORTANT;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease;
    float: right;
}

#sec5 #r1 input[type="submit"]:hover {
    background: #947548;
}


#sec5 #r1 label {
    color: white;
    text-align: left !IMPORTANT;
}

#sec5 #r1  p {
    text-align: left;
}


#sec5 .let-sec h2 {
    font-size: 58px;
    margin-bottom: 90px;
}

#sec5 .wpcf7-response-output {
    border: unset;
    background: transparent;
    color: white;
}

@media (max-width: 1600px) {}
@media (max-width: 1440px) {}
@media (max-width: 1366px) {}
@media (max-width: 1280px) {}
@media (max-width: 1024px) {}
@media (max-width: 820px) {
	#sec5 .let-sec h2 {
    margin-bottom: 20px !IMPORTANT;
}

#sec5 #r1 {
    margin-top: 10px;
}
	    #sec5 #r1 .sec5-r1-row {
        flex-direction: column;
        gap: 15px;
    }
    #sec5 #r1 .sec5-r1-submit-wrap {
        justify-content: stretch;
    }
    #sec5 #r1 input[type="submit"] {
        width: 100%;
    }
	#contact h3 {
    font-size: 19px ! IMPORTANT;
}
	#contact #r1 {
    width: 100% ! IMPORTANT;
}
	    #contact .r1-row {
        flex-direction: column;
        gap: 20px;
    }
	#sec1 p br {
    display: none;
}

.page-id-20 #sec2 {
    text-align: center !IMPORTANT;
}

.page-id-20 #sec1 .app-sec {
    text-align: center !IMPORTANT;
}

	
	#banner h1 {
    line-height: 1.4;
}

#sec1 p {
    line-height: 1.6;
}

#sec2 .mis-sec {
    text-align: center;
}

#sec2 .miss-sec {
    margin-left: 0;
}

#sec2 .miss-sec {
    margin-top: 30px;
}

#sec4 h2 {
    font-size: 37px !IMPORTANT;
}
	div#about-sec {
    text-align: center;
}

#about-sec p {
    line-height: 1.4;
    padding-bottom: 20px;
}
	   #pri-sec .atm-pricing-grid {
        flex-direction: column;
        align-items: center;
    }
   #pri-sec .atm-price-card {
        width: 100%;
    }

	
}
@media (max-width: 768px) {}
@media (max-width: 480px) {}
@media (max-width: 428px) {}
@media (max-width: 414px) {}
@media (max-width: 390px) {}
@media (max-width: 375px) {}
@media (max-width: 360px) {}
