@media (max-width: 47.9em) {
	.mymainsec h2 {font-size:30px !important;}
	.mymainsec p {font-size:12px !important; line-height:20px !important;}
	h1 {font-size:36px !important;}
	h2 { font-size:34px !important;}
	h3 {font-size:24px !important;}
	h4 {font-size:18px !important;}
	.topbtn a {font-size:14px !important;}
	.topbtn .btn-outline-light {padding: 5px 15px !important;}
	.servicesec { min-height: 150px !important;}
	.mytop .lightsec2 {padding-top:30px !important;}
	.fixed-bottom h3 {font-size:16px !important;}
	.fsec { margin-bottom:40px !important;}
	.testimonial {padding:20px !important;}
	.mediasec1 {padding:40px 30px !important;}
	.ft1 {font-size: 15px !important;}
	.whiteback img {max-width: 80px !important; }
	.whiteback h4 {font-size: 14px !important;}
	.whiteback { padding: 5px 10px !important; }
	.myblurb { min-height:120px !important;}
	.topsecsubhead  h5 {font-size:14px !important; line-height:18px !important;}
	.topsecsubhead  h4 {font-size:16px !important; line-height:22px !important;}
	.unablemobile {display:none !important;}
	.newicons h5 {font-size:14px !important; line-height:24px !important;}
	.form-card {
    position: static;
    width: 100%;
    margin-top: 30px;
  }
  
  .logos img {height: 80px !important;}

 .hero-features {
    flex-direction: column;
  }

  .divider {
    display: none;
  }
  
   .recovery-section::before {width: 120px; height: 120px;  }
   
   .border-start1 {border-left:0px !important; border-top:1px solid rgba(255, 255, 255, 0.2) !important;}
   .border-start2 { border-top:1px solid rgba(255, 255, 255, 0.2) !important;}
   .call-cta h3 {font-size: 16px !important;}
   
   .hero-section::before {background: linear-gradient(to right, rgba(255, 255, 255, 0.95) 35%, rgba(255, 255, 255, 0.85) 100%, rgba(255, 255, 255, 0.3) 100%, transparent 85%) !important;}
   
   .features h5 {font-size:14px !important; line-height:20px !important; font-weight:500 !important; margin-bottom: 0px !important;}
   p.trust.mt-3 { font-size: 12px !important; line-height: 20px !important;}

	
}

.section-divider {
 box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}


.features h5 { font-size:14px ;}





* { margin:0px; padding:0px; }
body { font-family: "Open Sans", sans-serif;}
.container { max-width: 1320px ;}
h2,h3,h4,h4, h5 .btn { font-family: "Noto Serif Georgian", serif;}
h1 { font-family: "Noto Serif Georgian", serif; font-size:60px; font-weight:700; color: #717b61; }
h3 {font-size:30px;}
h2 {font-size:40px; font-weight:600; }
h4 {font-size:24px;}
h5 {font-size:18px;}
h6 { font-size:16px; font-weight:400;}

p {font-size:17px; line-height:28px;}





.luxury-hero {
  position: relative;
  background: #f5f3ef;
  padding:20px 0px 40px 0px;
  overflow: hidden;
}

/* RIGHT CURVE BACKGROUND (OUTSIDE CONTAINER) */
.hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 58%;
  height: 100%;
  background: url(images/hero-sea.png) center/cover no-repeat;
  
  /* SMOOTH CURVE */
  clip-path: ellipse(85% 100% at 100% 50%);
  
  z-index: 1;
}

/* ENSURE CONTENT ABOVE BG */
.luxury-hero .container {
  position: relative;
  z-index: 2;
}

/* TEXT */
.hero-title {
  font-size: 48px;
  font-weight: 700;
}

.hero-title span {
  color: #996548;
}

.tagline {
  background: #fff;
  padding: 6px 14px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
}

.hero-desc {
  color: #555;
  margin-top: 15px;
}

/* FORM CARD */
.form-card {
  border-radius: 12px;
   padding-bottom:20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

/* ONLY HEADER DARK */
.form-header {
  background: #717b61;
  color: #fff;
  padding: 20px;
}

.form-header h4 {
  margin: 0;
}

.form-header p {
  font-size: 13px;
  opacity: 0.8;
}

/* FORM BODY */
.form-body {
  padding: 25px;
}

.form-body input,
.form-body select,
.form-body textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #ddd;
      color: #333 !important;
}

.form-body textarea {
  height: 70px;
}

