/*-----------------------------------------------------------------------------------

 Theme Name: Tommy
 Theme URI: http://
 Description: The Multi-Purpose Onepage Template
 Author: ui-themez
 Author URI: http://themeforest.net/user/ui-themez
 Version: 1.0

 Main Color   : #222
 main Font    : Rubik

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

 == Table Of Content

	01 Basics
	02 Buttons
	03 Navbar
	04 Header
	05 Hero
	06 Services
	07 Works
	08 Numbers
	09 Contact
	10 Footer
	11 Responsive
 

---------------------------------------------------------------- */
/* ----------------------------------------------------------------
     [ 01 Start Basics ]
-----------------------------------------------------------------*/
.cd-headline,
.cd-headline .blc,
.cd-headline .cd-words-wrapper b {
  color: rgb(237, 151, 13);
}

.dark-theme {
  background-color: #1c1c1c;
  color: #fff;
}
.dark-theme .wave-light .curve-top, .dark-theme .wave-light .curve-bottom {
  fill: #1c1c1c;
}
.dark-theme p {
  color: #999;
}
.dark-theme .section-head h4:after {
  opacity: .5;
}
.dark-theme .wave-light #curve-top,
.dark-theme .wave-light #curve-bottom {
  fill: #1c1c1c;
}
.dark-theme .bg-gray {
  background: #252525;
}
.dark-theme .butn {
  border-color: #333;
}
.dark-theme .butn-bord span {
  color: #eee;
}
.dark-theme .butn-bg {
  background: #eee;
}
.dark-theme .butn-bg span {
  color: #222;
}
.dark-theme .nav-scroll {
  background-color: #222;
}
.dark-theme .nav-scroll .logo {
  color: #fff;
}
.dark-theme .nav-scroll .navbar-nav .nav-link {
  color: #777;
}
.dark-theme .nav-scroll .active {
  color: #fff !important;
}
.dark-theme .nav-scroll .active:after {
  background-color: #eee !important;
}
.dark-theme .hero .content .skills .skills-progress {
  background-color: #151515;
}
.dark-theme .hero .content .skills .skills-progress span {
  background-color: #333;
}
.dark-theme .hero .content .info h6 {
  color: #777;
}
.dark-theme .services .item {
  background: #1c1c1c;
}
.dark-theme .contact .info:hover .icon {
  background-color: #222;
  color: #eee;
}
.dark-theme .contact .form input, .dark-theme .contact .form textarea {
  background-color: #242424;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  list-style: none;
  word-wrap: break-word;
}

body {
  color: #222;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  overflow-x: hidden !important;
}

p {
  font-size: 15px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  color: #888;
  line-height: 2;
  margin: 0;
}

img {
  width: 100%;
  height: auto;
}

a, a:hover {
  color: inherit;
  text-decoration: none;
}

span, a {
  display: inline-block;
}

.section-padding {
  padding: 120px 0;
}

.section-big-padding {
  padding: 200px 0;
}

.section-head {
  margin-bottom: 80px;
  text-align: center;
}
.section-head h4 {
  font-size: 30px;
  font-weight: 800;
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
  z-index: 2;
}
.section-head h4:after {
  content: '';
  background-image: url(../img/dots.png);
  background-repeat: repeat;
  background-position: 50% 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  z-index: -1;
}

.bg-gray {
  background: #f7f7f7;
}

.o-hidden {
  overflow: hidden;
}

.position-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.lg-line-height {
  line-height: 1.6;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  
}

.bg-fixed {
  background-attachment: fixed;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.wave {
  position: relative;
}
.wave .curve-top {
  position: absolute;
  top: -5px;
  left: -5%;
  width: 110%;
  z-index: 4;
}
.wave .curve-bottom {
  position: absolute;
  bottom: -5px;
  left: -5%;
  width: 110%;
  z-index: 4;
}

.wave-light .curve-top, .wave-light .curve-bottom {
  fill: #fff;
}

.wave-gray .curve-top, .wave-gray .curve-bottom {
  fill: #f7f7f7;
}

.container {
  position: relative;
  z-index: 5;
}

.cd-headline {
  font-size: 3rem;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .cd-headline {
    font-size: 4.4rem;
    font-weight: 300;
  }
  

}
@media only screen and (min-width: 1170px) {
  .cd-headline {
    font-size: 6rem;
  }
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}

.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
}

.cd-words-wrapper b.is-visible {
  position: relative;
}

