@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/Montserrat-Light.ttf');
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.ttf');

}

@font-face {
  font-family: 'Montserrat-Medium';
  src: url('../fonts/Montserrat-Medium.ttf');
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../fonts/Montserrat-SemiBold.ttf');
}

body {
  font-size: 16px;
  line-height: 22px;
  color: #777777;
  font-family: 'Montserrat-Regular';
}

.common-section {
  padding: 50px 0px 50px;
}

/* banner section css */

.banner-section {
  padding: 60px 0px;
  background-image: url("../images/banner-2.jpg");
  background-size: cover;
  height: 100%;
}

.banner-content {
  padding: 20px 0px;
}

.banner-titl {
  font-size: 56px;
  line-height: 64px;
  color: #fff;
  font-family: "Montserrat-SemiBold";
  margin-bottom: 20px;
}

.banner-subtitle {
  color: #121011;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  text-transform: Capitalize;
  font-family: "Montserrat-Medium";
  margin-top: 30px;
}

.banner-subtitle-2 {
  font-size: 28px;
  color: #121011;
  line-height: 30px;
  font-family: "Montserrat-SemiBold";
  margin-bottom: 24px;
}

.flags-section {
  background: white;
  border-radius: 6px;
  padding: 24px 18px 18px;

}

.flags-card {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.flag img {
  width: 100%;
  object-fit: contain;
}

.flag {

  max-width: 100px;
  height: 100%;
}

.flag-text {}

.flag-text div {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-family: "Montserrat-SemiBold";
  margin-top: 8px;
}

.logo-pb {
  margin-bottom: 24px;
}



/* Form CSS */

.form-container {
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  /* max-width: 400px; */
  width: 100%;
}

input {
  display: block;
  width: 100%;
  padding: 12.5px 9px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #777;
  background-color: #fafafa;
  background-clip: padding-box;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input:focus-visible,
textarea:focus-visible {
  outline: 1px solid #666;
}

textarea {
  display: block;
  width: 100%;
  padding: 4.5px 9px;
  font-size: 13px;
  font-family: "Montserrat-Regular";
  line-height: 19px;
  color: #777777;
  background-color: #fafafa;
  background-clip: padding-box;
  border: 1px solid #eaeaea;
  border-radius: 2px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-title {
  font-size: 18px;
  margin-bottom: 20px;
  color: #121011;
  font-family: "Montserrat-SemiBold";
}

.btn-submit {
  background-color: #ef7b26;
  color: white;
  font-family: "Montserrat-Medium";
  border-radius: 0px;
  padding: 9px 30px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.btn-submit:hover {
  background-color: #45a049;
  color: #fff;
}

.button-1 {
  padding: 8px 12px;
}

.other-text {
  color: #121011;
  font-family: "Montserrat-Medium";
  margin-top: -26px;
}

.other-text span {
  font-size: 25px;
  font-family: "Montserrat-SemiBold";
}

.agree-box {
  display: flex;
  align-items: center;
  gap: 14px;
}

.agree-box input {
  width: 16px;
  height: 16px;
}

.agree-box label {
  font-size: 12px;
}

label a {
  color: #777;
  text-decoration: underline;
}

/* services css */

.our-services-section {
  padding: 50px 0px;
}

.services-title {
  font-size: 32px;
  line-height: 40px;
  color: #121011;
  padding-bottom: 18px;
  text-transform: uppercase;
  font-family: "Montserrat-Medium";
}

.services-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding-bottom: 40px;
}

.services-card>div {
  min-height: 156px;
  background-position: top left;
  background-repeat: no-repeat;
  padding: 15px;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}

.bg-text {
  background: #f5f5f5;
  padding: 14px;
}

.bg-11 {
  background-image: url("https://www.ccfexpress.com/Content/User/images/s1.png");
}

.bg-12 {
  background-image: url("https://www.ccfexpress.com/Content/User/images/s2.png");

}

.bg-13 {
  background-image: url("https://www.ccfexpress.com/Content/User/images/s3.png");

}

.bg-14 {
  background-image: url("https://www.ccfexpress.com/Content/User/images/s4.png");
}

.services-card-title {
  font-size: 19px;
  text-transform: capitalize;
  text-align: left;
  line-height: 28px;
  color: #fff;
  font-family: "Montserrat-Medium";
  margin-bottom: -4px;
}

.services-card-inner-title {
  font-size: 20px;
  color: #000;
  font-family: "Montserrat-Medium";
  margin-bottom: 12px;
}

.services-text {
  font-size: 15px;
  color: #777777;
  font-family: "Montserrat-Regular";
}

strong {
  font-family: "Montserrat-Medium";
  color: #121011;
  font-weight: normal;
}

/* delivery css  */

.delivery-things {
  padding: 80px 0px;
}

.section-title {
  font-size: 28px;
  color: #121011;
  line-height: 30px;
  font-family: "Montserrat-Medium";
  margin-bottom: 16px;
  text-transform: uppercase;
}

.span-bl {
  font-weight: 600;
  color: #121011;
}

.delivery-things p {
  font-family: "Montserrat-Regular";
  font-size: 15px;
  color: #777777;
  margin: 0px 0px 30px;
}

.mw-100 {
  max-width: 100%
}

/* choose us */

.choose-us li {
  padding-bottom: 8px;
  list-style-type: none;
}

li i {
  margin-right: 8px;
  color: #473185;
  font-size: 18px;

}

.things-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* padding:20px; */
  border-radius: 10px;
  background: rgba(250, 67, 24, .1);
  overflow: hidden;
  padding-bottom: 25px;
}

.things-content {
  padding-inline: 20px;
}

.pt-carousel {
  padding-top: 24px;
}

.delivery-things-image {

  max-width: 100%;
  object-fit: cover;
  object-position: center;
  max-height: 150px;
}

.delivery-card-title {
  font-size: 20px;
  line-height: 28px;
  color: #473185;
  margin: 19px 0px 6px;
  font-family: "Montserrat-Medium";
}

.things-card p {
  font-size: 15px;
  margin-bottom: 0;
}

.testimonials-section {
  background: #121011;
  padding: 80px 60px 60px;
}

p.color-1 {
  font-size: 15px;
  line-height: 28px;
}

.color-1 {
  color: white;
}

.text-card {
  border: #848383 2px solid;
  border-radius: 24px;
  margin-inline: auto;
  padding: 35px;
  position: relative;
  z-index: -1;
  padding-bottom: 20px;

}

.person-name {
  position: absolute;
  /* right: -5%; */
  right: 0;
  bottom: -65px;
}

.text-card::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: url("https://www.ccfexpress.com/Content/User/images/test-profile.png");
  top: -37px;
  left: -9px;
  z-index: 0;
  object-fit: contain;
  /* padding:10px; */
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;

}

.text-card::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: #848383 2px solid;
  bottom: -12px;
  right: 14%;
  transform: rotate(45deg);
  z-index: 1;
  background: #121011;
  border-top: 0;
  border-left: 0;

}

