@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&family=Outfit:wght@100..900&display=swap');

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

:root {
    --primary-color: #1292D0;
    --secondary-color: #505050;
    --white-color: #fff;
    --black-color: #000;
    font-family: "Lobster Two";
}

.custom-container {
    max-width: 1585px;
    padding-inline: 3rem;
}

.ourservices-outer h2 {
    font-size: 3rem;
    font-weight: bold;
    font-family: "Lobster Two", sans-serif;
}

.ourservices-outer h2 span {

    color: var(--primary-color);
    font-weight: bold;
}

.party-favour p {
    font-family: "Outfit", sans-serif;
}
section.process-outer {
    margin-bottom: 50px;
}
.offer-card {
    background-color: #fff;
    box-shadow: 0px 1px 15px rgb(228 228 228);
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    margin: 20px 0px;
    height: 100%;
}

.offer-card img {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.offer-card h3 {
    font-size: 22px;
    margin: 10px 0px;
    font-weight: 600;
    color: var(--primary-color);
}

.offer-card p {
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
}
.offerscard-outer {
    padding: 35px 0px 80px 0px;
}
.main-delicious-sec {
    background: rgba(18, 146, 208, 0.20);
    position: relative;
    margin: 70px 0;
}
.main-delicious-sec::before {
        content: '';
    background: url(/images/our_services/wave.png) repeat-x center center;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    top: -10px;
    bottom: inherit;
    transform: rotateX(180deg);
}
.main-delicious-sec::after{
        content: '';
    background: url(/images/our_services/wave.png) repeat-x center center;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}
.process-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.process-inner h3{
       font-size: 36px;
    color: var(--primary-color);
    margin-bottom: 2px;
}
.process-inner p {
    font-size: 16px;
    margin: 0px;
    color: #5b5b5b;
    line-height: 24px;
}
.process-inner label {
   width: 100%;
    color: #000;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 5px;
}
.process-img{
    position: relative;
}
.process-img img {
      width: 100%;
    max-width: 590px;
    height: 330px;
    border-radius: 20px;
    object-fit: cover;
    object-position: top;
}
section.process-outer .col-lg-6 {
    margin-bottom: 80px;
}
.processimg-shape::after {
    content: url(/images/our_services/shape.png);
    display: block;
    position: absolute;
    right: -70px;
}
.processimg-leftshape::after{
        content: url(/images/our_services/shape.png);
    display: block;
    position: absolute;
    left: -230px;
    transform: scaleY(-1);
}

section.service-faq {
    margin-bottom: 50px;
}
.inner-accordion-sec .accordion-item {
    border: none;
    border-bottom: 1px solid #e5e5e5;
}
.inner-accordion-sec button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    font-size: 1.15rem;
    font-weight: 400;
    color: #7288a2;
    border: none;
    background: none;
    outline: none;
}
.inner-accordion-sec .accordion-item button[aria-expanded='true']
 {
    border-bottom: 1px solid #1292D0;
        color: #1292D0;
}
.inner-accordion-sec button .accordion-title {
    padding: 1em 1.5em 1em 0;
}
.inner-accordion-sec button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}
.inner-accordion-sec button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}
.inner-accordion-sec button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}
.inner-accordion-sec button[aria-expanded='true'] .icon::after {
    width: 0;
}
.inner-accordion-sec .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.inner-accordion-sec button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}
.inner-accordion-sec .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2rem 0;
}
.help-notes ul li {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 22px;
    list-style: none;
    position: relative;
}
.help-notes ul li::before{
    content: '';
    background-image: url(/images/our_services/hand.png);
    margin: 10px;
    position: absolute;
    left: -40px;
    top: -6px;
    background-size: 22px;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
}
/*25/06/2025*/
.help-notes{
    margin-bottom: 50px;
}