/* reset css
==================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

html, body { height: 100%; } 
body {
  background: var(--color-light-gray);
  font-family: 'inter', sans-serif!important;
  color: var(--color-black); 
  font-size: 14px;
  line-height: 1.5 !important;
  overflow-x: hidden;
}


/* Common CSS
    ========================================================================== */
ol,
ul { list-style: none; }
a, .btn { transition: all 0.5s ease; }
a:active, a:hover, a:focus, .btn:focus, .btn:active, .btn:hover { outline: 0;}

a { color: var(--color-primary); text-decoration: none;}
a:focus, a:hover { color: var(--black); text-decoration: none; }

b,strong { font-weight: bold; }
small { font-size: 80%; }
sub, sup { font-size: 72%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.4em; }
sub { bottom: -0.25em; }

img { border: 0; vertical-align: middle; }

hr { box-sizing: content-box; height: 0; }

*:focus { outline: 0; }
svg:not(:root) { overflow: hidden; }

.hide { display: none; }
.hidden { visibility: hidden; }
.block { display: block; }

.pointer{ cursor: pointer;}
.resize-none { resize: none; }
.container {
    max-width: 1250px !important;
    margin: 0 auto;
  }
  :root {
    /* variable Color */
    --color-white: #ffffff;
    --color-darkbrown: #48484A;
    --color-black: #000000;
    --color-primary: #70105C !important;

  }
  
  /* Button CSS
  ========================================================================== */
  .btn {
    border-radius: 8px !important;
    padding: 8px 16px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: 'poppins';
  }
  
  .btn:hover,
  .btn:focus,
  .btn:not(:disabled):not(.disabled):active {
    box-shadow: none;
    outline: 0;
  }
  
  .btn-lg {
    padding: 22px 70px !important;
    font-weight: 700 !important;
    font-size: 20px !important;
  }
  
  .btn-primary {
    background: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
    color: var(--color-white);
  }
  
  .btn-primary:hover {
    background: #af3295 !important;
    border-color: var(--color-primary) !important;
    color: var(--color-white);
  }
  .btn-border {
    background: var(--color-transparent) !important;
    border-color: var(--color-primary) !important;
    color: var(--color-white) !important;
  }
  
  .btn-border:hover,
  .btn-border.active {
    background: #af3295 !important;
    border-color: #af3295 !important;
    color: var(--color-white);
  }
  

  /* Bacground color
  ================================= */
.bg-color-section {

    background: rgba(211, 211, 211, 0.2);
}

