@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&family=Saira:ital,wght@0,100..900;1,100..900&display=swap');


@media (min-width: 992px) {
    .container{
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container{
        max-width: 1400px;
    }
}

@media (min-width: 1400px) {
    .container{max-width: 1644px;}
    .heading-text-section .col-lg-12 {
        padding: 0;
    }
    .card-section .row.card-row {
        margin: 0 -12px;
    }
}

@media (min-width: 1700px) {
    .card-section .row.card-row {
        margin: 0 -40px;
    }
}

body {background: #1E1E1E;padding-top: 155px;}
a{text-decoration: none;  font-family: "Bai Jamjuree", system-ui;font-weight: 500;font-style: normal;}
h1 {
    font-size: 90px;
    color: #FFCB00;
    line-height: normal;
    margin-bottom: 35px;
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 500;
    font-style: normal;
}
h2 {
    display: inline-block;
    color: #FFCB00;
    font-size: 45px;
    text-align: center;
    line-height: normal;
    margin-bottom: 50px;
    text-decoration: underline;
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 700;
    font-style: normal;
}
h3 {
    color: #FFCB00;
    line-height: normal;
    font-size: 30px;
    margin-bottom: 20px;
    font-family: "Bai Jamjuree", sans-serif;
    font-weight: 500;
    font-style: normal;
}
p {
    font-size: 25px;
    color: #fff;
    line-height: normal;
    font-family: "Bai Jamjuree", system-ui;
    font-weight: 400;
    font-style: normal;
}
ul li{font-family: "Bai Jamjuree", system-ui;font-weight: 400;font-style: normal;}
.ms-3{margin-left: 20px !important;}
.mb-5{margin-bottom: 35px !important;}
.btn-outline-primary {
    border-color: #FFCB00;
    color: #FFCB00;
    font-size: 20px;
    border-radius: 10px;
    padding: 11px 10px;
    width: 162px;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Bai Jamjuree", system-ui;font-weight: 500;font-style: normal;
}
.btn-outline-primary:hover, .btn-outline-primary:active, :not(.btn-check)+.btn:active, .btn:first-child:active {
    background-color: #FFCB00;
    color: #1e1e1e;
    border-color: #FFCB00;
}


/* header css start */
header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    left: 0;
    background-color: #1E1E1E;
    z-index: 1;
}
header .btn-outline-primary{
    font-size: 25px;
    padding: 8px 10px 9px;
}

.navbar-brand {
    padding: 0;
}
nav.navbar.navbar-expand-lg {
    padding: 29px 0 15px;
}
/* header css end */

/* banner css start */
.banner p {
    max-width: 709px;
    letter-spacing: -0.02px;
}
/* banner css end */

/* card-section css start */
.btn-outline-secondary {
    max-width: 228px;
    width: 100%;
    padding: 12px 0;
    color: #FFCB00;
    font-size: 20px;
    line-height: normal;
    border-radius: 10px;
    border-color: #FFCB00;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Bai Jamjuree", system-ui;
    font-weight: 500;
    font-style: normal;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, :not(.btn-check)+.btn:active{
    background-color: #FFCB00;
    color: #1E1E1E;
    border-color: #FFCB00;
}
.card-section .button {
    display: flex;
    justify-content: center;
}
.card-inner {
    border: 1px solid #FFCB00;
    border-radius: 10px;
    padding: 30px 37px;
}
.card-section .col-lg-4 {
    padding: 0 42px;
}
.card-inner img {
    margin: 0 auto 35px;
    display: block;
}
.card-inner p {
    text-align: justify;
    margin-bottom: 45px;
}
/* card-section css end */

/* why-choose-us-section css start */
.why-choose-us-section ul li {
    color: #fff;
    font-size: 35px;
    margin-bottom: 40px;
}
.why-choose-us-list-section {
    padding-left: 85px;
}
.why-choose-us-list-section ul {
    margin-bottom: 0;
    padding-left: 0;
}
/* why-choose-us-section css end */

/* services-section css start */
.services-inner {
    border: 1px solid #FFCB00;
    padding: 32px 57px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 35px;
}
.services-section .col-lg-4 {
    padding: 0 10px;
}
.services-inner p {
    font-size: 18px;
    margin-bottom: 0;
}
/* services-section css end */

/* img-section css start */
.img-section img, .why-choose-us-section img, .banner img {
    width: 100%;
}
.img-section .mob-img{display: none;}
/* img-section css end */

/* faq-section css start */
.faq-section {
    padding-top: 50px;
}
.accordion-header .accordion-button{
    font-family: "Bai Jamjuree", system-ui;
    font-weight: 500;
    font-style: normal;
    z-index: 0;
}
.accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #1E1E1E;
    box-shadow: none;
    margin-bottom: 13px;
}
.accordion-body p {
    color: #000;
    font-size: 20px;
}
ul.accordion-item {
    padding: 0 40px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.accordion-body {
    padding: 0;
}
.accordion-button {
    padding: 0;
    font-size: 25px;
    color: #000;
}
.accordion-item:not(:first-of-type) {
    border-top: initial;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
}
.accordion-item:first-of-type {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.accordion-button:focus{box-shadow: none;}
.accordion-header {list-style: none;padding: 17px 0 18px;}
.accordion-button::after {
    background-image: url(../images/Group-542.svg);
    width: 36px;
    height: 36px;
    background-size: contain;
}
.accordion-button:not(.collapsed)::after{
    background-image: url(../images/Group-543.svg);
}
/* faq-section css end */

/* heading-text-section css start */
.heading-text-section {
    padding-top: 50px;
    padding-bottom: 4px;
}

.heading-text-section .second-row p {
    margin-bottom: 46px;
}
.heading-text-section .row.second-row {
    margin-top: 34px;
}
/* heading-text-section css end */

/* footer css start */
footer {
    padding: 114px 15px 12px;
    border-top: 2px solid rgba(255, 203, 0, 1);
}
footer ul.social-icons {
    display: flex;
    list-style: none;
    padding: 0;
    flex-wrap: wrap;
    margin: 0;
    justify-content: flex-end;
}
footer ul.social-icons li {
    margin-right: 25px;
}
footer ul.social-icons li:last-child{
    margin-right: 0;
}
footer .tel-number {
    font-size: 30px;
    font-family: "Bai Jamjuree", system-ui;
    font-weight: 600;
    font-style: normal;
}
footer .tel-number, footer .copyright, footer .wp-link{color: rgba(255, 203, 0, 1);}
footer .copyright {
    text-align: center;
    margin-top: 80px;
    font-size: 18px;
    margin-bottom: 0;
    font-family: "Bai Jamjuree", system-ui;
    font-weight: 500;
    font-style: normal;
}
footer .wp-link {
    line-height: 22.5px;
    font-size: 18px;
    font-family: "Bai Jamjuree", system-ui;
    font-weight: 500;
    font-style: normal;
}
footer .contact-details {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: 22px;
}
footer ul.social-icons img, footer .wp-icon  {
    max-width: 40px;
    width: 100%;
}

/* footer css end */




@media only screen and (max-width: 1365px) {

    .card-section .row.card-row {
        margin: 0;
    }
    .card-section .col-lg-4 {
        padding: 0 20px;
    }
    .card-section .col-lg-4 {
        padding: 0 12px;
    }
    p {
        font-size: 23px;
    }
    .why-choose-us-section ul li {
        font-size: 26px;
        margin-bottom: 30px;
    }
    h1 {
        font-size: 80px;
    }
    h2{font-size: 35px;}
    h3{font-size: 25px;}
    .accordion-button{font-size: 20px;}
    .social-icons li {
        margin-right: 15px;
    }
    .social-icons img {
        width: 50px;
    }
    a.tel-number{font-size: 20px;}
}


@media only screen and (max-width:1199px) {
    h1 {
        font-size: 70px;
    }
    p {
        font-size: 20px;
    }
    .card-inner p {
        margin-bottom: 35px;
    }
    .card-inner img {
        margin: 0 auto 35px;
    }
    .card-inner{padding: 30px 15px;}
    h2{margin-bottom: 40px;}
    .why-choose-us-section ul li {
        font-size: 20px;
        margin-bottom: 22px;
    }
    .why-choose-us-list-section {
        padding-left: 45px;
    }
    .services-inner{padding: 32px;}
    footer ul.social-icons li {
        margin-right: 15px;
    }
    footer .contact-details-block {
        justify-content: center;
    }
    footer ul.social-icons {
        justify-content: flex-end;
    }
}

@media only screen and (max-width:991px) {
    h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    header .btn-outline-primary {
        width: 100%;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar-nav li.nav-item {
        margin-top: 30px;
        margin-left: 0 !important;
    }
    .navbar-toggler {
        border: none;
    }
    .services-inner{
        padding: 32px 20px;
    }
    footer .row {
        text-align: center;
    }
    footer ul.social-icons{
        justify-content: center;
    }
    footer .col-lg-4 {
        margin-bottom: 40px;
    }
    footer .col-lg-4:last-child {
        margin-bottom: 0;
    }
    footer .Copyright{   margin-top: 40px;}
    footer {
        padding: 35px 15px 12px;
    }
    p {
        font-size: 18px;
    }
    footer .col-lg-4 {
        justify-content: center;
    }
    footer .contact-details {
        margin-left: 20px;
    }
    footer .copyright{margin-top: 60px;}
    .why-choose-us-section ul li:last-child {
        margin-bottom: 0;
    }
}


@media only screen and (max-width:767px) {
    .banner img {margin-top: 30px;}
    .btn-outline-primary{margin: 0 auto;}
    nav.navbar.navbar-expand-lg {
        padding: 15px 0;
    }
    h1{
        margin-bottom: 15px;
        font-size: 60px;
    }
    h2 {
        font-size: 28px;
    }
    .card-inner {
        margin-bottom: 30px;
    }
    .why-choose-us-section ul {
        margin-top: 30px;
    }
    .why-choose-us-section.pt-5 {
        padding-top: 20px !important;
    }
    .heading-text-section .second-row p {
        margin-bottom: 28px;
    }
    .accordion-button::after{
        height: 26px;
        width: 26px;
    }
    .card-inner img {
        margin: 0 auto 15px;
        max-width: 100px;
    }
    ul.accordion-item {
        padding: 0 20px;
    }
    .img-section .desktop-img{display: none;}
    .img-section .mob-img{display: block;}
    .heading-text-section .row.second-row {
        margin-top: 15px;
    }
    img.wp-icon, footer ul.social-icons img {
        width: 40px;
    }
    footer .contact-details{margin-left: 15px;}
    .logo {width: 100%;max-width: 120px;}
}

@media only screen and (max-width:480px) {
    h1 {
        font-size: 40px;
    }
}