.mb-mi {
  margin-bottom: -42px;
}

.person-name h4 {
  font-size: 16px;
  color: #fff;
  font-family: "Montserrat-Medium";
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: -3px;
}

.feedback-span {
  font-size: 11px;
  color: #ffffff;
  font-family: "Montserrat-Light";
  text-transform: uppercase;
}

.tx-tr {
  text-transform: none;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-24 {
  margin-bottom: 24px;
}

.get-button {
  width: 140px;
  height: 42px;
  font-size: 15px;
  background: #ef7b26;
  border-radius: 6px;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 19px;
}

.owl-theme .owl-nav {
  width: 100%;
  position: absolute;
  /* margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; */
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 2;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: #473185;
  color: #ffffff;
  border: none;
  padding: 4px !important;
  font: inherit;
  position: relative;
  width: 25px;
  display: flex;
  justify-content: center;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -30px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -30px;
}

.owl-carousel1 .owl-stage,
#owl-carousel .owl-stage {
  display: flex;

  .item,
  .things-card,
  .text-card {
    height: 100%;
  }

}

#owl-carousel .owl-stage {
  display: flex;
}

#owl-carousel .owl-stage .item {
  padding: 80px 10px 100px;
}


/* Ship section */
.ship-title {
  font-size: 32px;
  line-height: 38px;
  color: #121011;
  margin-bottom: 19px;
}