/* Main header banner css
============================================================== */
.main-header-banner {
  background-image: url(../images/1-2.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.main-header-banner:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background: linear-gradient(45deg, #0000004f, #6a4c7d45);
}
.main-header-banner .navbar-toggler {
  background: #fff !important;
}
  .main-header-banner nav.navbar.navbar-expand-lg {
    background-color: rgba(106, 76, 125, 0.3);
    border-radius: 20px;
    padding: 18px 24px;
    border: 1px solid rgb(255, 255, 255, 30%);
}
.main-header-banner .nav-link {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #ffff !important;
    padding: 4px 10px;
}
.main-header-banner .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  color: #fff !important;
  border-bottom: 2px solid #D6097B;
}
.main-header-banner .navbar-nav {
  gap: 12px;
}
.banner-description {
  padding: 180px 0px;
  color: #fff;
  padding-bottom: 213px;
}
.section-details {
  z-index: 1;
  position: relative;
  padding-top: 39px;
}
.description-area .title {
  font-size: 56px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 100%;
}
.description-area .btn-style {
  background: #70105C;
  color: #fff;
  padding: 8px 16px;
  font-size: 20px;
  font-weight: 500;
}
.main-header-banner .description-area {
  padding-left: 30px;
}
.section-details .btn-enquiry {
    background: #70105C;
    color: #fff;
    padding: 8px 16px;
    font-size: 20px;
    font-weight: 500;
    /* font-family: "poppins"; */
    position: fixed;
    right: -40px;
    bottom: 220px;
    transform: rotate(90deg);
}
.section-details .btn-whatsapp {
  background: rgb(255, 255, 255, 92%);
  position: fixed;
  left: 33px;
  bottom: 100px;
  box-shadow: 0px 4px 4px rgb(0, 0, 0, .25%);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media(max-width: 1200px){
.logo-brand img {
  width: 90%;
}
.main-header-banner .nav-link {
  font-size: 14px !important;
}
}
@media(max-width: 992px){
  .banner-description {
    padding: 80px 0px;
    padding-bottom: 100px;
}
.description-area .title {
    font-size: 29px;
    line-height: 36px;
}
.main-header-banner .description-area {
  padding-left: 0px;
}
    .section-detail {
        padding-top: 34px !important;
    }
.logo-brand img {
  width: 90%;
}
}
img.img-fluid.new {
    width: 17px;
}
/* Section-golden_triangle css
============================================================ */
.section-detail {
  padding-top: 84px;
  padding-bottom: 56px;
}
.section-detail .content-_header-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
}
.section-detail .content-_header-title .divider-line {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #D6097B;
}

.title-heading {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
white-space: nowrap;
padding: 0px 36px;
text-align: center;
}
@media(max-width: 992px){
  .title-heading{
    white-space: wrap;
    font-size: 28px;
    padding: 0px 30px;
}
.section-detail .content-_header-title .divider-line{
  width: 20%;
}
}
@media(max-width: 768px){
.section-detail .content-_header-title .divider-line{
  display: none;
}
.title-heading{
  padding: 0px;
}
.title-heading {
    font-size: 23px !important;
}
.map-detail img {
    width: 100%;
}
}
.text-style {
  color: #7F7F7F;
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

/* Tours section css
============================================================= */
.place-info-box {
  border-radius: 20px;
  overflow: hidden;
}
.place-info-box .place-img {
  min-height: 323px;
  max-height: 323px;
  padding: 12px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px 16px;
  padding-bottom: 12px;
  position: relative;
}
.place-info-box .img-fluid.tours-img {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  transition: transform 0.4s ease;
}
.place-info-box .place-img:hover img {
  transform: scale(1.2);
}
.place-info-box .place-info-action {
  background: #1E1E1E;
  padding: 19px 26px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.place-info-action .btn {
  min-width: 111px;
}
.place-info-box .package {
  background: rgba(30, 30, 30, 0.5);
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 13px;
  font-family: 'poppins';
  font-weight: 500;
}
.tour-summary p {
  font-size: 24px;
  color: #1E1E1E;
  line-height: 34px;
  font-weight: 500;
}
.tour-summary {
  display: flex;
  flex-direction: column;
  gap: 70px;
  align-items: center;
  text-align: center;
  padding: 80px 124px;
  padding-bottom: 56px;
}

  @media(max-width: 992px){
    .tour-summary {
      display: flex;
      flex-direction: column;
      gap: 70px;
      align-items: center;
      text-align: center;
      padding: 80px;
      padding-bottom: 56px;
  }
}
  @media(max-width: 768px){
    .tour-summary {
      padding: 40px 0px;
    }
    .tour-summary .btn {
      padding: 18px 30px !important;
  }
  .tour-list .btn {
    padding: 8px 20px !important;
}
  }
  @media(min-width: 992px){
  .tour-list .btn {
    padding: 8px 39px !important;
}
  }

.tour-list {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.place-img_title .heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 14px;
}
/* Segmentation section css
================================================== */
.segmentation-box {
  position: relative;
  overflow: hidden;
}
.segmentation-box img {
    width: 100%;
    max-height: 266px;
    object-fit: cover;
}
.segmentation_title {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
}
.segmentation-box img:hover {
  transform: scale(1.2);
  transition: transform 0.4s ease;
}
.segmentation-box img {
  transition: transform 0.4s ease;
}
.segmentation_title .heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 14px;
}
/* Trip section css
================================================= */
.trip-info-box {
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.trip-info-box .img-icon {
  width: 62px;
  height: 62px;
}
.trip-info-box .trip-title {
  font-size: 14px;
  color: var(--color-primary);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .5px;
  line-height: 20px;
}
.trip-info-box .description {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
}

/* journey section css
========================================================= */
.numbers-details-box {
  height: 391px;
}
.numbers-details-box .expert-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.journey-detail {
  display: flex;
  gap: 102px;
  align-items: center;
  backdrop-filter: blur(24px);
  background-color: rgb(255, 255, 255, 10%);
  padding: 28px 67px 38px;
  border-radius: 24px;
  border: 1px solid rgb(255, 255, 255, 30%);
  flex-wrap: wrap;
}
.detail-box {
  color: rgb(255, 255, 255, 80%);
  text-align: center;
  padding: 24px;
  padding-bottom: 10px;
  border-bottom: 2px solid #D6097B;
}
.detail-box .value {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
@media(max-width: 992px){
  .numbers-details-box {
    height: 100%;
}
.journey-detail {
  gap: 20px;
  justify-content: center;
}
.numbers-details-box {
  height: 550px;
}
.detail-box .value {
  font-size: 22px;
}
}
@media(max-width: 768px){
.numbers-details-box {
  height: 620px;
}
}
/* Client Say section css
======================================================== */
.review-detail {
  border-radius: 16px;
  box-shadow: 0px 1px 38px rgba(106, 76, 125, 0.1);
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 23px;
}
.review-detail .star-bedge {
  background: #EF991F;
  padding: 10px 24px;
  padding-bottom: 13px;
  border-radius: 100px;
  display: inline-flex;
}
.review-detail .icon-bedge {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.review-detail .client-pic {
  width: 40px;
  height: 40px;
  display: block;
}
.review-detail .client-info-box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.review-detail .name {
  font-size: 16px;
  font-weight: 700;
  color: #363539;
}
.review-detail .state {
  font-size: 12px;
  font-weight: 400;
  color: #9192A6;
}
/* Section slider css
================================================================= */
.section-slider .title-heading{
    font-size: 32px;
    font-weight: 700;
    color: #1E1E1E;
    white-space: nowrap;
    text-align: center;
}
@media(max-width: 992px){
  .section-slider .title-heading{
    white-space: wrap;
}
}

.section-slider .text-title {
  text-align: center;
  color: #1E1E1E;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.section-slider .carousel {
  width: 818px;
  margin: auto;
}
.section-slider .carousel-control-next-icon, .carousel-control-prev-icon {
  width: 3rem;
  height: 3rem;
  box-shadow: 0px 4px 14px rgba(74, 58, 255, 0.2);
  border-radius: 100%;
  line-height: 48px;
}
.section-slider .carousel-control-next-icon, .carousel-control-prev-icon {
  width: 3rem !important;
  height: 3rem !important;
  box-shadow: 0px 4px 14px rgba(74, 58, 255, 0.2);
  border-radius: 100%;
  line-height: 48px;
}
.section-slider .carousel-control-next {
  right: -130px;
}
.section-slider .carousel-control-prev {
  left: -130px;
}
.section-slider .carousel-control-prev-icon {
  background: transparent;
}
.section-slider .carousel-control-next-icon{
  background: transparent;
  transform: rotate(180deg);
}
.section-slider .carousel-inner {
  background: #fff;
  padding: 28px;
  border-radius: 12px;
}
.section-slider .slide-pic {
  width: 48px;
  height: 48px;
  display: inline-block;
}
.section-slider .slide-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-slider .slide-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.section-slider .slide-name {
  font-size: 18px;
  color: #170F49;
  font-weight: 700;
}
.section-slider .country {
  color: #9192A6;
  font-size: 12px;
  font-weight: 400;
}
@media(max-width: 992px){
  .section-slider .carousel {
    width: 400px;
  }
  .section-slider .carousel-control-prev {
    left: 80px;
    bottom: -68px;
    top: auto;
}
.section-slider.bg-color-section{
  padding-bottom: 100px !important;
}
.section-slider .carousel-control-next {
  right: 80px;
  top: auto;
  bottom: -68px;
}
}
@media(max-width: 768px){
  .section-slider .carousel {
    width: 310px;
  }
}


/* Form section css
========================================================= */
.form-content {
  padding-right: 100px;
}
.form-content .contact-details {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-bottom: 26px;
}
.address-one {
  display: flex;
  align-items: start;
  gap: 24px;
}
.address-details .address-title {
  font-size: 16px;
  color: #70105C;
  font-weight: 500;
}
.address-details {
  margin-top: 66px;
}
.address-details .address-info {
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
}
.section-form  .form-group {
  position: relative;
  margin-bottom: 1rem;
}

.section-form .custom-placeholder {
  position: absolute;
  top: 21px;
  left: 21px;
  font-size: 14px;
  color: #494949;
  pointer-events: none;
  transition: 0.2s ease all;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}

.section-form .custom-placeholder .required {
  top: -8px;
  color: red;
  position: absolute;
  right: 1px;
}

.section-form .form-control {
  padding: 21px;
  font-size: 15px;
  border-radius: 8px;
  border: 1px solid #ddd;
}

.section-form .form-control:focus + .custom-placeholder,.form-content
.form-control:not(:placeholder-shown) + .custom-placeholder {
  top: 0px;
  font-size: 12px;
  color: #999;
}

.section-form .submit-btn {
  padding: 20px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  width: 100%;
}

.section-form .submit-btn:hover {
  background-color: #70105C;
}
.section-form textarea.form-control{
  resize: none;
  font-size: 16px;
  font-weight: 400;
}
.section-form textarea.form-control::placeholder {
  color: #494949;
}
@media(max-width: 768px){
  .address-details {
    margin-bottom: 40px;
  }
  .address-second {
    padding-left: 50px;
}
.form-content {
  padding-right: 0px;
}
}

 
/* Section-movements-gallery css
============================================================= */
.section-movements-gallery .img-fluid.gallery-img {
  width: 100%;
}
.section-movements-gallery .tour_img {
  border-radius: 10px;
  overflow: hidden;
}
.section-movements-gallery .blog-text {
  font-size: 24px;
  font-weight: 500;
  color: #1D1D1D;
  line-height: 130%;
  padding-top: 20px;
}
.section-movements-gallery .blog-link {
  font-family: 'Neutrif Pro', sans-serif;
  color: #70105C;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
    border-bottom: 1px solid #70105C;
}
.section-movements-gallery .blog-link:hover {
  color: #af3295;
}
.section-movements-gallery .blog-action {
  margin-top: 40px;
  text-align: center;
}
/* Wrapper section css
=============================================================== */
.section-wrapper .wrapper-box {
  display: flex;
  align-items: center;
  max-height: 160px;
  margin-bottom: 70px;
}
.section-wrapper .wrapper-img {
  min-width: 255px;
  height: 160px;
} 
.section-wrapper .img-fluid.plant-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-wrapper .citi-wrapper {
  flex: 1;
  height: 160px;
  position: relative;
}
.section-wrapper .img-fluid.citi-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  opacity: 0.1;
}
.section-wrapper .wrapper-text{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 0px 58px;
  font-family: 'poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
}
@media(max-width:1200px){
  .journey-detail {
    justify-content: center;
    gap: 24px;
  }
}
@media(max-width: 992px){
  .section-wrapper .wrapper-img {
    width: 100%;
}
.section-wrapper .wrapper-box {
    flex-direction: column;
    max-height: 100%;
}
.section-wrapper .img-fluid.plant-img {
    object-fit: cover;
}
.section-wrapper .citi-wrapper {
    width: 100%;
}
.section-wrapper .img-fluid.citi-img {
    height: 160px;
}
.section-wrapper .wrapper-img {
    width: 100%;
}
.section-wrapper .img-fluid.child-img{
    width: 100%;
    height: 160px;
    object-fit: cover;
}
.journey-detail {
  justify-content: center;
  gap: 24px;
}
}
@media(max-width: 768px){
  .section-wrapper .wrapper-text{
    padding: 0px 10px;
  }
}
/* section footer css=
========================================================== */
.footer-setion .footer {
    background-color: #141519;
    color: #fff;
    padding: 60px 0 20px;
}

.footer-setion .footer a {
  color: #aba8a8;
  text-decoration: none;
}
.footer-setion .footer p {
  color: #aba8a8;
  text-decoration: none;
}

.footer-setion .footer a:hover {
  text-decoration: underline;
}

.footer-setion .footer h6 {
  font-weight: 700;
  margin-bottom: 15px;
}

.footer-setion .footer .logo {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}

.footer-setion footer .logo span {
  color: #e91e63;
}

.footer-setion .footer .contact-info i {
  margin-right: 8px;
}

.footer-setion .footer-bottom {
  padding: 30px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 14px;
  color: #aba8a8;
  background: #000;
}

.footer-setion .payment-icons img,.footer-setion 
.accreditation img {
  margin: 5px;
}

.footer-setion .accreditation {
  text-align: center;
  margin-top: 30px;
}

.footer-setion .accreditation img {
  max-height: 70px;
}

.footer-setion .footer .text-small {
  font-size: 13px;
  opacity: 0.8;
}
.footer-setion .footer .payment-icons img {
    width: 53%;
}

/* inner pages */


  .br-2 {
    background-image: url(../images/1.jpg);
}
.breadcrumb-title {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
}
.breadcrumb-wrap:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(112 16 92 / 84%);
}
.breadcrumb-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
    padding: 0px 36px;
    text-align: center;
}
p#breadcrumbs a {
    color: #fff;
    text-decoration: none;
}
p#breadcrumbs {
    color: #fff !important;
}
p#breadcrumbs span {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
}
span.breadcrumb_last {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
}
.bg-f {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ddd;
    text-align: center;
}
  .breadcrumb-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 70px 0;
    overflow: hidden;
}
.section-details {
    background: transparent !important;
    padding: 0;
}
section.main-header-banner.inner_pages {
    background: #ffff !important;
}
section.main-header-banner.inner_pages nav.navbar.navbar-expand-lg {
    border-radius: 0;
    background: #141519;
    border: none;
    padding: 18px 34px;
}