.no-js .cd-words-wrapper b {
  opacity: 0;
}

.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}

/* xclip */
.cd-headline.clip span {
  display: inline-block;
  padding: .2em 0;
}

.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}

.cd-headline.clip .cd-words-wrapper::after {
  /* line */
  content: '';
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #aebcb9;
}

.cd-headline.clip b {
  opacity: 0;
}

.cd-headline b.is-visible {
  opacity: 1;
}

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/
.butn {
  padding: 12px 30px;
  border: 1px solid #222;
  margin-right: 10px;
  position: relative;
  z-index: 3;
}
.butn:after {
  content: '';
  background: #222;
  position: absolute;
  top: 0;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.butn:hover:after {
  left: 0;
  right: 0;
  opacity: 1;
  border-radius: 0;
}
.butn span {
  z-index: 2;
}

.butn-bg {
  background: #222;
}
.butn-bg:after {
  background: #fff;
}
.butn-bg:hover span {
  color: #222;
}
.butn-bg span {
  color: #fff;
}

.butn-bord {
  background: transparent;
}
.butn-bord:hover span {
  color: #fff;
}
.butn-bord span {
  color: #222;
}

.butn-light {
  background: #fff;
  border-color: #fff;
}
.butn-light:after {
  background: #222;
}
.butn-light:hover span {
  color: #fff;
}
.butn-light span {
  color: #222;
}

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/


.navbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent;
  z-index: 9;
  min-height: 80px;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  visibility: hidden;
}
.navbar .logo {
  color: #fff;
  white-space: nowrap;
 
}
.navbar .icon-bar {
  color: #fff;
}
.navbar .navbar-nav .nav-link {
  font-size: 14px;
  color: #eee;
  letter-spacing: 1px;
  margin: 15px 5px;
  position: relative;
  overflow: hidden;
}
.navbar .navbar-nav .nav-link:after {
  content: '';
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -30px;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.navbar .navbar-nav .active:after {
  opacity: 1;
  bottom: 5px;
}
.navbar .dropdown:hover > .dropdown-menu {
  display: block;
}
.navbar .dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  top: 90%;
  min-width: 12rem;
  padding: 0;
  border-radius: 0;
}
.navbar .dropdown-item {
  font-size: 13px;
  padding: 15px;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
  padding-left: 20px;
}
.navbar .dropdown-item.active, .navbar .dropdown-item:active {
  background-color: transparent;
  color: inherit;
}

.nav-scroll {
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
  padding: 0;
  position: fixed;
  top: -100px;
  left: 0;
  width: 100%;
  -webkit-transition: -webkit-transform .4s;
  transition: -webkit-transform .4s;
  transition: transform .4s;
  transition: transform .4s, -webkit-transform .4s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  visibility: visible;
}
.nav-scroll .logo {
  color: #222;
}
.nav-scroll .icon-bar {
  color: #222;
}
.nav-scroll .navbar-nav .nav-link {
  color: #222;
}
.nav-scroll .navbar-nav .nav-link:after {
  background: #222;
}
.nav-scroll .navbar-nav .logo {
  padding: 15px 0;
  color: #111;
}

.logo {
  padding: 15px 0;
  width: 100px;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Comfortaa', cursive;
  letter-spacing: 2px;
}

/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/
.header {
  min-height: 100vh;
  overflow: hidden;
}
.header .caption .o-hidden {
  display: inline-block;
}
.header .caption h4 {
  font-weight: 200;
  letter-spacing: 4px;
}
.header .caption h1 {
  margin: 10px 0;
  font-size: 60px;
  font-weight: 300;
  font-family: inherit;
  word-spacing: 2px;
  letter-spacing: 2px;
}
.header .caption h1 b {
  font-weight: 700;
}
.header .caption p {
  font-size: 15px;
  font-weight: 300;
  color: #eee;
  letter-spacing: 1px;
  word-spacing: 2px;
}
.header .social a {
  color: #ccc;
  font-size: 11px;
  margin: 0 15px;
}
.header .social a:hover {
  color: #fff;
}