/* BUTTON */
.form-body button {
	color: #fff !important;
  width: 100%;
  padding: 12px;
  background: linear-gradient(45deg,#996548,#a16f54);
  border: none;
  border-radius: 6px;
  font-weight: 600;
}

/* BUTTON LEFT */
.btn-gold {
  background: #c8a96a;
  padding: 10px 20px;
  border-radius: 6px;
  color: #000;
}

/* MOBILE FIX */
@media(max-width:991px){

  .hero-bg {
    position: relative;
    width: 100%;
    height: 250px;
    border-radius: 20px;
    margin-bottom: 20px;
  }

  .luxury-hero {
            padding: 10px 0 40px 0px;
  }
  
  .features img  {max-width:60px !important;}
}














/* EACH ITEM */
.feature-item {
  text-align: center;
}

.feature-item i {
  font-size: 30px;
  color: #c9a45c;
}

.feature-item h6 {
  margin-top: 10px;
  font-weight: 600;
  font-size: 15px;
  color: #717b61;
}

.feature-item p {
  font-size: 15px; line-height:22px;
  color: #6c757d;
  margin: 0;
}

/* DIVIDER LINE */
.divider {
  width: 1px;
  height: 50px;
  background: rgba(0,0,0,0.1);
}


.feature-item {
  transition: 0.3s;
}

.feature-item:hover {
  transform: translateY(-3px);
}



.hero-bottom {
  background: #717b61;
  color: #fff;
  padding: 20px 0;
}

/* EACH ITEM */
.bottom-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  height: 100%;
}

/* ICON LEFT */
.bottom-item i {
  font-size: 36px;
  color: #fff;
}

/* TEXT */
.bottom-item h6 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
}

.bottom-item p {
  margin: 0;
  font-size: 14px; line-height:22px;
  color: #cbd5e1;
}

/* DIVIDER LINE */
.border-start {
  border-left: 1px solid rgba(255,255,255,0.2) !important;
}

.border-start1 {
  border-left: 1px solid rgba(255,255,255,0.2);
}

.border-start2 {
  border-left: 1px solid rgba(255,255,255,0.2);
}

.extrashadow {position: relative;
    z-index: 2;}




.recovery-section {
  position: relative;
  background: #f8f9fb;
  overflow: hidden;
}

/* LEFT LEAF BACKGROUND */
.recovery-section::before {
     content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 650px;
    height: 650px;
    background: url(images/leaf.png) no-repeat;
    background-size: contain;
    opacity: 0.3;
}

/* TEXT */
.top-text {
  color: #996548;
    font-size: 16px;
    letter-spacing: 2px;
    font-weight: 700;
}

.main-title {
  font-size: 42px;
  color: #717b61;
}

.section-desc {
  color: #6c757d;
  font-size: 15px;
  max-width: 600px;
  margin: 0 auto;
}

/* CARD */
.recovery-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
  transition: 0.3s;
  height: 100%;
}

.recovery-card:hover {
  transform: translateY(-8px);
}

/* ICON */
.icon-circle {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #996548;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle i {
  font-size: 28px;
  color: #fff;
}



.programs-section {
  background: #f8f9fb;
}

/* TEXT */
.top-text {
  color: #996548;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
}

.main-title {
  font-size: 42px;
  color: #717b61;
}

/* CARD */
.program-box {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}

.program-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* GRADIENT OVERLAY */
.program-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
 background-color: rgba(113,123,97,0.8);} 
 
}

/* ICON */
.program-overlay i {
  font-size: 26px;
  color: #c9a45c;
}



/* BUTTON */
.btn-outline-gold {
  border: 2px solid #c9a45c;
  color: #c9a45c;
  padding: 10px 25px;
  border-radius: 8px;
  font-weight: 500;
}

.btn-outline-gold:hover {
  background: #c9a45c;
  color: #fff;
}

.hero-section1 {
    position: relative;
    background: url(images/men.png) no-repeat center / cover;
    padding: 60px 0px 60px 0px;
}



.hero-bottom, .hero-bottom1 {
    background: #717b61;
    color: #fff;
    padding: 20px 0;
}





.recovery-section1 {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),
              url(images/your-background.png) center/cover no-repeat;
}

.circle-icon {
  width: 50px;
  height: 50px;
  background: #996548;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}

.icon-box {
  width: 50px;
  height: 50px;
  border: 2px solid #996548;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #996548;
  font-size: 20px;
}

.logo-img {
  height: 30px;
  opacity: 0.9;
}

.logos img {
    height: 100px;
    object-fit: contain;
}

.darkimage1 i {color:#fff;}
.borderend {border-right: 1px solid rgba(255, 255, 255, 0.2) !important;}

.call-cta {
  color: #0b2c4a;
}

.call-icon {
  width: 50px;
  height: 50px;
  background: #e6f0fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b2c4a;
  font-size: 30px;
}

.call-cta small {
  font-size: 12px; line-height:18px
  letter-spacing: 1px;
}

.call-cta h3 {
  font-size: 28px;
}



div#cr-form-FOR019df91f6aa574df921791e1d135037f {
    min-height: 500px !important;
}

iframe#FOR019df91f6aa574df921791e1d135037f {
    min-height: 500px;
}