@media (min-width:1200px) and (max-width:1400px) {
.main-header-banner .nav-link {
    font-size: 14px !important;
}
}
.hotel_sec_img img {
    border-radius: 12px 12px 0 0;
}

.hotel_sec_img:hover img {
    transform: scale(1.1);
}
.hotel_sec_img {
    position: relative;
    border-radius: 20px 20px 0 0;
}

.inner_sec p {
    margin: 0;
    font-size: 12px;
    background: #70105c;
    padding: 4px 10px;
    border-radius: 18px;
    color: #fff;
}
.hotel_sec_img img {
    width: 100%;
    transition: transform 0.4s ease;
}
.hotel_sec_img {
    overflow: hidden;
}
.inner_sec {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 14px;
    width: 100%;
    padding: 0 15px;
}
.heading_sec h2 {
    font-size: 19px;
    font-weight: 700;
    color: #000000;
    white-space: nowrap;
    padding: 0px 36px;
    text-align: center;
	margin:0;
}
.heading_sec {
    padding: 20px 20px;
    background: #efefef;
}
.heading_sec {
    text-align: center;
}.cat_Sec p {
    margin: 0;
}
.heading_sec a {
    color: #993366;
    text-decoration: none;
    text-align: center;
}

section.section-detail.sive_star_sec {
    padding-top: 40px;
    border-bottom: 0 !important;
    padding-bottom: 0;
}
.inner_section_satrt {
    margin-top: 40px;
}
.hotel_sec {
    margin-bottom: 26px;
}
.spacwer_Sec {
    margin-bottom: 26px;
}