/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 05 Start Hero ]
-----------------------------------------------------------------*/
.hero .hero-img {
  position: relative;
  padding: 0 0 30px 30px;
  z-index: 3;
}
.hero .hero-img:after {
  content: '';
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f7f7f7;
  z-index: -1;
}
.hero .hero-img img {
  -webkit-box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 20px 40px -10px rgba(0, 0, 0, 0.2);
}
.hero .content {
  padding-left: 50px;
}
.hero .content h4 {
  display: inline-block;
}
.hero .content .info h6 {
  margin: 10px 0 30px;
  color: #555;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.hero .content .info p {
  margin-bottom: 10px;
}
.hero .content .skills .progress-item {
  margin-top: 40px;
}
.hero .content .skills h6 {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  position: relative;
  z-index: 2;
}
.hero .content .skills .skills-progress {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  background: #f7f7f7;
  -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15) inset;
          box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15) inset;
  position: relative;
}
.hero .content .skills .skills-progress span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 10%;
  border-radius: 5px;
  background-color: #1c1c1c;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-size: 5rem 5rem;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.hero .content .skills .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  top: 12px;
  right: 10px;
  font-size: 11px;
  color: #fff;
}
.hero .owl-theme .owl-dots {
  text-align: right;
  margin-top: 30px !important;
}
.hero .owl-theme .owl-dots .owl-dot span {
  height: 2px;
  width: 30px;
  border-radius: 0;
}
.hero .owl-theme .owl-dots .owl-dot.active span,
.hero .owl-theme .owl-dots .owl-dot:hover span {
  background: #000;
}

/* ----------------------------------------------------------------
     [ End Hero ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 Start Services ]
-----------------------------------------------------------------*/
.services .item {
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px -20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 40px -20px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
.services .item:after {
  content: '';
  border-left: 1px dashed #eee;
  height: 30%;
  width: 1px;
  left: 50px;
  top: 40%;
  position: absolute;
  z-index: -1;
}
.services .item .left {
  float: left;
}
.services .item .left .icon {
  font-size: 40px;
  color: #777;
}
.services .item .left .num {
  position: absolute;
  bottom: 30px;
  left: 30px;
  font-size: 25px;
  font-weight: bold;
  color: #999;
  opacity: .5;
}
.services .item .right {
  margin-left: 80px;
}
.services .item .right h6 {
  margin-bottom: 15px;
}

/* ----------------------------------------------------------------
     [ End Services ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 07 Start Works ]
-----------------------------------------------------------------*/
.works .filtering span {
  margin: 0 10px 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  opacity: .5;
}
.works .filtering span:after {
  content: '';
  width: 30px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: calc(50% - 15px);
  bottom: -10px;
  opacity: 0;
}
.works .filtering .active {
  opacity: 1;
}
.works .filtering .active:after {
  opacity: 1;
}
.works .items {
  margin-top: 30px;
}
.works .items:hover .item-img-overlay {
  opacity: 1;
  border-radius: 0;
}
.works .item-img {
  position: relative;
}
.works .item-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  border-radius: 20%;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.works .overlay-info h6 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 5px;
}
.works .overlay-info p {
  color: #ccc;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.works .overlay-info .icon {
  width: 30px;
  height: 30px;
  line-height: 35px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #fff;
  color: #222;
  margin: 0 2px;
}
.works .overlay-info .icon:hover {
  background-color: transparent;
  color: #fff;
}

/* ----------------------------------------------------------------
     [ End Works ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 08 Start Numbers ]
-----------------------------------------------------------------*/
.numbers {
  padding: 100px 0;
}
.numbers .item {
  text-align: center;
  -webkit-transition: all .4s;
  transition: all .4s;
}
.numbers .item:hover {
  -webkit-box-shadow: 0px 30px 40px -20px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 30px 40px -20px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}
.numbers .item .icon {
  font-size: 30px;
  color: #777;
  margin-bottom: 10px;
}
.numbers .item h3 {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 10px;
}

/* ----------------------------------------------------------------
     [ End Numbers ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 09 Start Contact ]
-----------------------------------------------------------------*/
.contact .info:hover .icon {
  background-color: transparent;
  color: #222;
  border-color: #eee;
}
.contact .info .icon {
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #222;
  float: left;
  -webkit-transition: all .4s;
  transition: all .4s;
  background-color: #222;
  color: #fff;
}
.contact .info .cont {
  margin-left: 70px;
}
.contact .info h6 {
  font-size: 15px;
  font-weight: 500;
}
.contact .info h6 span {
  margin-top: 10px;
  display: block;
  color: #999;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}
.contact .form {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #f7f7f7;
}
.contact .form input, .contact .form textarea {
  width: 100%;
  padding: 15px;
  border: 0;
  background-color: #fafafa;
}
.contact .form textarea {
  height: 140px;
  max-height: 140px;
  max-width: 100%;
}
.contact .form button {
  cursor: pointer;
  border-radius: 4px;
  padding: 14px 40px;
  -webkit-box-shadow: 0px 20px 40px -20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 40px -20px rgba(0, 0, 0, 0.1);
  margin: 0;
  outline: none;
}

/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 10 Start Footer ]
-----------------------------------------------------------------*/
footer {
  padding: 50px 0;
  background-color: #222;
}
footer .icon {
  color: #fff;
  font-size: 12px;
  margin: 0 10px 10px;
}
footer p {
  font-size: 12px;
  letter-spacing: 2px;
}