.ship-text {
  font-size: 18px;
  line-height: 28px;

  font-family: "Montserrat-Regular";

}

.ship-1 {
  background: #6e5ba5ab;
  /* background:#ef7b263b; */
  padding: 20px;
  color: #fff;
  height: 100%;
}

.ship-2 {
  background: #d452008f;
}

.ship {
  height: 100%;
  background: #fff;
  padding: 20px;
  height: 100%;

}

.s {
  background: #f7f3ff;
  /* background:white; */
}

.ship-1 strong {
  /* color:#c93232; */
  color: #fff;
  font-family: "Montserrat-SemiBold";
}

/* Thnak You page css */
.thank-you-body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.ptb-15p {
  padding-top: 15px;
  padding-bottom: 15px;
}

.dsk-logo {
  height: 95px;
  border-radius: 10px;
}

.pos-relative {
  position: relative;
}

.logo-sec {
  position: absolute;
  top: 0px;
  transform: translateX(-50%);
  left: 50%;
}

.dlogo-bar {
  display: inline-block;
  text-align: center;
}

.thank-image img {
  max-width: 280px;
  object-fit: contain;
  object-position: center;
}

.thank-description h2 {
  font-size: 50px;
  line-height: 56px;
  color: #473185;
  font-family: "Montserrat-SemiBold";
  margin-bottom: 16px;

}

.thank-description h4 {
  font-size: 22px;
  line-height: 36px;
  color: #473185;
  font-family: "Montserrat-Medium";
  margin-bottom: 24px;
}

.thank-description span {
  font-size: 13px;
  line-height: 19px;
  color: #473185;
  font-family: "Montserrat-Regular";
  margin-bottom: 8px;
  background: #f3f5f7;
  padding: 4px 18px;
  border-radius: 8px;
}

.mb-button {
  margin-top: 36px;
}

.btn-size {
  font-size: 13px;
  color: #fff;
  font-family: 'Montserrat-Light';
  /*border: 1px solid #f07d2e;
	*/
  border-radius: 4px;
  background: #ef7b26;
  padding: 9px 16px;
}

a {
  text-decoration: none;
}

.thank-image {
  padding: 20px 0px;
}

/* terms-of-service */

.terms-of-service {
  padding: 25px 0px;
}

.terms-of-service h1 {
  font-size: 32px;
  line-height: 44px;
  font-family: "Montserrat-SemiBold";
  margin-bottom: 16px;
  color: #473185;
}

.terms-of-service-content {
  padding: 40px 0px 0px;
}

.terms-of-service h2 {
  font-size: 26px;
  line-height: 40px;
  font-family: "Montserrat-Medium";
  color: #473185;
}

.terms-of-service h3 {
  font-size: 22px;
  line-height: 32px;
  font-family: "Montserrat-Medium";
  margin: 14px 0px;
  color: #473185;
}

.terms-of-service strong {
  font-family: 'Montserrat-SemiBold';
  font-weight: normal;
  color: #473185;
}

.terms-of-service h4 {
  font-size: 18px;
  line-height: 28px;
  margin: 20px 0px;
  font-family: "Montserrat-Medium";
  color: #473185;
}

.terms-of-service li p strong {
  color: #473185;
}

.terms-of-service li p {
  color: #777;
}

.terms-of-service p {
  font-size: 13px;
  font-family: "Montserrat-Regular";
}