.text_sec {
    text-align: center;
}

.inner_sec_star p {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    gap: 17px;
    margin: auto;
}
.room_sec_new {
    margin-bottom: 8px;
}

.room_sec_new.magin_o {
    margin: 0;
}
.room_sec_new span {
    font-weight: 600;
}



.main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}
.text_sec_inerr li {
    padding: .2em 0;
    font-size: 14px;
    color: #7a7a7a;
    line-height: 28px;
}
.text_sec_inerr ul li {
    list-style: circle;
}
.text_sec_inerr h4 {
    color: #464A4F;
    text-decoration: underline;
    font-weight: 600;
}
.form-container {
    background-color: white;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    padding: 40px;
    margin-bottom: 60px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}
.form-control, .form-select {
    border-radius: 8px !important;
    padding: 12px 16px !important;
    border: 1px solid #E5E7EB !important;
    background-color: #F9FAFB !important;
    transition: all 0.2s ease !important;
}
.form-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #70105c;
}
.form_sec_inner {
    margin: 70px 0;
}
.first_radio_sec {
    display: flex;
    gap: 30px;
}

.form-title h3 {
    text-align: center;
    font-weight: 700;
    color: #000000;
}
.form-title p {
    text-align: center;
    font-size: 14px;
}
.single {
    background-image: url("https://www.luxurygoldentriangle.com/wp-content/uploads/2020/06/2-1.jpg");
}