/* ----------------------------------------------------------------
     [ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
 	 [ 11 Responsive ]
-----------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .mb-md50 {
    margin-bottom: 50px;
  }

  .mb-md30 {
    margin-bottom: 30px;
  }

  .mb-md0 {
    margin-bottom: 0;
  }

  .bg-fixed {
    background-attachment: scroll !important;
  }

  .navbar {
    padding-left: 15px;
  }
  .navbar .navbar-collapse {
    max-height: 340px;
    overflow: auto;
    background: #111;
    text-align: center;
    padding: 10px 0;
  }
  .navbar .nav-link {
    margin: 10px auto !important;
  }

  .nav-scroll .navbar-collapse .nav-link {
    color: #fff !important;
  }
  .nav-scroll .nav-scroll .navbar-nav .nav-link:after {
    background: #eee !important;
  }

  .header {
    background-attachment: scroll !important;
    background-position: 50% 0% !important;
  }
  .header .caption h4 {
    font-size: 30px;
  }
  .header .caption h1 {
    font-size: 45px;
    line-height: 1.4;
  }

  .hero .content {
    padding: 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .mb-sm50 {
    margin-bottom: 50px;
  }

  .mb-sm30 {
    margin-bottom: 30px;
  }

  .hero .content .info h6 {
    letter-spacing: 2px;
    line-height: 1.7;
  }

  svg {
    display: none;
  }

  section {
    padding: 120px 0 !important;
  }

  .hero, .services, .work, .contact {
    padding-bottom: 120px !important;
    padding-top: 120px !important;
  }

  footer.pt-100 {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 480px) {
  .header .caption h4 {
    font-size: 20px;
  }
  .header .caption h1 {
    font-size: 25px;
  }

  .services .item .right {
    margin-left: 0;
  }

  .services .item .left .num {
    display: none;
  }

  .services .item .left {
    float: none;
  }

  .services .item {
    text-align: center;
    padding: 30px 10px;
  }

  .services .item:after {
    display: none;
  }

  .works .filtering span {
    margin-bottom: 30px;
  }
}

/*# sourceMappingURL=style.css.map */
h5, h6 {
  color: #663b62;
}



/* Floating Button */
/* ===== Phone Button ===== */
.phone-btn {
  position: fixed;
  right: 30px;
  bottom: 90px;
  background-color: rgb(55, 17, 240); /* Blue */
  color: white;
  font-size: 24px;
  padding: 18px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 9999;
  animation: pulse 2s infinite;
  transition: background-color 0.3s ease;
}

/* Hover Effect */
.phone-btn:hover {
  background-color: rgb(235, 130, 17);
}

/* Pulse Wave Animation */
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(253, 8, 8, 0.7); }
  70% { box-shadow: 0 0 0 20px rgba(59, 140, 226, 0); }
  100% { box-shadow: 0 0 0 0 rgba(59, 140, 226, 0); }
}

/* ===== Curved Text Label ===== */
.phone-btn::after {
  content: "Call to Book";
  position: absolute;
  top: -35px; /* position above button */
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  font-weight: 600;
  color: rgb(55, 17, 240);
  white-space: nowrap;
  pointer-events: none; /* keep clicks on button */
  letter-spacing: 2px;
}

/* Optional: curve effect using letter rotation */
.phone-btn span {
  display: inline-block;
  transform: rotate(-10deg);
}

.gallery .item-img img {
  animation: shakePauseSpin 6s ease-in-out infinite; /* total cycle = 6s */
}