.choose-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  /* padding:12px;
  margin-top:20px; */
}

.choose-card {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 14px;
  padding: 12px;
  box-shadow: rgba(60, 64, 67, 10%) 0px 2px 6px 2px;
  border-radius: 8px;
}

.choose-card span {
  font-size: 16px;
  color: #000;
}

.choose-pickup-icon {
  object-fit: contain;
  object-position: center;
  width: 30px;
  filter: brightness(0) invert(1);
  /* height: 47px; */
}

.icon-box {
  border-radius: 50%;
  background: #4c4c4c;
  /* background:#949494; */
  padding: 10px;
  transition: ease all 0.2s;
}

.choose-card:hover .icon-box {
  background: #ef7b26;
}

.choose-pickup-icon {
  object-fit: contain;
  object-position: center;
  width: 30px;
  /* height: 47px; */

}

.icon-box {
  border-radius: 50%;
  padding: 10px;
}

/*divya */
.btn-container {
  font-family: "Montserrat-Regular";
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4em;
  letter-spacing: 0.6px;
  background-color: #ef7b26;
  border-radius: 5px 5px 5px 5px;
  padding: 10px 24px 10px 24px;
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}

.tel-icon {
  font-size: 20px;
  color: #fff;
}

.btn-container a {
  color: #fff;
}

.bg-color-1 {
  background-color: #DFF0D8;
}

.delivery-partners-content {
  display: flex;
  align-items: center;
  gap: 25px;
}

.delivery-partners-title {
  color: #252159;
  font-family: 'Montserrat-SemiBold';
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.5em;
  letter-spacing: 0.8px;
  max-width: 200px;
}

.delivery-partners-content img {
  max-height: 125px;
  border-radius: 15px;
}

.social-media-container {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 2%;
  right: 2%;
}

.social-media-container img {
  width: 100%;
  max-width: 50px;
}

.social-media-container-2 {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 68px;
  right: 2%;
}

.social-media-container-2 img {
  width: 100%;
  max-width: 50px;
}



/* Popup Container */
.popup-container {
  display: none;
  /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000b3;
  /* Black background with opacity */
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

/* Popup Content */
.popup-content {
  position: relative;
  background: #fff;
  /* padding: 20px; */
  border-radius: 5px;
  text-align: center;
  max-width: 580px;
  margin-inline: 10px;
  animation: zoomIn 0.5s;
}

/* Close Button */
.close-popup {
  position: absolute;
  top: 12px;
  right: 10px;
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  background-color: #fd9c4d;
  color: #fff;
  border: none;
  font-size: 30px;
  cursor: pointer;
  padding-bottom: 2px;
  border-radius: 50px;
  line-height: 30px;
}

/* Zoom In Animation */
@keyframes zoomIn {
  from {
    transform: scale(.5);
  }

  to {
    transform: scale(1);
  }
}




/* offers section */

.main-offer-content {
  background: #342696;
  padding: 8px 12px;
  color: #fff;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.main-offer-content h4,
.content-bottom h4 {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 8px;
  font-family: "Montserrat-Regular";
}

.main-offer-content h4 {
  margin-bottom: 0;
}

.content-bottom h4:nth-child(2) {
  margin-bottom: 0;
}

.content-bottom {
  color: #fff;
  background: #ef7b26;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 8px 12px;
}

.main-offer-content h3 {
  font-size: 16px;
  line-height: 22px;
  font-family: "Montserrat-SemiBold";
}
.offers-container{
  display:grid;
  grid-template-columns:repeat(3,1fr);
 
  gap:13px;
}
/* .offers-container {
  display: flex;
  justify-content: center;
  padding-block: 30px;
  gap: 14px;
} */

/* .offers {
  width: 33.33%;
} */
@media (max-width:1250px) {

/* .offers {
  width: auto
} */
/* .offers-container {
  display: flex;
flex-wrap: wrap;
} */
}