.single:after {
    background-color: rgb(112 16 92 / 33%);
}
.single_iner_new p span {
    font-weight: 600;
}
.single_iner_new p {
    margin: 0;
    font-size: 14px;
}
section.single_page_sec {
    background: #ccc;
    padding: 15px 0;
}
.single_iner_new {
    display: flex;
    justify-content: space-between;
}
.iner_contern h2 {
    font-size: 26px;
    font-weight: 700;
}
section.content_area {
    margin: 40px 0 0;
}
.text_secc p strong {
    font-size: 20px !important;
}
.text_secc p {
    font-size: 14px !important;
}
.iner_contern .section-detail {
    padding-top: 0;
}

section.section-golden_triangle ul li {
    font-size: 14px;
    list-style: circle;
    /* padding-left: 30px; */
}
section.section-golden_triangle ul {
    padding: 0;
    margin: 0;
    padding-left: 30px;
}
.iner_bg {
    background: #efefef;
    padding: 40px;
    margin-bottom: 50px;
}
.modal-body textarea#message2 {
    height: 70px;
}

button.btn-sm.btn-primary.btn-enquiry.mt-3 {
    border: none;
    border-radius: 8px;
    font-size: 18px;
}
.modal-body .form-control, .form-select {
    padding: 8px 16px !important;
    font-size: 14px;
    font-weight: 300;
}
.modal-body label.form-label {
    font-size: 14px;
}
@media (max-width:580px) {
.inner_sec_star p {
    margin: unset;
    flex-direction: column !important;
}
.form-container {
    padding: 18px;
}
.first_radio_sec {
    gap: 10px;
    flex-direction: column;
}
.single_iner_new {
    flex-direction: column;
    gap: 10px;
}
.iner_bg {
    padding: 15px;
    margin-bottom: 10px;
}
.iner_bg .section-detail {
    padding-bottom: 20px;
    padding-top: 10px !important;
}
}
.heading_sec {
    text-align: left;
}


/* inner pages edn */


.card.blog-card:hover img {
    transform: scale(1.1);
}
.card.blog-card img {
    transition: all 0.5s;
}
.card.blog-card_img {
    overflow: hidden;
}
.card.blog-card img {
    transition: all 0.5s;
    height: 260px;
    object-fit: cover;
    object-position: center;
}
h5.card-title {
    font-weight: 700;
}
.hero {
    margin: 40px 0 0;
}







.widget.tags span {
    background: #e1e1e1;
    padding: 4px 12px;
    display: inline-block;
    margin: 0 0 6px;
    border-radius: 4px;
    font-size: 13px;
    text-transform: uppercase;
}
ul.list-unstyled a {
    color: #000;
    text-decoration: none;
    margin: 0 0 3px;
    display: inline-block;
    font-size: 14px;
}
.widget {
    margin: 0 0 20px;
    background: #ebebebcc;
    padding: 20px;
    border-radius: 4px;
}