/* Shake for 3s, pause for 3s */
/* Shake + Zoom for 3s, pause for 3s */
/* Shake + Zoom In/Out for 3s, pause for 3s */
/* Shake for 2s → Zoom for 1s → Pause for 3s */
@keyframes shakeThenZoomPause {
  /* Start normal */
  0% { transform: scale(1) translate(0, 0) rotate(0); }

  /* Shake for 2s (0%–33%) */
  5% { transform: scale(1) translate(-2px, 0) rotate(-1deg); }
  10% { transform: scale(1) translate(2px, 0) rotate(1deg); }
  15% { transform: scale(1) translate(-2px, 0) rotate(-1deg); }
  20% { transform: scale(1) translate(2px, 0) rotate(1deg); }
  25% { transform: scale(1) translate(-2px, 0) rotate(-1deg); }
  33% { transform: scale(1) translate(0, 0) rotate(0); }

  /* Zoom in/out for 1s (33%–50%) */
  40% { transform: scale(1.1); }
  45% { transform: scale(0.9); }
  50% { transform: scale(1); }

  /* Pause for 3s (50%–100%) */
  100% { transform: scale(1) translate(0, 0) rotate(0); }
}

/* Apply to your images */
.gallery .item-img img {
  animation: shakeThenZoomPause 6s ease-in-out infinite;
  border-radius: 10px; /* Adjust for more or less curve */
}




/* Target the filter spans */
.filter span {
  display: inline-block; /* Needed for transform to work */
  animation: waveBounce 4s ease-in-out infinite; /* 2s move + 2s pause */
}

/* Keyframes for wave up/down motion */
@keyframes waveBounce {
  0%   { transform: translateY(0); }
  10%  { transform: translateY(-5px); }
  20%  { transform: translateY(5px); }
  30%  { transform: translateY(-5px); }
  40%  { transform: translateY(5px); }
  50%  { transform: translateY(0); } /* End wave after 2s */
  100% { transform: translateY(0); } /* Pause for 2s */
}
/* Make navbar background orange */
.navbar {
  background-color: orange !important;
}

/* Optional: make text white for contrast */
.navbar .navbar-nav .nav-link,
.navbar .logo {
  color: white !important;
}
/* Remove background from mobile menu when toggled */
.navbar .navbar-collapse {
  background-color: transparent !important;
  box-shadow: none !important;
}

/* Remove background from dropdown menus too */
.navbar .dropdown-menu {
  background-color: transparent !important;
  border: none !important;
}
/* Target the logo text */
.logo {
  display: inline-block; /* needed for transform */
  animation: fastWave 3s ease-in-out infinite; /* total 3s: 1s wave + 2s pause */
}

/* Keyframes for fast wave */
@keyframes fastWave {
  0%   { transform: translateY(0); }
  16.66%  { transform: translateY(-10px); }  /* quick up */
  33.33%  { transform: translateY(10px); }   /* quick down */
  50%  { transform: translateY(-10px); }     /* up again */
  66.66%  { transform: translateY(10px); }   /* down again */
  83.33%  { transform: translateY(0); }      /* back to normal */
  100% { transform: translateY(0); }         /* pause for rest of time */
}
@media (max-width: 768px) {
  #phone-btn.shake {
    animation: shake 0.5s infinite;
  }
}
.gallery .item-img {
  aspect-ratio: 1 / 1; /* square images */
  overflow: hidden;
}
.gallery .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.booking-section {
  padding: 80px 0;
  background-color: #f8f8f8;
}

.booking-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.booking-section p {
  font-size: 16px;
  color: #555;
}

.booking-form .form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  transition: border-color 0.3s ease;
}

.booking-form .form-control:focus {
  border-color: rgb(235, 130, 17);
  outline: none;
}

.booking-form .butn-bg {
  background-color: rgb(55, 17, 240);
  color: #fff; /* text color */
  border: none;
  padding: 12px 30px;
  font-size: 18px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease; /* transition for background and color */
}

.booking-form .butn-bg:hover {
  background-color: rgb(121, 93, 224); /* hover background */
  
}


.booking-form .form-response {
  font-size: 16px;
  text-align: center;
}
.fill {
  color: rgb(235, 130, 17);
}
.form-response {
    display: none;
    text-align: center;
    background-color: rgb(235, 130, 17);
    color: white;
    padding: 15px;
    margin-top: 15px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}
.booking-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  border: 2px solid #eee;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.booking-form:hover {
  border-color: rgb(235, 130, 17);
  box-shadow: 0 12px 25px rgba(0,0,0,0.1);
}

