/*For Inner Faqs*/
.line1 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    position: relative;
    display: inline-block
}

details {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    margin-bottom: 16px;
    box-shadow: 0 2px 4px rgba(0,0,0,.05);
    overflow: hidden;
    transition: all 0.3s ease
}

details[open] {
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    border-left: 4px solid #E31E25
}

.accordian-title {
    padding: 20px;
    font-weight: 600;
    font-size: 18px;
    color: #2d3748;
    cursor: pointer;
    position: relative;
    list-style: none;
    transition: all 0.3s ease
}

.accordian-title::-webkit-details-marker {
    display: none
}

.accordian-title:after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 300;
    color: #E31E25;
    transition: all 0.3s ease
}

details[open] .accordian-title:after {
    content: "−"
}

.accordian-title:hover {
    background-color: #f7fafc
}

.accordian-text {
    padding: 0 20px 20px;
    line-height: 1.6;
    border-top: 1px solid #edf2f7;
    margin-top: 0;
    padding-top: 20px!important
}

.uagb-block-719329ae .uagb-post__text.uagb-post__title a{
	font-size: 20px !important;
}
.box1 {
    background: #0000001c;
    padding: 40px
}

details[open] p {
    padding: 0 20px 20px;
    margin-bottom: 0
}

.news-section img {
    min-height: 373px;
    object-fit: cover
}

/* Image Right Side */
.section-intro-img {
    float: right;
    width: 350px;
    margin-left: 20px;
    margin-bottom: 20px;
}

/* Responsive at 976px */
@media (max-width: 976px) {
    .section-intro-img {
        float: none;
        display: block;
        margin: 20px auto;
        width: 100%;
        max-width: 350px;
    }
}

.lets-talk-form {
  box-sizing: border-box;
  max-width: 960px;      /* adjust as needed */
  margin: 0 auto;
  padding: 20px;
}

/* rows & columns */
.lets-talk-form .row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;                 /* space between columns */
  margin-bottom: 16px;
}

.lets-talk-form .col-50 {
  flex: 0 0 calc(50% - 8px);
  box-sizing: border-box;
  min-width: 220px;     
}

.lets-talk-form .col-100 {
  flex: 0 0 100%;
}

/* labels */
.lets-talk-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
  color: #222;
}

/* input textarea common */
.lets-talk-form .input-field,
.lets-talk-form .textarea-field,
.lets-talk-form input[type="email"],
.lets-talk-form input[type="tel"],
.lets-talk-form input[type="text"],
.lets-talk-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  font-size: 15px;
  line-height: 1.3;
  transition: border-color .18s, 
  background: #fff;
  outline: none;
}

/* textarea height */
.lets-talk-form .textarea-field,
.lets-talk-form textarea {
  min-height: 120px;
  resize: vertical;
  padding-top: 10px;
}

/* focus state */
.lets-talk-form .input-field:focus,
.lets-talk-form textarea:focus {
  border-color: #4a90e2;
}


/* required star styling (optional) */
.lets-talk-form label::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  color: #e53935;
}
.lets-talk-form label:has(.wpcf7-validates-as-required)::after {
  content: " *";
  color: #e53935;
}
/*Footer css*/
.site-content div#secondary {margin-bottom: 0 !important;}
body:not(.home) footer.ast-custom-footer .astra-advanced-hook-531 .wp-block-uagb-container:first-child { margin-top: 0 !important;}