.mygallery img {border-radius:10px;}
.formsec {padding:30px; border-radius:10px;}
.myspace {padding:60px 0px;}
.servicesec {border-radius:10px; box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.125) !important; padding:20px; min-height: 270px;}
.cta {background-color:#20407d; padding:20px 15px; border-radius:25px;}
.cta h3 {font-size:25px !important;}
.mytop {     background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 64%, #ffffff 100%), url(images/top-banner.jpg) !important; }
.mytop1 {     background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 64%, #ffffff 100%), url(images/gallery/Tour-5.jpg) !important; }
.servicesection { background: url(images/backgroundimg.jpg) no-repeat; background-size: cover; background-position:center;  }
.lightsec { background-color: rgba(0,0,0,0.3); padding:30px;}
.lightsec1 { background-color: rgba(255,255,255,0.8);}
.aboutsec img {border-radius: 30px 5px 30px 5px ;}
.mytop .lightsec2 {padding-top:30px;}
.lightsec2 {background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));}
.lightsec3 {background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));}
input.btn.btn-primary {background-color: #996548 !important; border-radius:10px;}
.parallaximg .darksec {padding:10px 0px;}

 a {text-decoration:none;}

.btn-primary { background-color:#996548;  color:#fff !important; font-size:16px; border-radius: 5px; border:none; font-weight:700; padding:10px 25px;}

.btn-primary a { color:#fff;}
.btn-primary a:hover { text-decoration:none;}
.btn-primary:hover {background-color:#996548;  color:#fff !important; border:none; }


.btn-primary2 { background-color:#996548;  color:#fff !important; font-size:16px; border-radius: 50px; border:none; font-weight:700; padding:10px 25px;}

.btn-primary2 a { color:#fff;}
.btn-primary2 a:hover { text-decoration:none;}
.btn-primary2:hover {background-color:#996548;  color:#fff !important; border:none; }



.btn-outline-light {color: #fff;  border-radius: 50px;  border:2px solid #fff; font-weight:700; padding:10px 25px;}
.btn-outline-light a {color:#fff;}
.btn-outline-light a:hover {color:#333; text-decoration:none !important;}
.btn-outline-light:hover {border:2px solid #996548; }

.btn-primary1 { color:#333 !important; font-size:16px;  border:none; font-weight:700; padding:10px 25px;}
.btn-primary1 a {color:#333 !important;}
.testimonial {
   max-width: 80%;
    margin: 40px auto;
    box-shadow: 0 3px 6px rgb(0 0 0 / 13%), 0 3px 6px rgb(0 0 0 / 25%);
    border-radius: 8px 60px 8px 60px;
    width: 100%;
    height: 100%;
    padding: 40px;	
}
.testimonial i {color:#F6B744;}

span.carousel-control-prev-icon, span.carousel-control-next-icon {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    border: 2px solid #333;
    margin: 0 5px;
    border-radius: 50%;
    padding: 10px;
	background-color:#20407d !important;
}




.maincta {background-color:#50b8cb;}
.whychoose {background-color:#efefef;}


iframe#ctm-frame-0, iframe#ctm-frame-1 {
    min-height: 370px;
}


.ffixed1 {box-shadow: 0 0 10px rgba(0, 0, 0, .5);}

.navbar {
            transition: background-color 0.3s;
        }
.navbar-scrolled {
            background-color: #2d365a !important;
        }
		
.navbar>.container {    display: block;}		

.topbox {margin-bottom:-80px; background-color:#f6f7f9;}

.myblurb {box-shadow: 0 9px 0 -2px rgba(96, 121, 138, .25);    background-color: #996548;}
.mydarksec {background-color:#2d365a; }
.mydarksec1 {background-color:#996548; padding-bottom:250px;}

.mydarksec1.myspace img {
    height: 3.500rem;
    width: auto;
    background-color: #edf0f3;
    border-radius: 50%;
    padding: 5px;
}

.darkcta {margin-top:-200px; background: url(images/main-top.jpg) no-repeat; }
.darkcta1 {background-color: rgba(13,5,48,0.8); }
.reviewbox i {color:#fcbf02;}
.reviewbox {background-color:#F6F7F9;}
.mediasec { background: url(images/gallery/Tour-6.jpg) no-repeat; background-size: cover; background-position:center; min-height:400px; }
.mediasec1 {padding:60px 80px;}
.whiteback {
    background-color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
}



.myformsec {
    border-radius: 25px;
    border-top: 6px solid #996548;
    background-color: rgba(255, 255, 255, 0.9);
}

.newgradient {background: linear-gradient(to bottom, rgba(32, 64, 125, 0.8), rgba(32, 64, 125, 0) 100%);
    z-index: 1; /* Ensure the gradient is above the image */}
	
	
.newicons i {color:#996548;}	

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 16px !important;
    background-color: #996548;
    line-height: 10px !important;
    border-radius: 50%;
    color: #fff;
padding: 10px;}

.boxsec {background-color:#996548;}
.fsec, .fixed-bottom {background-color:#717b61;}
.fixed-bottom a {color:#fff !important;}