.booking-form .form-control {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.booking-form .form-control:focus {
  border-color: rgb(235, 130, 17);
  box-shadow: 0 0 5px rgba(235, 130, 17, 0.5);
  outline: none;
}

.booking-form .button {
  background-color: rgb(55, 17, 240);
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 18px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.booking-form .button:hover {
  background-color: rgb(115, 65, 214);
  transform: scale(1.05);
}
/* Contact Form Container */
#contact-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
  border: 2px solid #eee;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

#contact-form:hover {
  border-color: rgb(235, 130, 17);
  box-shadow: 0 12px 25px rgba(0,0,0,0.1);
}

/* Input and Textarea Fields */
#contact-form .form-group input,
#contact-form .form-group textarea {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 16px;
  width: 100%;
  transition: all 0.3s ease;
}

#contact-form .form-group input:focus,
#contact-form .form-group textarea:focus {
  border-color: rgb(235, 130, 17);
  box-shadow: 0 0 5px rgba(235, 130, 17, 0.5);
  outline: none;
}

/* Submit Button */
#contact-form .butn-bg {
  background-color: rgb(55, 17, 240);
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 18px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
}

#contact-form .button-bg:hover {
  background-color: rgb(0, 17, 255);
  transform: scale(1.05);
}

/* Error / Success Messages */
#contact-form .messages {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  color: rgb(235, 130, 17);
}
.button-container {
  display: flex;
  justify-content: center; /* centers the button horizontally */
  margin-top: 20px; /* optional spacing */
}

.btn-send {
  background-color: rgb(55, 17, 240);
  color: #fff;
  border: none;
  padding: 12px 30px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.btn-send:hover {
  background-color: rgb(115, 65, 214);
  color: #fff;
}
/* Contact Form Styling */
.contact-form {
  background-color: #f9f9f9; /* light background */
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  max-width: 600px;
  margin: 0 auto; /* center the form */
}

/* Input and Textarea Styling */
.contact-form .form-control {
  border: 2px solid #ccc;
  border-radius: 10px;
  padding: 12px 15px;
  transition: all 0.3s ease;
  width: 100%;
  margin-bottom: 15px;
}

.contact-form .form-control:focus {
  border-color: rgb(115, 65, 214);
  box-shadow: 0 0 5px rgba(115, 65, 214, 0.5);
  outline: none;
}

/* Button Styling */
.contact-form .button.butn-bg {
  background-color: rgb(55, 17, 240);
  color: #fff;
  border: none;
  padding: 12px 40px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
}

.contact-form .button.butn-bg:hover {
  background-color: rgb(115, 65, 214);
  color: #fff;
}

/* Center the Button */
.contact-form .text-center {
  text-align: center;
}

/* Responsive for Medium Screens (tablets) */
@media (min-width: 768px) {
  .contact-form {
      padding: 40px;
  }

  .contact-form .form-control {
      padding: 14px 18px;
      font-size: 16px;
  }

  .contact-form .button.butn-bg {
      padding: 14px 50px;
      font-size: 17px;
  }
}

/* Responsive for Large Screens (laptops/desktops) */
@media (min-width: 992px) {
  .contact-form {
      padding: 50px;
      max-width: 700px;
  }

  .contact-form .form-control {
      padding: 16px 20px;
      font-size: 18px;
  }

  .contact-form .button.butn-bg {
      padding: 16px 60px;
      font-size: 18px;
  }
}
.info-negative {
  margin-bottom: -20px; /* adjust the value as needed */
}
 /* new folder */

/* --- Studio Gear (Adult & Kids) — Responsive Image Sizing --- */

/* Reset earlier image sizing so our rules win */
.folder-grid .gear-item img {
  height: auto !important;
  width: 100%;
  display: block;
  object-fit: cover;
  /* default desktop/tablet aspect */
  aspect-ratio: 4 / 3;   /* change to 16/9 or 3/2 if you prefer wider */
  border-radius: 10px;
  transition: transform .3s ease, filter .3s ease;
}

/* Desktop / large screens (≥1200px) */
@media (min-width: 1200px) {
  .folder-grid { grid-template-columns: repeat(4, 1fr) !important; }
  .folder-grid .gear-item img { aspect-ratio: 4 / 3; } /* larger/wider look */
}

/* Laptops / tablets (992px–1199px) */
@media (max-width: 1199px) and (min-width: 992px) {
  .folder-grid { grid-template-columns: repeat(3, 1fr) !important; }
  .folder-grid .gear-item img { aspect-ratio: 4 / 3; }
}

/* Tablets / big phones (576px–991px) */
@media (max-width: 991px) and (min-width: 576px) {
  .folder-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .folder-grid .gear-item img { aspect-ratio: 1 / 1; } /* square tiles fit nicely here */
}

/* Small phones (<576px) */
@media (max-width: 575px) {
  .folder-grid { grid-template-columns: 1fr !important; }
  .folder-grid .gear-item img { aspect-ratio: 3 / 4; } /* a bit taller for readability */
}

/* Optional: hover effect (keeps your aesthetic) */
.folder-grid .gear-item:hover img {
  transform: scale(1.06);
  filter: saturate(1.05);
}
/* Studio Gear toggle button (curvy + blue) */
.gear-btn {
  background-color: rgb(22, 12, 216) !important; /* blue */
  border-color: rgb(22, 12, 216) !important;
  border-radius: 16px !important;               /* a little curvy */
  padding: 12px 32px !important;
  box-shadow: 0 8px 18px rgba(22, 12, 216, 0.18);
  transition: transform .15s ease, box-shadow .2s ease, background-color .2s ease;
  position: relative;
  overflow: hidden;
}
/* keep text white on hover (override theme) */
.gear-btn span { color: #fff !important; }

/* disable theme's :after invert effect for this button */
.gear-btn:after { display: none !important; }

/* hover / active states */
.gear-btn:hover {
  background-color: rgb(18, 10, 190) !important;
  box-shadow: 0 10px 22px rgba(22, 12, 216, 0.26);
  transform: translateY(-1px);
}
.gear-btn:active {
  background-color: rgb(15, 9, 170) !important;
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(22, 12, 216, 0.2);
}

/* focus ring for accessibility */
.gear-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(22, 12, 216, 0.25), 0 8px 18px rgba(22, 12, 216, 0.18);
}
/* More space between the Adult and Kids buttons */
.folder-card { margin-bottom: 24px !important; }

/* Remove hover effect for folder buttons only (keep main gear-btn hover) */
.folder-btn,
.folder-btn:hover,
.folder-btn:active,
.folder-header[aria-expanded="true"].folder-btn {
  background-color: rgb(22, 12, 216) !important;
  box-shadow: 0 8px 18px rgba(22, 12, 216, 0.18) !important;
  transform: none !important;
}

/* Center the text label nicely since we removed icons */
.folder-btn { justify-content: center !important; }

/* If you previously styled a caret, make sure it's hidden (just in case) */
.folder-btn .caret { display: none !important; }
/* Hide the folder icon entirely */
.folder-left .fa-folder,
.folder-left .fa-folder-open {
  display: none !important;
}
/* ===== Studio Gear: small "card" thumbnails + proper grid ===== */

/* 1) Force grid layout (beats theme/Bootstrap) */
#studio-gear .folder-grid {
  display: grid !important;
  gap: 10px !important;
  grid-auto-flow: row dense !important;
  align-items: start !important;
}

