/*
==========================
1. Fonts
==========================
*/

@import url('https://fonts.googleapis.com/css?family=Lobster|Cabin+Sketch|Open+Sans:300,400,600,700,800');
/*
==========================
2. Body
==========================
*/

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 24px;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    overflow-x: hidden;
}
/*
==========================
3. Common Css
==========================
*/
/* 3.1 Reset Style */

img {
    max-width: 100%;
}
a {
    text-decoration: none;
    cursor: pointer;
    color: inherit;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
p,
em {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 24px;
    color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    font-weight: 600;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-transform: initial;
}
.owl-theme .owl-nav,
.slider-text h6,
.itg-button,
.theme-heading h3,
.itg-button-simple,
.timer span,
.thecube h4 {
    font-family: 'Lobster', cursive;
    word-spacing: 2px;
    font-weight: 400;
}
.small-text-center {
    text-align: center;
}
.special-font {
    font-size: 24px;
}
.positionR {
    position: relative;
}
.positionS {
    position: static;
}
.positionA {
    position: absolute;
}
.bagB {
    background: black;
}
.bagW {
    background: White;
}
.bagG {
    background: #f5f5f5;
}
.border-box {
    border: 1px solid lightgray;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul li a {
    display: inline-block;
}
ul li {
    font-size: 15px;
}
span {
    font-size: 15px;
}
.clear {
    clear: both;
}
.theme-border-bottom {
    border-bottom: 1px solid;
}
.parallax-style {
    background-attachment: fixed;
}
.colorW {
    color: #fff;
}
.colorB {
    color: #000;
}
.colorG {
    #777
}
.title {
    text-transform: uppercase;
}
.fontB {
    font-weight: 600;
}
.special-para {
    font-size: 14px;
}
/* 3.2 Form Inputs */

input[type=text],
input[type=email],
input[type=search],
input[type=password],
input[type=number],
select {
    padding: 5px 20px;
    border: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    outline: none;
    height: 40px;
    font-size: 13px;
    color: #777;
    border-radius: 20px;
}
textarea {
    padding: 5px 20px;
    border: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    outline: none;
    font-size: 13px;
    color: #777;
}
input[type=radio] {
    position: absolute;
    visibility: hidden;
}
input[type=checkbox] {
    position: absolute;
    visibility: hidden;
}
.box-check:before {
    display: block;
    position: absolute;
    content: "\f00c";
    border-radius: 0;
    top: 0;
    left: 1px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    font: normal normal normal 11px/1 FontAwesome;
    opacity: 0;
}
.box-check {
    display: block;
    position: absolute;
    border: 2px solid;
    border-radius: 0;
    height: 15px;
    width: 15px;
    top: 17px;
    margin-top: -10px;
    left: 0;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
.check {
    border: 5px solid #FFFFFF;
}
.check::before {
    display: block;
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    top: 4px;
    left: 4px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    visibility: hidden;
}
.check {
    display: block;
    position: absolute;
    border: 2px solid;
    height: 20px;
    width: 20px;
    top: 50%;
    margin-top: -10px;
    left: 15px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}
input[type=radio]:checked ~ .check::before {
    visibility: visible;
}
input[type=radio]:checked ~ label {
    #color: #2e2e2e;
}
input[type=checkbox]:checked ~ .box-check {
    border: 2px solid;
}
input[type=checkbox]:checked ~ label {
    #color: #2e2e2e;
}
input[type=checkbox]:checked ~ .box-check:before {
    opacity: 1;
}
ul.list label.radio-label,
label.radio-label {
    display: block;
    position: relative;
    font-size: 16px;
    padding: 5px 0px 0px 15px;
    margin: 0 auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    text-transform: capitalize;
}
label {
    display: inline-block;
    font-weight: 400;
    margin: 0 0 5px 0px;
    color: #777;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #777;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #777;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #777;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
    color: #777;
}
section {
    position: relative;
    width: 100%;
    float: left;
}
/* 3.3 Button Style */

.itg-button {
    font-size: 18px;
    color: #000;
    background: #f5f5f5;
    padding: 10px 30px;
    display: inline-block;
    line-height: 1.4em;
    border-radius: 50px;
    word-spacing: 2px;
    border: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.itg-button-simple {
    font-size: 18px;
    background: #f5f5f5;
    padding: 10px 30px;
    display: inline-block;
    line-height: 1.4em;
    word-spacing: 2px;
    color: #fff;
    border-radius: 50px;
}
a.itg-button-simple {
    color: #ffffff;
}
.itg-button:hover {
    text-shadow: 3px 0 0 #fff, -2px 0 0 #fff, 0 3px 0 #fff, 0 -2px 0 #fff, 2px 2px #fff, -1px -1px 0 #fff, 2px -1px 0 #fff, -1px 2px 0 #fff;
}
/* 3.4 Padding Style */

.pad0 {
    padding: 0px;
}
.pad5 {
    padding: 5px;
}
.pad10 {
    padding: 10px;
}
.pad15 {
    padding: 15px;
}
.pad20 {
    padding: 20px;
}
.pad30 {
    padding: 30px;
}
.pad40 {
    padding: 40px;
}
.pad50 {
    padding: 50px;
}
.pad60 {
    padding: 60px;
}
.pad70 {
    padding: 70px;
}
.pad80 {
    padding: 80px;
}
.pad90 {
    padding: 90px;
}
.pad100 {
    padding: 100px;
}
.padTB0 {
    padding: 0px 0;
}
.padTB5 {
    padding: 5px 0;
}
.padTB10 {
    padding: 10px 0;
}
.padTB15 {
    padding: 15px 0;
}
.padTB20 {
    padding: 20px 0;
}
.padTB30 {
    padding: 30px 0;
}
.padTB40 {
    padding: 40px 0;
}
.padTB50 {
    padding: 50px 0;
}
.padTB60 {
    padding: 60px 0;
}
.padTB70 {
    padding: 70px 0;
}
.padTB80 {
    padding: 80px 0;
}
.padTB90 {
    padding: 90px 0;
}
.padTB100 {
    padding: 100px 0;
}
.padT0 {
    padding-top: 0px;
}
.padT5 {
    padding-top: 5px;
}
.padT10 {
    padding-top: 10px;
}
.padT15 {
    padding-top: 15px;
}
.padT20 {
 padding: 10px;
}
.padT30 {
    padding-top: 30px;
}
.padT40 {
    padding-top: 40px;
}
.padT50 {
    padding-top: 50px;
}
.padT60 {
    padding-top: 60px;
}
.padT70 {
    padding-top: 70px;
}
.padT80 {
    padding-top: 80px;
}
.padT90 {
    padding-top: 90px;
}
.padT100 {
    padding-top: 100px;
}
.padB0 {
    padding-bottom: 0px;
}
.padB5 {
    padding-bottom: 5px;
}
.padB10 {
    padding-bottom: 10px;
}
.padB20 {
    padding-bottom: 20px;
}
.padB30 {
    padding-bottom: 30px;
}
.padB40 {
    padding-bottom: 40px;
}
.padB50 {
    padding-bottom: 50px;
}
.padB60 {
    padding-bottom: 60px;
}
.padB70 {
    padding-bottom: 70px;
}
.padB80 {
    padding-bottom: 80px;
}
.padB90 {
    padding-bottom: 90px;
}
.padB100 {
    padding-bottom: 100px;
}
.padL0 {
    padding-left: 0px;
}
.padL5 {
    padding-left: 5px;
}
.padL10 {
    padding-left: 10px;
}
.padL20 {
    padding-left: 20px;
}
.padL30 {
    padding-left: 30px;
}
.padL40 {
    padding-left: 40px;
}
.padL50 {
    padding-left: 50px;
}
.padL60 {
    padding-left: 60px;
}
.padL70 {
    padding-left: 70px;
}
.padL80 {
    padding-left: 80px;
}
.padL90 {
    padding-left: 90px;
}
.padL100 {
    padding-left: 100px;
}
.padLR0 {
    padding-left: 0px;
}
.padLR5 {
    padding-left: 5px;
}
.padLR10 {
    padding-left: 10px;
}
.padLR20 {
    padding-left: 20px;
}
.padLR30 {
    padding-left: 30px;
}
.padLR40 {
    padding-left: 40px;
}
.padLR50 {
    padding-left: 50px;
}
.padLR60 {
    padding-left: 60px;
}
.padLR70 {
    padding-left: 70px;
}
.padLR80 {
    padding-left: 80px;
}
.padLR90 {
    padding-left: 90px;
}
.padLR100 {
    padding-left: 100px;
}
.padR0 {
    padding-right: 0px;
}
.padR5 {
    padding-right: 5px;
}
.padR10 {
    padding-right: 10px;
}
.padR20 {
    padding-right: 20px;
}
.padR30 {
    padding-right: 30px;
}
.padR40 {
    padding-right: 40px;
}
.padR50 {
    padding-right: 50px;
}
.padR60 {
    padding-right: 60px;
}
.padR70 {
    padding-right: 70px;
}
.padR80 {
    padding-right: 80px;
}
.padR90 {
    padding-right: 90px;
}
.padR100 {
    padding-right: 100px;
}
/* 3.5 Margin Style */

.mar0 {
    margin: 0px;
}
.mar5 {
    margin: 5px;
}
.mar10 {
    margin: 10px;
}
.mar15 {
    margin: 15px;
}
.mar20 {
    margin: 20px;
}
.mar30 {
    margin: 30px;
}
.mar40 {
    margin: 40px;
}
.mar50 {
    margin: 50px;
}
.mar60 {
    margin: 60px;
}
.mar70 {
    margin: 70px;
}
.mar80 {
    margin: 80px;
}
.mar90 {
    margin: 90px;
}
.mar100 {
    margin: 100px;
}
.marT0 {
    margin-top: 0px;
}
.marT5 {
    margin-top: 5px;
}
.marT10 {
    margin-top: 10px;
}
.marT15 {
    margin-top: 15px;
}
.marT20 {
    margin-top: 20px;
}
.marT30 {
    margin-top: 30px;
}
.marT40 {
    margin-top: 40px;
}
.marT50 {
    margin-top: 50px;
}
.marT60 {
    margin-top: 60px;
}
.marT70 {
    margin-top: 70px;
}
.marT80 {
    margin-top: 80px;
}
.marT90 {
    margin-top: 90px;
}
.marT100 {
    margin-top: 100px;
}
.marB0 {
    margin-bottom: 0px;
}
.marB5 {
    margin-bottom: 5px;
}
.marB15 {
    margin-bottom: 15px;
}
.marB10 {
    margin-bottom: 10px;
}
.marB20 {
    margin-bottom: 20px;
}
.marB30 {
    margin-bottom: 30px;
}
.marB40 {
    margin-bottom: 40px;
}
.marB50 {
    margin-bottom: 50px;
}
.marB60 {
    margin-bottom: 60px;
}
.marB70 {
    margin-bottom: 70px;
}
.marB80 {
    margin-bottom: 80px;
}
.marB90 {
    margin-bottom: 90px;
}
.marB100 {
    margin-bottom: 100px;
}
.marL0 {
    margin-left: 0px;
}
.marL5 {
    margin-left: 5px;
}
.marL10 {
    margin-left: 10px;
}
.marL20 {
    margin-left: 20px;
}
.marL30 {
    margin-left: 30px;
}
.marL40 {
    margin-left: 40px;
}
.marL50 {
    margin-left: 50px;
}
.marL60 {
    margin-left: 60px;
}
.marL70 {
    margin-left: 70px;
}
.marL80 {
    margin-left: 80px;
}
.marL90 {
    margin-left: 90px;
}
.marL100 {
    margin-left: 100px;
}
.marR0 {
    margin-right: 0px;
}
.marR5 {
    margin-right: 5px;
}
.marR10 {
    margin-right: 10px;
}
.marR20 {
    margin-right: 20px;
}
.marR30 {
    margin-right: 30px;
}
.marR40 {
    margin-right: 40px;
}
.marR50 {
    margin-right: 50px;
}
.marR60 {
    margin-right: 60px;
}
.marR70 {
    margin-right: 70px;
}
.marR80 {
    margin-right: 80px;
}
.marR90 {
    margin-right: 90px;
}
.marR100 {
    margin-right: 100px;
}
/*
==========================
4. Header Style
==========================
*/
/* 4.1 Top Header */

.top-bar {
    padding: 10px 0;
   
}
.top-bar ul li {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
}
.top-bar ul li a i {
    display: inline-block;
    margin: 0 8px 0 0;
    color: #fff;
}
.top-bar ul li a {
    color: #fff;
}
.top-bar ul li a.cart-box {
    padding: 1px 5px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    height: 30px;
    display: inline-block;
    width: 30px;
    text-align: center;
}
.top-bar ul li a.cart-box {
    color: #fff;
}
.top-bar ul li a.cart-box i {
    margin: 0;
}
header {
    // set animation
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    background-color: white;
	box-shadow: 0px 7px 14px 1px rgba(0,0,0,0.175);
}
/* 4.2 Navigation Bar */

a.navbar-brand {
    padding: 20.5px 0;
}
.navbar-default .navbar-nav li a {
    padding: 43px 15px;
    color: #000;
  font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    font-weight: bold;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
}
.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
}
.navbar-default .navbar-nav li .dropdown-menu li a {
    padding: 10px 15px;
    color: #777;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #fff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.nav .open > a:focus,
.nav .open > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
ul.nav.navbar-nav li a:hover{
	background-color:rgba(255,255,255,0);
}
.navbar-nav li a i {
    margin-left: 8px;
    margin-top: 3px;
    float: right;
}
.navbar-default .navbar-nav li .dropdown-menu li a i {
    float: right;
    margin-top: 5px;
}
ul.nav.navbar-nav li a {
    border-radius: 25px;
       padding: 5px 11px;
}
ul.nav.navbar-nav {
    margin-top: 13px;
}
img.site_logo {
    width: 100%;
    height: 60px;
}
 @import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&display=swap');


  .wrapper {
    max-width: 1200px;
    padding: 48px 24px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    flex-wrap: nowrap;
  }
  .left-side, .right-side {
    flex: 1 0 50%;
  }
  .left-side p.label {
    color: #d9a72f;
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 12px 0;
  }
 .left-side h1 {
    font-weight: 800;
    font-size: 35px;
    line-height: 1.1;
    color: white ;
    margin: 0 0 24px 0;
    color: #d9a72f !important;
}
.left-side p.text {
    /* color: #d5dde4; */
    font-size: 14px;
    /* line-height: 1.6; */
    max-width: 520px;
    margin: 0 0 40px 0;
}
  .btn-primary {
    background-color: #d9a72f;
    color: white;
    font-weight: 800;
    font-size: 10px;
    border: none;
    border-radius: 9999px;
    padding: 20px 40px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: filter 0.3s ease;
  }
  .btn-primary:hover {
    filter: brightness(1.1);
  }
  .btn-primary i {
    font-size: 20px;
  }
  .contact-info {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-left: 24px;
  }
  .phone-icon {
    border: 2px solid #d9a72f;
    border-radius: 9999px;
    padding: 20px;
    color: #d9a72f;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
  }
  .contact-label {
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 4px 0;
  }
  .contact-number {
    font-weight: 600;
    font-size: 18px;
    margin: 0;
  }
  .right-side .service-item {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
  }
  .icon-container {
    min-width: 80px;
    min-height: 80px;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .icon-yellow {
    background-color: #fde9d9;
  }
  .icon-blue {
    background-color: #e1e4ff;
  }
  .icon-green {
    background-color: #d9e5e6;
  }
  .icon-container img {
    width: 40px;
    height: 40px;
  }
  .service-item h3 {
    font-weight: 800;
    font-size: 18px;
    margin: 0 0 8px 0;
  }
  .service-item p {
    font-family: serif;
    font-size: 16px;
    margin: 0;
    line-height: 1.4;
    max-width: 400px;
  }
  .whatsapp-link {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background-color: #25d366;
    width: 56px;
    height: 56px;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 8px rgb(0 0 0 / 0.2);
    cursor: pointer;
    transition: filter 0.3s ease;
    text-decoration: none;
  }
  .whatsapp-link:hover {
    filter: brightness(1.1);
  }
  .whatsapp-svg {
    fill: white;
    width: 28px;
    height: 28px;
  }
  /* Font Awesome SVG icons fallback */
  .fa-phone-alt::before {
    content: "\f879";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  .fa-arrow-right::before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
ul.nav.navbar-nav li:nth-child(5) a:hover {
    color: #fff;
}
ul.nav.navbar-nav li:nth-child(6) a:hover {
    color: #fff;
}
ul.nav.navbar-nav li:nth-child(7) a:hover {
    color: #fff;
}
ul.nav.navbar-nav li .home-color {
    color: #fff;
   
}
ul.nav.navbar-nav li .home-color:hover {
    color: #fff;
}
.navbar-nav>li>.dropdown-menu {
    border-radius: 25px;
	margin-top: 10px!important;
}
.left-side.open .dropdown-menu{
	border-radius:25px;
}
.left-side.open .dropdown-menu:before{
	position: absolute;
    top: 21px;
    right: -14px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 15px;
    content: "";
}
.left-side.open .dropdown-menu:before {
    border-color: transparent transparent transparent #fff;
}
.navbar-default .navbar-nav li .dropdown-menu li:nth-child(1) a:hover{
	color:#fff;
}
.navbar-default .navbar-nav li .dropdown-menu li:nth-child(9) a:hover{
	
	color:#fff;
}
ul.nav.navbar-nav li .home-color:hover {
    color: #fff;
   
}
/*
===================================
5. Main Slider
===================================
*/

.slider-text {
    top: 0;
    width: 100%;
    left: 0;
}
.slider .owl-nav {
    margin-top: -23px;
}
.slider-text h6 {
    padding-top: 12%;
    font-size: 30px;
    line-height: 1.2em;
    /* text-shadow: 3px 0 0 #fff, -2px 0 0 #fff, 0 3px 0 #fff, 0 -2px 0 #fff, 2px 2px #fff, -1px -1px 0 #fff, 2px -1px 0 #fff, -1px 2px 0 #fff; */
}
.slider-image:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.slider-text h2 {
    font-weight: 500;
    color: #fff;
    font-size: 40px;
    line-height: 1.6em;
}
.slider-text p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 30px;
}
/*
===================================
6. Heading Style
===================================
*/

.theme-heading {
    width: 100%;
    float: left;
}
.theme-heading i {
    font-size: 20px;
    line-height: 1.4em;
}
.theme-heading p {
    font-size: 14px;
    line-height: 24px;
}
.theme-heading span {
    position: relative;
}
.theme-heading span.colorW:after,
.theme-heading span.colorW:before {
    background-color: #fff;
}
.theme-heading span:after {
    content: "";
    width: 80px;
    height: 1px;
    background-color: #777;
    top: 50%;
    position: absolute;
    right: 30px;
    margin-top: -1px;
}
.theme-heading span:before {
    content: "";
    width: 80px;
    height: 1px;
    background-color: #777;
    top: 50%;
    position: absolute;
    left: 30px;
    margin-top: -1px;
}
.theme-heading h3 {
    text-transform: capitalize;
    font-size: 30px;
    margin-bottom: 0;
}
/*
===================================
7. Service Style
===================================
*/

.service-icon {
    width: 20%;
    float: left;
}
.service-text {
    width: 80%;
    float: right;
}
.service-icon i {
    font-size: 40px;
}
.service-text p {
    margin: 0;
    text-align: left;
}
.service-color {
    float: left;
    width: 100%;
    box-shadow: 10px 14px 14px 10px rgba(0, 0, 0, 0.100);
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.service-color:hover {
    box-shadow: 4px 5px 5px 4px rgba(0, 0, 0, 0.175);
}
.service-color .service-icon,
.service-color .service-text h4,
.service-color .service-text p {
    color: #fff;
}
.service-color .service-text a:hover,
.service-color .service-text a:focus {
    color: #fff;
}
/*
===================================
8. Search Bar
===================================
*/

.search_bar {
    position: relative;
}
.search_bar button {
    font-size: 16px;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    border: 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    color: #777;
    border-radius: 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.search_bar button:hover {
    color: #fff;
}
.default-btn {
    color: #fff !important;
}
/*
===================================
9. Facilities
===================================
*/

.facilities-image {
    background-image: url(../img/background/bg-transparent.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.special-style {
    height: 100%;
    overflow: hidden;
    padding: 0;
    width: 100%;
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.facilities,
.facilities-details {
    float: left;
    width: 100%;
}
.facilities-details h3 {
    line-height: 1.2em;
}
.service-color.service-facility {
    box-shadow: none;
}
figure.slider-margin {
    margin: 2px;
}
.bg-curve-img:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/bg-bottom-img.png) no-repeat 50% 100%;
    background-size: contain;
    width: 100%;
    height: 30px;
    bottom: 0;
    right: 0;
}
.bg-curve-img:before {
    content: "";
    display: block;
    position: absolute;
    background: url(../img/bg-top-img.png) no-repeat 50% 0;
    background-size: contain;
    width: 100%;
    top: 0;
    right: 0;
	 height: 30px;
}

/*
===================================
10. Our Staff
===================================
*/

a.circle {
    background: #f5f5f5;
    padding: 6px 5px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    height: 35px;
    display: inline-block;
    width: 35px;
    text-align: center;
    border-radius: 100%;
    margin: 0 5px;
    line-height: 1.2em;
}
a.circle:hover {
    color: #fff;
}
span.icon.basic-link {
    transform: rotate(90deg);
}
figure.img-shadow {
	box-shadow: 15px 15px 15px rgba(0,0,0,0.175);
}
a.circle {
    box-shadow: 8px 6px 8px rgba(0,0,0,0.175);
}
a.circle.hover-blue.active-blue {
    color: #fff;
}
a.circle.hover-green.active-green {
    color: #fff;
}
a.circle.hover-orange.active-orange {
    color: #fff;
}
/*
===================================
11. Blog Style
===================================
*/

.blog-detail p a span {
    text-transform: uppercase;
    font-size: 12px;
}
.blog-img figure img {
    width: 100%;
}
/*
===================================
12. Page Header
===================================
*/

.bredcrumb-section {
    background-image: url('../img/background/breadcrumb.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.breadcrumb {
    background-color: transparent;
}
.breadcrumb>li+li:before {
    color: #fff;
}
.bredcrumb-section:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}
/*
===================================
13. Owl nav Style
===================================
*/

.carousel-style-1 {
    position: relative;
}
.carousel-style-1 figure {
    margin-bottom: 1px;
}
.carousel-style-1.owl-theme .owl-nav .owl-prev {
    margin-left: -6%;
}
.carousel-style-1.owl-theme .owl-nav .owl-next {
    margin-right: -6%;
}
.owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -16px;
}
#partener-slider.owl-theme .owl-nav {
    z-index: -1;
}
.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
    padding: 5px 18px;
    border-radius: 50px;
    background-color: #f5f5f5;
    line-height: 1.6em;
    color: #000;
    font-size: 16px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    word-spacing: 2px;
    box-shadow: 6px 7px 6px rgba(0, 0, 0, 0.175);
}
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover {
    text-shadow: 3px 0 0 #fff, -2px 0 0 #fff, 0 3px 0 #fff, 0 -2px 0 #fff, 2px 2px #fff, -1px -1px 0 #fff, 2px -1px 0 #fff, -1px 2px 0 #fff;
}
.owl-theme .owl-nav .owl-prev {
    float: left;
    margin-left: 2%;
}
.owl-theme .owl-nav .owl-next {
    float: right;
    margin-right: 2%;
}
.owl-dots {
    position: absolute;
    bottom: -5%;
    width: 100%;
}
/*
=================
14. Preloader
=================
*/
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
}
.rotating h3 {
	text-transform:capitalize;
	margin-top: 10px;
}
.rotating {
   background-position: center center;
    background-repeat: no-repeat;
    background-color: #ffffff;
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -100px;
    width: 100%;
    text-align: center;
}
.flip {
	 animation-name: flip;
	-webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}
/*
===================================
15. Pages Style
===================================
*/
/* 15.1 Sidebar */

.recent-posts p {
    font-size: 14px;
}
.recent-posts a {
    font-size: 14px;
}
.recent-posts img {
    width: 100%;
}
.blog-recent-post {
    display: inline-block;
    margin-bottom: 10px;
}
a.square-box:hover {
    color: #fff;
}
.sidebar {
    float: left;
    width: 100%;
}
ul.meta-link li {
    width: 100%;
    margin-bottom: 10px;
}
.tag-list a {
    font-size: 15px;
    background-color: #f5f5f5;
    padding: 12px 15px;
    line-height: 1em;
    float: left;
    margin: 0 5px 5px 0;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}
.tag-list a:hover {
    color: #fff;
}
/* 15.2 Comment Area */

.comment-box figure img {
    width: 100%;
}
.comment-box figure {
    width: 100px;
    margin: auto;
}
.comment-box p {
    font-size: 14px;
}
.comment-box h4 {
    font-size: 16px;
}
.comment-box h4 span {
    color: #777;
    font-size: 12px;
}
.comment-box.reply {
    padding-left: 13%;
}
.comment-box p a.title {
    font-size: 12px;
}
.comment-list {
    width: 100%;
    float: left;
}
.comment-review {
    width: 100%;
    float: left;
}
/* 15.3 Pagination */

.pagination-box span {
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    padding-top: 10px;
    margin: 0 4px;
    -webkit-transition: all .45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
	border-radius: 25px;
    box-shadow: 5px 6px 6px rgba(0,0,0,0.175);
}
.pagination-box span:hover {
    color: #fff;
}
span.pg-active-orange {
	color:#fff;
}
/* 15.4 Progress Bar */

.tooltip {
    position: relative;
    float: right;
}
.tooltip > .tooltip-inner {
    padding: 10px 7px;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
}
.popOver + .tooltip > .tooltip-arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
}
.tooltip.top .tooltip-arrow {
    bottom: -6px;
    margin-left: -5px;
    border-width: 11px 5px 1px;
}
.tooltip.top {
    padding: 5px 0;
    margin-top: 0px;
}
.progress {
    height: 17px;
    margin-top: 10px;
    border-radius: 50px;
    overflow: visible;
}
.progress-bar {
    -webkit-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out;
    border-radius: 50px;
}
/* 15.5 Contact Us */

.address-details p span {
    width: 92%;
}
.address-details {
    width: 100%;
    float: left;
}
.address-details iframe {
    width: 100%;
    height: 370px;
    border: 0;
}
.contact-us p {
    line-height: 1.6em;
}
/* 15.6 Faq Style */

.faq {
    width: 100%;
    float: left;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon,
.ui-icon,
.ui-widget-content .ui-icon {
    #display: none;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr,
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl,
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-radius: 0px;
}
.ui-accordion .ui-accordion-header {
    outline: none;
}
.ui-progressbar .ui-progressbar-overlay {} .ui-icon-triangle-1-e {
    background-position: -32px 0px;
}
.ui-icon-triangle-1-s {
    background-position: -65px 0px;
}
.ui-icon {
    float: right;
    margin-top: 5px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    background-color: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active,
.ui-widget-content {
    color: #777;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    color: #fff;
}
.ui-accordion .ui-accordion-header:hover {
    color: #fff;
}
/* 15.7 Comming Soon */

.comming-soon-image {
    background-image: url(../img/background/comming-soon.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
.special-style-fixed {
    position: fixed;
}
.special-section {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -344px;
}
.overlay:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 2;
}
.timer span {
    font-size: 22px;
}
.timer-circle {
    display: inline-block;
    padding: 16px 10px;
    width: 65px;
    border-radius: 100%;
    text-align: center;
    margin: 0 5px;
    position: relative;
    height: 62px;
}
.normal {
    position: absolute;
    top: 106%;
    font-size: 15px !important;
    left: 0;
    width: 100%;
    font-family: 'Lato', sans-serif !important;
}
.comming-soon-content {
    padding: 21% 0;
}
/*
===================================
16. Footer Style
===================================
*/

.foot-sec {
    width: 100%;
    float: left;
    color: #fff;
}
.footer-box {
    float: left;
    width: 100%;
}
.main_footer {
    background-image: url('../img/background/footer-background.jpg');
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.main_footer:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.8);
}
.foot-sec ul li {
    margin-bottom: 15px;
    width: 100%;
}
.foot-sec ul.text li span {
    width: 88%;
    float: right;
}
.foot-sec ul li a i {
    margin-right: 10px;
}
.foot-img-box ul li {
    width: 21%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.foot-sec p {
    margin-bottom: 15px;
    clear: both;
}
.square-box {
    background: #f5f5f5;
    padding: 5px 5px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    height: 30px;
    display: inline-block;
    width: 30px;
    text-align: center;
    margin: 0 5px 5px 0;
    line-height: 1.2em;
    border-radius: 15px;
	color:#fff;
}
.square-box:hover {
    color: #fff !important;
}
.bottom-footer p {
    margin: 0;
    color: #fff;
}
.footer-icon {
    position: absolute;
    top: -42px;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 5;
    border-radius: 50%;
    font-size: 25px;
    
    text-align: center;
    float: left;
}

.footer-icon i {
    color: #fff;
    padding-top: 12px;
}
.pb5 {
    margin-top: 20px;
}
h1.marB10.text-center.mb55 {
    margin-bottom: 42px;
}
.service-color {
    float: left;
    width: 100%;
    height: 220px;}
.mt3 {
    font-size: 18px;
    margin-top: 44px;
    color: #000;
             }             .author-icon {
    display: flex
;
    align-items: center;
    gap: 20px;
}
 .author-icon .icon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #f57f25;
    text-align: center;
    color: white;
    border-radius: 50%;
    position: relative;
}
.author-icon .icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #f57f25;
    content: "";
    transform: translate(-50%, -50%);
}
.author-icon .content span {
    font-size: 14px;
    font-weight: 600;
    color: white;
    font-family: "Quicksand", sans-serif;
    margin-bottom: 5px;
}

.author-icon .content h5 {
    font-weight: 600;
}


.event-card {
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 30px;
}
.event-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.event-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.event-card .event-content {
  padding: 20px;
  text-align: left;
}

.event-card .event-content h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
}
 
.custom-shape-imgs {
      width: 100%;
      max-width: 480px;
      height: auto;
      object-fit: cover;
    }
    .custom-shape-img {
      width: 100%;
      max-width: 480px;
      height: auto;
      object-fit: cover;
      border-radius: 30% 10% 30% 10% / 40% 30% 40% 10%;
    }
    .text-gold {
      color: #f98629;
      font-size: 30px;
    }
    .py5{
        margin-top: 100px !important;
    }
     .text-golds {
      color: #f98629;
      font-size: 20px;
    }
    .icon-bg {
      background-color: #d4a72c;
      border-radius: 0.5rem;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .icon-bg i {
      color: white;
      font-size: 1.5rem;
    }
    .whatsapp-btn {
      position: fixed;
      bottom: 1.5rem;
      right: 1.5rem;
      background-color: #25d366;
      border-radius: 50%;
      width: 56px;
      height: 56px;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 4px 8px rgb(0 0 0 / 0.2);
      border: none;
      cursor: pointer;
      transition: background-color 0.3s ease;
      z-index: 1000;
    }
    .whatsapp-btn:hover {
      background-color: #1ebe57;
    }
    .whatsapp-btn i {
      color: white;
      font-size: 1.75rem;
    }
    @media (max-width: 576px) {
      .custom-shape-img {
        max-width: 100%;
        margin-bottom: 2rem;
      }
      
    }
    .dfle {
    display: flex
;
    align-items: start;
    gap: 18px;
}
.dflex.flex-column.flex-sm-row.gap-4.gap-sm-5 {
    display: flex
;
    gap: 46px;
    margin-top: 36px;
}

.event-card .event-content p {
  margin-bottom: 8px;
  color: #555;
  font-size: 14px;
}

.event-card .event-content .event-date {
  font-weight: 500;
  color: #6ab3d1;
}

.event-card .event-content .event-location {
  color: #888;
  font-size: 13px;
}

.event-card .event-content .event-location i {
  color: #6ab3d1;
  margin-right: 5px;
}

    #wrapper {
      max-width: 1200px;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 80px 80px;
    }
    /* Left and right columns */
    #leftSide {
      max-width: 320px;
      display: flex;
      flex-direction: column;
      gap: 48px;
    }
    #rightSide {
      max-width: 320px;
      display: flex;
      flex-direction: column;
      gap: 48px;
    }
    .feature {
      display: flex;
      gap: 24px;
      align-items: flex-start;
    }
    .featureRight {
      flex-direction: row-reverse;
      text-align: right;
    }
    .iconContainer {
      border-radius: 12px;
      padding: 16px;
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    #iconPersonalized {
      background-color: #f6e3d6;
      color: #d9a72f;
    }
    #iconCritical {
      background-color: #d3d9ff;
      color: #4a5bff;
    }
    #iconCreativity {
      background-color: #c9e9fb;
      color: #00a9e0;
    }
    #iconCollaboration {
      background-color: #f9c9db;
      color: #ff2a7b;
    }
    .feature h3 {
      font-weight: 600;
      font-size: 22px;
      margin: 0 0 8px 0;
    }
    .feature p {
      margin: 0;
      font-weight: 500;
      font-size: 1rem;
      line-height: 1.6;
      max-width: 280px;
    }
    /* Center image container */
    #centerImageWrapper {
      position: relative;
      width: 320px;
      height: 400px;
      flex-shrink: 0;
    }
    #centerImageWrapper img#shape {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 360px;
      height: 420px;
      border-radius: 9999px;
      transform: translate(-50%, -50%);
      z-index: 0;
       object-fit: contain;
    }
   #centerImageWrapper img#boy {
    position: relative;
    width: 266px;
    height: 336px;
    border-radius: 12px;
    z-index: 1;
    object-fit: cover;
    margin-left: 27px;
}
   

    /* Responsive */
    @media (max-width: 1024px) {
      #wrapper {
        gap: 48px 48px;
      }
      #centerImageWrapper {
        width: 280px;
        height: 350px;
      }
      #centerImageWrapper img#shape {
        width: 320px;
        height: 380px;
      }
      #centerImageWrapper img#boy {
        width: 280px;
        height: 350px;
      }
      #leftSide, #rightSide {
        max-width: 280px;
      }
      .feature p {
        max-width: 260px;
      }
    }
    @media (max-width: 640px) {
    
      #wrapper {
        flex-direction: column;
        align-items: center;
        gap: 48px;
      }
      #leftSide, #rightSide {
        max-width: 100%;
        width: 100%;
        gap: 32px;
      }
      .feature {
        justify-content: flex-start;
      }
      .featureRight {
        flex-direction: row;
        text-align: left;
      }
      .feature p {
        max-width: 100%;
      }
      #centerImageWrapper {
        width: 280px;
        height: 350px;
      }
      #centerImageWrapper img#shape {
        width: 320px;
        height: 380px;
      }
      #centerImageWrapper img#boy {
        width: 280px;
        height: 350px;
      }
    }

    
  .ss {
    margin: 0;
    font-family: 'Inter', sans-serif;
    background-color: #2c6aa4;
    color: white;
  }
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 4rem 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2.5rem;
    position: relative;
  }
  /* Paper plane and dotted line */
  .icon-flight-container {
    display: none;
    position: relative;
    width: 6rem;
    height: 12rem;
  }
  .icon-flight {
    position: absolute;
    top: 0;
    left: 0;
    width: 6rem;
    height: 6rem;
  }
  .line-dotted {
    position: absolute;
    top: 3rem;
    left: 2.5rem;
    width: 6.25rem;
    height: 12.5rem;
  }
  .line-dotted path {
    stroke: white;
    stroke-width: 2;
    stroke-dasharray: 6 6;
    fill: none;
  }
  /* Stats item */
  .block-stat {
    flex: 1 1 12rem;
    max-width: 15rem;
    text-align: center;
    border-right: 1px solid rgba(255 255 255 / 0.4);
    padding-right: 4rem;
    position: relative;
  }
  .block-stat:last-child {
    border-right: none;
    padding-right: 0;
  }
  .icon-stat {
    width: 3rem;
    height: 3rem;
    margin-bottom: 1rem;
    fill: white;
  }
  .number-stat {
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1;
  }
  .text-stat {
    margin-top: 0.5rem;
    font-weight: 600;
    font-size: 1.125rem;
  }
  
  /* Cloud bottom right */
  .shape-cloud {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12.5rem;
    height: 7rem;
    pointer-events: none;
    user-select: none;
  }
  /* Responsive */
  @media (min-width: 768px) {
    .icon-flight-container {
      display: block;
    }
    .wrapper {
      justify-content: space-between;
      padding-left: 6rem;
      padding-right: 6rem;
    }
    .block-stat {
      max-width: none;
      flex: 1 1 0;
      padding-right: 4rem;
    }
  }
  @media (max-width: 767px) {
    .block-stat {
      border-right: none;
      padding-right: 0;
      border-bottom: 1px solid rgba(255 255 255 / 0.4);
      padding-bottom: 2rem;
      margin-bottom: 2rem;
    }
    h1.marB10.text-center.mb55 {
    margin-bottom: 39px;
    font-size: 20px;
}
.itaaam {
    display: block !important;
}

.btn-primary {
    background-color: #d9a72f;
    color: white;
    font-weight: 800;
    font-size: 14px;
    border: none;
    border-radius: 9999px;
    padding: 20px 40px;
    cursor: pointer;
    display: inline-flex
;
    align-items: center;
    gap: 12px;
    transition: filter 0.3s ease;
}
.start_itam {
    padding: 13px;
    margin-top: -69px;
}
.styled-image {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}
.contact-info {
    display: flex
;
    align-items: center;
    gap: 24px;
    margin-left: 24px;
    margin-top: 16px;
    margin-bottom: 34px;
}
    .block-stat:last-child {
      border-bottom: none;
      margin-bottom: 0;
    }
      .dflex.flex-column.flex-sm-row.gap-4.gap-sm-5 {
    display: block !important;
    gap: 46px;
    margin-top: 36px;
}
.text-gold {
    color: #f98629;
    font-size: 23px;
}
h1.fw-bold.display-5.mb-4 {
    font-size: 21px;
}
  }
.service-colors img {
    width: 100%;
    max-width: 378px; /* or your preferred size */
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-colors img:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}
.sbiitam{
    margin-top: 30px;
}
.styled-image {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.styled-image:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}


