@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


html, body {
    overflow-x: hidden;
}

p, a {
    font-family: "Inter", sans-serif;
}

/* top bar  */
section.wd-top-bar {
    background: linear-gradient(90deg, #7C160F 75%, #166FD3 20%);
    padding: 10px 0px;
}

.main-infor {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.info-bx {
    display: flex;
    align-items: center;
    padding-right: 40px;
    color: #fff;
}

.info-bx img {
    padding-right: 10px;
}

.info-bx p.content {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
}

.info-bx p.content a {
    color: #fff;
    text-decoration: none !important;
}

/* header */

section.wd-header {
    background: #fff;
    height: 100px;
    padding-top: 35px;
}

.logo img {
    width: auto;
    margin-top: -18px;
    height: 60px;
}

.nav-bar nav ul {
    display: flex;
    list-style: none !important;
    gap: 30px;
}

.nav-bar nav ul li a {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none !important;
}


.wd-butn {
    display: flex;
    align-items: center;
    gap: 9px;
    justify-content: flex-start;
}

.wd-butn a {
    padding-left: 4px;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.wd-header .container {
    max-width: 1220px;
}

.wd-butn a img {
    padding-left: 5px;
}


/* banner slider */

span.carousel-control-prev-icon {
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 20px;
    background-size: 20px;
    margin-right: 100px;
}

span.carousel-control-next-icon {
    border: 1px solid #fff;
    border-radius: 30px;
    background-size: 20px;
    padding: 20px;
    margin-left: 100px;
}

.banner-slide .bnr-sec {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 26px;
    
}

.banner-slide h1 {
    font-size: 52px;
    line-height: 66px;
}

.banner-slide p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.banner-slide a.btn {
    padding: 7px 30px;
    font-size: 16px;
    font-weight: 500;
}

.hero-slide {
  height: 100vh;
  background-image: url('../images/banner.png'); /* Replace with your image path */
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-slide .container {
  position: relative;
  z-index: 2;
}

.hero-slide .star-srv img {
    position: absolute;
    left: 94%;
    top:90%;
    width: 14%;
}


/* about */

section.abt-sec {
    padding-top: 80px;
    padding-bottom: 50px;
}

.abt-image img {
    width: 90%;
}

.sec-title {
    margin-top: 0px;
}

 span.subtitle {
    font-size: 18px;
    color: #7C160F;
    font-weight: 700;
    text-transform: uppercase;
}

 h2.title {
    font-size: 43px;
    line-height: 54px;
    font-weight: 700;
    color: #166fd3;
}

.content p {
    color: #5E5F63;
    font-size: 16px;
    line-height: 24px;
}

.content ul li {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 5px;
    color: #5E5F63;
    font-family: 'Inter';
}

.content ul {
    padding: 0px;
    margin-top: 10px;
}

.content span {
    font-size: 22px;
}

.abt-bton a {
    background: #7c160f;
    padding: 10px 35px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.abt-bton a img {
    padding-left: 5px;
    padding-bottom: 3px;
}

/* faq */

.faq {
    text-align: center;
}


.accordion-button:not(.collapsed),
.accordion-button:focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
  background-color: transparent;
}

.accordion-button::after {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background-color: var(--bs-danger);
  background-image: none !important;
}

.accordion-button.collapsed::after {
  background-color: var(--bs-gray-300);
}


.accordion-item {
    background: #7C160F;
    color: #fff;
}

.accordion-item h2 button.accordion-button {
    color: #fff;
    font-size: 24px;
    padding: 24px;
    background: #166fd3;
    border-radius: 8px 8px 8px 8px !IMPORTANT;
}

.abt-bton a:hover {
    background: #166fd3;
    color: #fff !important;
}

.trst {
    text-align: center;
}


section.sec-trst {
    background: #7c160f3b;
    padding-top: 60px;
    padding-bottom: 60px;
}

section.sec-faq {
    padding-bottom: 40px;
    padding-top: 60px;
}

.infor-box {
    border: 1.5px solid #166FD3;
    padding: 15px 10px;
    border-radius: 10px;
    margin: 20px 8px;
}

.infor-box .date {
    background: #166FD3;
    padding: 15px 20px;
}

.infor-box .date p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.sec-sub h4 {
    font-size: 22px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 10px;
}

.sec-sub span {
    margin-bottom: 10px !IMPORTANT;
}

.infor-box .sec-sub p {
    padding-top: 14px;
    height: 230px !important;
}

.trst h2 {
    color: #7c160f;
    width: 60%;
    margin: 0 auto;
}

.trst span.subtitle {
    color: #166fd3;
}

/* offer-slider */


section.main-prd-sec {
    background: #e8f1fb;
    padding: 60px 10px 40px;
}

.offer-info-box {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    position: relative;
    margin: 36px 15px;
}

.offer-info-box .offer-post img {
    object-fit: cover;
    max-width: 100%;
    border-radius: 10px;
}


.offer-info-box .offer-content span.subtitle {
    font-size: 16px;
    font-weight: 700;
    color: #166fd3;
}

.offer-info-box .offer-content  h3 {
    font-size: 23px;
    font-weight: 700;
    color: #7c160f;
}

.offer-info-box .offer-content p {
    color: #000;
    font-size: 13px;
    line-height: 22px;
}

.offer-info-box .offer-content {
    width: 60%;
    padding-left: 20px;
    padding-right: 10px;
    background-color: #f6fafe;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 9px 0 0 9px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.offer-content a {
    background: #F6F3EE;
    padding: 30px 15px;
    position: absolute;
    border-radius: 20px;
    color: #000;
    right: -22px;
    top: 36%;
}

.offer-content a i {
    transform: rotate(-30deg);
}


/* Center dots */
.slick-dots {
  text-align: center;
  margin-top: 30px;
  padding: 0;
}

/* Dot container */
.slick-dots li {
  display: inline-block;
  margin: 0px 15px;
}

/* Make dots look like dashes */
.slick-dots li button {
  font-size: 0;
  width: 30px;
  height: 2px;
  background: #ffffff; /* Inactive color */
  border: none;
  outline: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 1px 1px 6px #ccc;
  padding: 2px 20px;
}

/* Active dash */
.slick-dots li.slick-active button {
  background: #8B0000; /* Dark red/maroon color */
  width: 35px;
}

.slick-dots li button:before {
    display: none;
}

.sec-trst .slick-dots li button:before {
    display: block;
}


.prd-offr {
    margin-top: 0px;
}

.prd-ofr-butn {
    text-align: right;
    margin-top: 20px;
}

.prd-ofr-butn a {
    background: #166fd3;
    padding: 8px 30px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
}

.prd-ofr-butn a:hover {
    background: #166fd3;
    color: #fff !IMPORTANT;
}

/* contact Sec */

section.main-contct-sec {
    background: #e8f1fb;
    padding: 60px 0px 40px;
}

.wrk-sec span.subtitle {
    letter-spacing: 2px;
}


.main-contct-sec form.wp-cnt-form input {
    padding: 12px 10px;
    border: 1px solid #166FD3;
}

.main-contct-sec form.wp-cnt-form textarea {
    height: 250px;
    border: 1px solid #166fd3;
}

.main-contct-sec form.wp-cnt-form input::placeholder {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.main-contct-sec form.wp-cnt-form textarea::placeholder {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.main-contct-sec button.btn {
    background: #7c160f;
    padding: 10px 30px;
    font-size: 16px;
    border: none;
}

.main-contct-sec button.btn a {
    text-decoration: none;
    color: #fff;
}

.main-contct-sec button.btn a img {
    filter: brightness(20.5);
}

.ftr-log {
    text-align: center;
}

.ftr-log p {
    width: 85%;
    margin: 0 auto;
    font-size: 16px;
}

.ftr-sec ul li a {
    font-size: 16px;
    padding-bottom: 6px;
}

section.ftr-sec h5 {
    font-size: 25px;
    border-bottom: 2px solid #fff;
    width: 81%;
    padding-bottom: 8px;
}

.ftr-log img {
    width: 60%;
}

.information-box h5 {
    border-bottom: 2px solid #fff !important;
    width: 25% !IMPORTANT;
}

.information-box ul li {
    font-size: 18px;
    padding-bottom: 10px;
}

.information-box ul li a {
    color: #fff;
    text-decoration: none;
}

section.ftr-sec {
    padding-top: 20px;
}

.copyright::after {
    content: "";
    background: #fff;
    position: absolute;
    width: 55%;
    height: 2px;
    left: 30%;
    right: 0px;
    top: 50%;
}

.copyright {
    position: relative;
}

.copyright p {
    font-size: 14px;
    padding-bottom: 2px;
}

.social-icon a {
    font-size: 25px;
}
.accordion-item h2 button.accordion-button:not(.collapsed) {
    background-color: #7c160f;
}


/* careers */

.abt-bton span a {
    background: none;
    color: #000;
    padding: 0px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-decoration: underline;
}

.abt-bton span a:hover {
    color: #0d6efd !important;
    background: none !important;
}

.sec-title h3 {
    font-size: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #7c160f;
    font-weight: 700;
}

/* services */

.lw-pic {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.lw-contnt ul li {
    font-size: 16px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    font-family: 'Inter';
}

.lw-contnt h3 {
    font-size: 22px;
    font-weight: 700;
    padding-left: 20px;
    margin-bottom: 12px;
}

.lw-contnt h4 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
}

section.e-fill {
    padding-bottom: 40px;
}

section.e-fill .lw-contnt {
    padding-left: 140px;
}

section.e-fill .lw-pic {
    padding-bottom: 0px;
}

section.main-lw-sec {
    padding-bottom: 30px;
}

.j-bner-sec {
    display: flex;
    align-items: center;
    justify-content: center;
}

.j-bner-sec img {
    margin-right: 30px;
}


/* public */

section.main-publc-sec {
    padding-top: 30px;
    padding-bottom: 40px;
}

.publc-contnt h1 {font-size: 36px;margin-bottom: 20px;font-weight: 700;color: #166fd3;}

.publc-contnt p {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    line-height: 28px;
    width: 75%;
}

.publc-contnt h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
    color: #166fd3;
}

.publc-contnt p a {
    color: #0d6efd;
    font-weight: 500;
}

.pub-loc a {
    color: #0d70fd;
    font-weight: 500;
    font-size: 16px;
}

.pub-loc {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

span.cnt-lst a {
    color: #0d70fd;
    font-weight: 500;
    font-size: 16px;
}

span.cnt-lst {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    line-height: 28px;
    width: 75%;
}

/* privacy policy */

section.main-prv-sec {
    padding-top: 40px;
    padding-bottom: 50px;
}

.prv-cnt h2 {
    font-size: 46px;
    margin-bottom: 20px;
    color: #166fd3;
    font-weight: 700;
}

.prv-cnt h5 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #7c160f;
    margin-left: 10px;
}

.prv-cnt h5 span {
    font-size: 20px;
    font-weight: 400;
}

.prv-points p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    padding-left: 16px;
}

.prv-points h3 {
    font-size: 24px;
    font-weight: 600;
    color: #166fd3;
    margin-bottom: 15px;
    padding-left: 10px;
}

.prv-points ul li {
    font-size: 16px;
    line-height: 30px;
    color: #000;
    width: 50%;
}

.prv-points ul li b {margin-right: 5px;font-size: 18px;}

.information {
    padding-left: 10px;
}

.information span {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.information span a {
    margin-left: 10px;
}

.information h4 {
    font-size: 24px;
    margin-bottom: 14px;
    color: #7c160f;
}

.information p b {
    font-size: 18px;
    margin-right: 5px;
}

.information p {
    font-size: 15px;
}

.ftr-sec a.nubr-2 {
    padding-left: 24px;
}