/* 2) Small cards by default (auto-fill small tiles) */
#studio-gear .folder-grid {
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)) !important;
  /* If your container is very wide and tiles still feel big,
     drop 120px → 100px (even smaller cards) */
}

/* 3) Exact 3-up on small phones */
@media (max-width: 575.98px) {
  #studio-gear .folder-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

/* 4) More columns on larger screens (extra small tiles) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  #studio-gear .folder-grid { grid-template-columns: repeat(6, 1fr) !important; }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #studio-gear .folder-grid { grid-template-columns: repeat(7, 1fr) !important; }
}
@media (min-width: 1400px) {
  #studio-gear .folder-grid { grid-template-columns: repeat(8, 1fr) !important; }
}

/* 5) Make each item a compact CARD (small + consistent) */
#studio-gear .folder-grid .gear-item {
  display: block !important;
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  transition: transform .18s ease, box-shadow .18s ease;
  aspect-ratio: 3 / 4;               /* fixed small card shape */
}

/* Hover pop */
#studio-gear .folder-grid .gear-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,.10);
}

/* 6) Image fills the card */
#studio-gear .folder-grid .gear-item img {
  width: 100% !important;
  height: 100% !important;           /* fill the card height */
  object-fit: cover !important;
  display: block !important;
  border-radius: 0 !important;       /* card has the radius */
}

/* Optional: tighter look on ultra-small screens */
@media (max-width: 360px) {
  #studio-gear .folder-grid { gap: 8px !important; }
}
/* hides grid completely */
.folder-grid.is-hidden {
  display: none !important;
}
/* !button for message  */
/* ===== Contact form button ===== */
.message-form .button {
  background-color: rgb(22, 12, 216);   /* deep blue */
  border: none;
  border-radius: 25px;                  /* pill shape */
  padding: 12px 36px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 6px 14px rgba(22, 12, 216, 0.25);
  transition: all 0.2s ease;
}

.message-form .button:hover {
  background-color: rgb(18, 10, 190);   /* slightly darker on hover */
  box-shadow: 0 8px 20px rgba(22, 12, 216, 0.35);
  transform: translateY(-2px);
}

.message-form .button:active {
  background-color: rgb(15, 9, 170);
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(22, 12, 216, 0.2);
}

.message-form .button:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(22, 12, 216, 0.25), 0 6px 14px rgba(22, 12, 216, 0.25);
}
/* ===== Style for the Message Form itself ===== */
.message-form {
  border: 2px solid orange;       /* orange border */
  border-radius: 12px;            /* rounded corners */
  padding: 25px 20px;             /* inner space */
  background: #fff;               /* keep form background white */
  box-shadow: 0 4px 12px rgba(0,0,0,0.05); /* soft shadow */
}
/* ===== Form Inputs & Textarea ===== */
.message-form .form-control {
  border: 1.5px solid orange;      /* orange border */
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 15px;
  background: #fff;
  color: #333;
  transition: all 0.2s ease;
}

/* On focus */
.message-form .form-control:focus {
  border-color: #e67e22;           /* deeper orange on focus */
  box-shadow: 0 0 0 3px rgba(230, 126, 34, 0.25);
  outline: none;
}

/* Placeholder text */
.message-form .form-control::placeholder {
  color: #999;
  font-style: italic;
}
/* !Header slide */
/* ===== CSS-only background slideshow with "page turn" effect ===== */
.header-slides{
  position:absolute; inset:0; overflow:hidden; z-index:0;
}
.header-slides .slide{
  position:absolute; inset:0;
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  opacity:0;
  /* 9s loop, each slide staggered by 3s */
  animation:
    headerFade 9s infinite ease-in-out,
    pageTurn   9s infinite ease-out;
  will-change: opacity, transform;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  transform-origin: 100% 50%; /* hinge on the right edge like a page */
}

/* your images + staggered delays */
.header-slides .s1{ background-image:url('img/Lanscape.jpg'); animation-delay:0s, 0s; }
.header-slides .s2{ background-image:url('img/wed2.jpg');    animation-delay:3s, 3s; }
.header-slides .s3{ background-image:url('img/kid-cop.jpg'); animation-delay:6s, 6s; }

/* subtle moving edge highlight to sell the page edge */
.header-slides .slide::after{
  content:"";
  position:absolute; top:0; bottom:0; right:0; width:22%;
  pointer-events:none;
  background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(255,255,255,.35) 35%, rgba(0,0,0,0) 100%);
  filter: blur(6px);
  opacity:0;
  animation: pageEdge 9s infinite ease-out;
  animation-delay: inherit; /* match the slide’s delay */
}

/* visibility timing (~3s visible, quick flip at start) */
@keyframes headerFade{
  /* visible window */
  0%   { opacity:1; }
  28%  { opacity:1; }
  /* fade out before next slide flips in */
  34%  { opacity:0; }
  100% { opacity:0; }
}

/* 3D page-turn motion: quick flip-in, then rest flat */
@keyframes pageTurn{
  /* start off-canvas “folded” a bit */
  0%   { transform: rotateY(65deg) translateX(6%) scale(1.02); }
  16%  { transform: rotateY(0deg)  translateX(0%)  scale(1.00); } /* snap into place */
  28%  { transform: rotateY(0deg)  translateX(0%)  scale(1.00); } /* stay flat while visible */
  34%  { transform: rotateY(-5deg) translateX(-1%) scale(1.00); } /* begin to leave */
  100% { transform: rotateY(-5deg) translateX(-1%) scale(1.00); }
}

/* moving highlight along the “page” edge */
@keyframes pageEdge{
  0%   { opacity:.55; transform: translateX(30%) skewX(-6deg); }
  16%  { opacity:.15; transform: translateX(0%)  skewX(0deg);  }
  28%  { opacity:0;   transform: translateX(0%)  skewX(0deg);  }
  100% { opacity:0;   transform: translateX(0%)  skewX(0deg);  }
}
