/*-----------------------------------------------------------------------------------

 Theme Name: Sodic
 Theme URI: https://themeforest.net/item/sodic-multipurpose-onepage-template/23208676
 Description: The Creative Onepage Template
 Author: design_story
 Author URI: http://themeforest.net/user/design_story
 Version: 1.1

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------

 == Table Of Content

 01 Basics
 02 Buttons
 03 Navbar
 04 Header
 05 About
 06 Services
 07 Works
 08 Numbers
 09 Testimonials
 10 Blog
 11 Contact
 12 Footer
 13 Responsive
 14 Modifications
 15 Mobile responsiveness
 
---------------------------------------------------------------- */
[data-overlay-dark]:before {
    background: #f26522;
}

/* ----------------------------------------------------------------
		 [ 01 Start Basics ]
-----------------------------------------------------------------*/
* {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 0;
    word-wrap: break-word;
}

body {
    color: #939393;
    font-family: "Poppins", sans-serif;
    overflow-x: hidden !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

h1, h2, h3, h4 {
    font-weight: 700;
}

h5, h6 {
    font-weight: 600;
}

img {
    width: 100%;
    height: auto;
}

span, a, a:hover {
    color: inherit;
    display: inline-block;
    text-decoration: none;
}

.section-padding {
    padding: 100px 0;
}

.section-head {
    margin-bottom: 20px;
}

.section-head h6 {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 4px;
    padding-bottom: 10px;
}

.section-head h4 {
    font-weight: 600;
    position: relative;
    color: #f26522;
    font-size: 35px;
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 1.3em;
}

.section-head h4:after {
    width: 250px;
    height: 5px;
    content: "";
    position: absolute !important;
    bottom: -10px;
    left: 0;
    right: 0;
    z-index: 0;
    margin: auto;
    background: -webkit-radial-gradient(50% 50%, ellipse closest-side, #f26522, rgba(255, 42, 112, 0) 60%);
    background: -moz-radial-gradient(50% 50%, ellipse closest-side, #f26522, rgba(255, 42, 112, 0) 60%);
    background: -ms-radial-gradient(50% 50%, ellipse closest-side, #f26522, rgba(255, 42, 112, 0) 60%);
    background: -o-radial-gradient(50% 50%, ellipse closest-side, #f26522, rgba(255, 42, 112, 0) 60%);
}

.section-head h4 :after, .section-head h4 :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.section-head p {
    margin: 15px auto 30px auto;
    width: 50%;
}

.under-line-center:after {
    background-color: #f26522 !important;
    bottom: 0;
    content: '';
    height: 2px !important;
    left: calc(50% - 30px);
    position: absolute;
    width: 60px !important;
}

.under-line-left:after {
    background-color: #f26522;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    position: absolute;
    width: 60px;
}

.bg-gray {
    background: #f7f7f7;
}

.bg-color {
    background-color: #f26522;
}

.fg-light {
    color: #fff;
}

.fg-gray {
    color: #eee;
}

.fg-color {
    color: #f26522;
}

.o-hidden {
    overflow: hidden;
}

.position-re {
    position: relative;
}

.full-width {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important;
}

.lg-line-height {
    line-height: 1.5;
}

.half-content {
    position: relative;
    z-index: 3;
}

.half-content h5, .half-content h6 {
    color: inherit !important;
}

.bg-img {
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-fixed {
    background-attachment: fixed;
}

.pattern {
    background-repeat: repeat;
    background-size: auto;
}

.sub-title {
    color: #f26522;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
}

.bold {
    font-weight: 800;
}

.count {
    font-family: 'Dosis', sans-serif;
}

#particles-js {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.valign {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.v-middle {
    -moz-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    left: 0;
    position: absolute;
    top: 55%;
    transform: translate(0%, -50%);
    width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
    display: none;
}

.divider {
    text-align: center;
    position: relative;
    overflow: hidden;
}

.divider span {
    display: inline-block;
    position: relative;
}

.divider span:before, .divider span:after {
    background-color: #ddd;
    content: '';
    display: block;
    width: 9999px;
    left: 100%;
    margin-left: 30px;
    top: 50%;
    margin-top: -.5px;
    height: 1px;
    position: absolute;
}

.divider span:after {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: 30px;
}

/* ----------------------------------------------------------------
		 [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
		 [ 02 Start Buttons ]
-----------------------------------------------------------------*/
.butn {
    background: #fff;
    border: 1px solid transparent;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    outline: none !important;
    overflow: hidden;
    padding: 12px 35px;
    position: relative;
    transition: all .4s;
    z-index: 3;
}

.butn span {
    position: relative;
    transition-delay: 0s;
    z-index: 2;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 1px;
}

.butn:before, .butn:after {
    background: #fff;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: width 0.4s;
    width: 0;
    z-index: 1;
}

.butn:after {
    background: #f26522;
    opacity: 0;
    transition-delay: 0s;
}

.butn:hover:before, .butn:hover:after {
    width: 100%;
}

.butn:hover:after {
    transition-delay: .2s;
}

.butn:hover span {
    transition-delay: .2s;
}

.butn-bord {
    border-color: #f26522;
}

.butn-bord:before, .butn-bord:after {
    background: #f26522;
}

.butn-bord:hover span {
    color: #fff;
}

.butn-bg {
    background: #f26522;
    border-color: #f26522;
    color: #fff;
}

.butn-bg:hover span {
    color: #f26522;
}

.butn-dark {
    border-color: #1c1c1c;
    color: #fff;
}

.butn-dark:hover span {
    color: #1c1c1c;
}

.butn-light {
    background: #fff;
}

.butn-light:before, .butn-light:after {
    background: #f26522;
}

.butn-light:hover span {
    color: #fff;
}

.butn-light span {
    color: #f26522;
}

.butn-bord-light {
    background: #f26522;
    border-color: #fff;
}

.butn-bord-light:before, .butn-bord-light:after {
    background: #fff;
}

.butn-bord-light:hover span {
    color: #f26522;
}

.butn-bord-light span {
    color: #fff;
}

.butn-bord-trans {
    background: none;
    border-color: #fff;
}

.butn-bord-trans:before, .butn-bord-trans:after {
    background: #fff;
}

.butn-bord-trans:hover span {
    color: #f26522;
}

.butn-bord-trans span {
    color: #fff;
}

.butn2 {
    background: #f26522;
    color: #fff;
    background-size: 25px;
    border: 1px solid transparent;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    outline: none !important;
    overflow: hidden;
    padding: 12px 35px;
    position: relative;
    transition: none;
    z-index: 3;
}

.butn3 {
    background: #f3f3f3;
    color: #f26522;
    background-size: 25px;
    border: 1px solid transparent;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    outline: none !important;
    overflow: hidden;
    padding: 12px 35px;
    margin-top: 12px;
    position: relative;
    transition: none;
    z-index: 3;
}

.butnav {
    background: #f3f3f3;
    color: #f26522;
    font-size: 16px;
    background-size: 12px;
    border: 1px solid transparent;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    outline: none !important;
    overflow: hidden;
    padding: 12px 35px;
    margin-top: 12px;
    position: relative;
    transition: none;
    z-index: 3;
}

.butoane {
    padding-left: -15px;
    display: inline-block;
    overflow: hidden;
}
/* ----------------------------------------------------------------
		 [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
		 [ 03 Start Navbar ]
-----------------------------------------------------------------*/
.navbar {
    background: #f26522;
    left: 0;
    min-height: 70px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
    border-bottom: 0px solid #fff3;
    padding: 0;
    margin-top: 56px;
}

.navbar .header-icon {
    display: block;
    float: right;
    list-style: none;
    margin-left: 10px;
    padding: 0;
    text-align: right;
    margin-top: -5px;
}

.navbar .header-icon li {
    display: inline-block;
    vertical-align: middle;
}

.navbar .header-icon li a {
    color: #fff;
    display: block;
    opacity: 0.6;
    padding: 22px 0 0;
    text-align: center;
    width: 30px;
}

.navbar .header-icon li a:hover {
    opacity: 1;
}

.navbar .icon-bar {
    color: #fff;
}

.navbar .navbar-nav .nav-link {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 25px 20px;
    transition: .20s linear;
    position: relative;
}

.navbar .navbar-nav .nav-link:after {
    background: #fff !important;
    border-radius: 0;
    bottom: 20px;
    left: 20px;
    content: "";
    height: 1px;
    position: absolute;
    transform: scaleX(0);
    transition: .20s linear;
    visibility: hidden;
    width: 50%;
}

.navbar .navbar-nav .nav-link:hover {
    opacity: 0.8;
}

.navbar .navbar-nav .nav-link:hover:after {
    visibility: visible;
    transform: scale(1);
}

.navbar .navbar-nav .active {
    opacity: 0.8;
}

.navbar .navbar-nav .active:after {
    visibility: visible;
    transform: scale(1);
}

.nav-scroll {
    background: #f26522;
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20;
    border-bottom-color: #f26522;
    border-bottom: 0px;
    margin-top: -5px;
}

.nav-scroll .navbar-nav .nav-link {
    color: #fff;
}

.nav-scroll .navbar-nav .logo {
    max-width: 100px;
}

.logo {
    max-width: 330px;
    left: 15px;
    margin-left: -425px;
}

/* ----------------------------------------------------------------
		 [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
		 [ 04 Start Header ]
-----------------------------------------------------------------*/
.header {
    height: 100vh;
    overflow: hidden;
}

.header .caption .o-hidden {
    display: inline-block;
}

.header .caption .mw-800 {
    max-width: 800px;
}

.header .caption h2 {
    font-size: 30px;
    font-weight: 300;
}

.header .caption h4 {
    font-size: 35px;
    animation-delay: .2s;
    font-weight: 300;
    letter-spacing: 4px;
}

.header .caption h3 {
    animation-delay: .6s;
    font-family: "Poppins", sans-serif;
    font-size: 80px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 10px 0;
    word-spacing: 2px;
}

.header .caption .butn {
    animation-delay: 1.2s;
}

.header2 {
    height: 50vh;
    overflow: hidden;
}

.header2 .caption .o-hidden {
    display: inline-block;
}

.header2 .caption .mw-800 {
    max-width: 800px;
}

.header2 .caption h2 {
    font-size: 30px;
    font-weight: 300;
}

.header2 .caption h4 {
    font-size: 35px;
    animation-delay: .2s;
    font-weight: 300;
    letter-spacing: 4px;
}

.header2 .caption h3 {
    animation-delay: .6s;
    font-family: "Poppins", sans-serif;
    font-size: 80px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 10px 0;
    word-spacing: 2px;
}

.header2 .caption .butn {
    animation-delay: 1.2s;
}

.agency h4 {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-weight: 500 !important;
    color: #fff;
    font-size: 20px !important;
    margin: 0;
    letter-spacing: 8px !important;
}

.agency h1 {
    font-size: 80px;
    font-weight: 800;
    text-transform: capitalize;
    margin: 0 0 20px;
    letter-spacing: -0.05em;
    line-height: 1.3;
    word-wrap: break-word;
}

.agency .slider-line {
    content: "";
    height: 28px;
    width: 500px;
    background: #eb2f5b;
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
    z-index: -1;
    position: relative;
    top: -50px;
}

.agency .o-hidden {
    max-width: 800px;
    width: 100%;
}

.slider-style-1 .caption h3 {
    color: #fff;
    font-size: 40px;
    letter-spacing: 0;
    margin: 0 0 20px;
    line-height: 55px;
    font-weight: 600;
    text-align: left;
}

.slider-style-1 .slider-text {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    line-height: 28px;
    font-family: "Poppins", sans-serif;
}

.slider-style-1 .butn {
    background-color: #fff;
    border: 0px solid #fff;
    border-radius: 0px;
    margin-top: 30px !important;
    margin-left: 0;
    width: 150px;
    padding: 7px;
    text-align: center;
}

.slider-style-1 .butn span {
    color: #f26522;
}

.slider-style-1 .butn:hover {
    background-color: transparent;
}

.slider-style-1 .butn:hover span {
    color: #fff;
}

.slider-style-1 .butn:after {
    transition: all 0.2s ease-in;
    border-radius: 30px;
}

.slider-style-1 .butn:hover:after {
    background: #ffffff05;
}

.slider-style-1 .butn:before {
    display: none;
}

.slider-style-1 .butn-tra {
    background-color: transparent;
    transition: all 0.5s ease;
}

.slider-style-1 .butn-tra:hover {
    background-color: #fff;
}

.slider-style-1 .butn-tra span {
    color: #fff;
}

.slider-style-1 .butn-tra:hover span {
    color: #f26522;
}

.slider-style-1 .butn-tra:after {
    transition: all 0.2s ease-in;
    border-radius: 30px;
}

.slider-style-1 .butn-tra:hover:after {
    background: #ffffff05;
}

.slider-style-1 .butn-tra:before {
    display: none;
}

.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: 4rem;
    }
}

.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;
    font-weight: 600 !important;
}

.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;
}

.slider .owl-item, .slider-fade .owl-item {
    height: 100vh;
    position: relative;
}

.slider .item, .slider-fade .item {
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.slider .item .caption, .slider-fade .item .caption {
    z-index: 9;
}

.slider .owl-theme .owl-dots, .slider-fade .owl-theme .owl-dots {
    bottom: 5vh;
    position: absolute;
    width: 100%;
}

.page-header {
    height: 70vh;
}

.page-header h6 {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
}

.page-header h6 a:hover {
    color: #f26522;
}

.page-header h6 i {
    font-size: 10px;
    margin: 0 15px;
}

.page-header h1 {
    font-weight: 600;
    margin-bottom: 10px;
}

.page-header p {
    color: #eee;
}

.page-header2 {
    height: 10vh;
}

.page-header2 h6 {
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 10px;
}

.page-header2 h6 a:hover {
    color: #f26522;
}

.page-header2 h6 i {
    font-size: 10px;
    margin: 0 15px;
}

.page-header2 h1 {
    font-weight: 600;
    margin-bottom: 10px;
}

.page-header2 p {
    color: #eee;
}

/* ----------------------------------------------------------------
		 [ End Header ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
		 [ 05 Start About ]
-----------------------------------------------------------------*/
.imgdenied {
    margin-top: -25px;
}

.about .img {
    position: relative;
    width: 100%;
}

.about .img img {
    position: relative;
    left: -15%;
    top: 0;
    width: 100%;
}

.about .info h5 {
    color: #f26522;
    margin-top: 0px;
    font-size: 13px !important;
    line-height: 1.2;
    margin-bottom: 15px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.about .info h2 {
    font-size: 30px;
    font-weight: 600;
    color: #3d3d3d;
    margin-bottom: 20px;
    margin-left: -15px;
}
}

.about .info p {
    margin: 0 0 30px;
    word-spacing: 1px;
}

.about .info .info-list i {
    color: #f26522;
    margin-right: 5px;
    font-size: 12px;
}

.about .info .info-list p {
    display: inline-block;
    margin-bottom: 10px;
}

.about .info .butn {
    color: #fff !important;
    border: 1px solid transparent;
    border-radius: 50px;
    background: #f26522;
    cursor: pointer;
    padding: 8px 20px;
    margin-left: 0;
    margin-top: 15px;
    font-size: 15px;
    transition: all 0.5s ease;
}

.about .info .butn:hover {
    background: #fff;
    border: 1px solid #f26522;
}

.about .info .butn span {
    color: #fff;
}

.about .info .butn:hover span {
    color: #f26522;
}

.about .info .butn:after {
    transition: all 0.2s ease-in;
    border-radius: 30px;
}

.about .info .butn:hover:after {
    background: #fff1;
}

.about .info .butn:before {
    background-color: #fff1;
    transition: all 0.2s ease-in-out;
}

.about .skills {
    margin-top: 60px;
}

.about .skills .item {
    margin-bottom: 30px;
}

.about .skills h6 {
    font-size: 14.5px;
    font-weight: 500;
    position: relative;
    top: -6px;
    z-index: 2;
    letter-spacing: 1px;
    color: #333;
}

.about .skills .skills-progress {
    width: 100%;
    padding: 2px 10px;
    background: #ccc;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15) inset;
    position: relative;
}

.about .skills .skills-progress span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 10%;
    background-color: #f26522;
    transition: all 1s;
}

.about .skills .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -20px;
    right: 10px;
    font-size: 11px;
    font-weight: 400;
    color: #333;
    font-size: 13px;
    letter-spacing: 1px;
}

/* ----------------------------------------------------------------
		 [ End About ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
		 [ 06 Start Services ]
-----------------------------------------------------------------*/
.services .col-md-4 {
    padding: 10px;
}

.services .items {
    background-color: #fff;
    padding: 40px 30px;
    transition: all 0.3s ease-in-out;
}

.services .items:hover {
    box-shadow: 0px 20px 40px 0 rgba(0, 0, 0, 0.2);
}

.services .items:hover i {
    background: linear-gradient(-45deg, #f26522, #f26522);
    color: #fff;
}

.services .items i {
    border-radius: 100px;
    color: #f26522;
    display: block;
    font-size: 40px;
    height: 80px;
    line-height: 80px;
    margin: auto;
    text-align: center;
    transition: all 0.3s ease-in-out;
    width: 80px;
    margin-bottom: 15px;
}

.services .items h5 {
    color: #3d3d3d;
    font-size: 22px;
}

.services .items a {
    border-bottom: 2px solid #dfdfdf;
    letter-spacing: 2px;
    font-size: 14px;
}

/* ----------------------------------------------------------------
		 [ End Services ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
		 [ 07 Start Works ]
-----------------------------------------------------------------*/
.works .filtering .filter {
    display: inline-block;
    padding: 2px 10px;
    list-style: outside none none;
    text-align: center;
    overflow: hidden;
    line-height: 1;
    border: 1px dotted #ebeaef;
    border-radius: 50px;
}

.works .filtering span {
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    margin: 0 5px;
    padding: 10px 20px;
    border-radius: 50px;
    transition: all 0.3s ease 0s;
    color: #f26522;
}

.works .filtering span:hover {
    background: #f26522;
    color: #fff;
}

.works .filtering .active {
    background: #f26522;
    box-shadow: 0px 8px 30px -5px rgba(0, 0, 0, 0.2);
    color: #fff;
}

.works .gallery {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: -.05em;
}

.works .larg-padding {
    padding: 0 15px;
}

.works .larg-padding .item-img {
    border: 10px solid #fff;
    margin-top: 30px;
}

.works .no-padding {
    padding: 0;
}

.works .no-padding .item-img {
    margin-top: 0;
}

.works .gutter {
    padding: 0 10px;
}

.works .gutter .item-img {
    margin-top: 20px;
}

.works .item-img {
    margin-top: 30px;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.works .item-img:hover {
    transform: scale(1.05);
}

.works .item-img:hover .item-img-overlay {
    opacity: 0.9;
}

.works .items .item-img-overlay {
    background: linear-gradient(-45deg, #f26522, #f26522);
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.works .items .item-img-overlay .icon {
    bottom: 30px;
    color: #f26522;
    background: #fff;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 30px;
    text-align: center;
    width: 40px;
    border: 1px solid #fff;
    border-radius: 50px;
    line-height: 40px;
    transition: all 0.5s ease-in-out;
}

.works .items .item-img-overlay .icon:hover {
    color: #fff;
    background: transparent;
    border-color: #fff;
}

.works .items .item-img-overlay .cont h3 {
    color: #fff;
    margin: 0;
    font-size: 18px;
    display: inline-block;
    padding-bottom: 5px;
    transform: translateY(-25px) scale(1.1);
    opacity: 0;
    transition: transform 0.3s ease-in;
    transition-delay: .3s;
}

.works .items .item-img-overlay .cont p {
    color: #fff;
    transform: translatey(25px) scale(1.1);
    transition: transform 0.3s ease-in;
    transition-delay: .3s;
    opacity: 0;
}

.works .items:hover .item-img-overlay .cont h3 {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.works .items:hover .item-img-overlay .cont p {
    transform: translateY(0) scale(1);
    opacity: 1;
}

 /* ----------------------------------------------------------------
		 [ 07 end Works ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
		 [ 11 Start Team ]
-----------------------------------------------------------------*/
.team {
    background-color: #f7f7f7;
}

.team .item {
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.team .item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: calc(100% - 77px);
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease-in;
}

.team .item:hover .social {
    opacity: 1 !important;
}

.team .item:hover::before {
    opacity: 0.5 !important;
}

.team .item:hover .info .social .icon {
    margin: 3px;
}

.team .item .team-img {
    overflow: hidden;
    position: relative;
}

.team .item .info {
    bottom: 10px;
    left: 0;
    padding: 0 15px;
    transition: all .4s;
    width: 100%;
    z-index: 4;
    background: #f9f9f9;
    padding: 20px 10px;
    text-align: center;
}

.team .item .info h6 {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #3d3d3d;
}

.team .item .info span {
    font-size: 13px;
}

.team .item .info .social {
    position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    padding: 10px;
    z-index: 5;
}

.team .item .info .social .icon {
    color: #eee;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin: 7px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
}

.team .item .info .social .icon:first-of-type {
    background-color: #3b5999;
}

.team .item .info .social .icon:nth-of-type(2) {
    background-color: #55acee;
}

.team .item .info .social .icon:nth-of-type(3) {
    background-color: #e4405f;
}

.team .item .info .social .icon:nth-of-type(4) {
    background-color: #dd4b39;
}

/* ----------------------------------------------------------------
		 [ End Team ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
		 [ start video ]
-----------------------------------------------------------------*/
.video {
    background-image: url(../img/video.jpg);
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    color: #fff;
}

.video .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f26522;
    opacity: 0.95;
    z-index: 0;
}

.video svg {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    fill: #fff5;
    transform: rotatex(180deg);
}

.video .info {
    position: relative;
    z-index: 1;
}

.video .info h5 {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
}

.video .info h3 {
    font-size: 40px;
    font-weight: 600;
    width: 60%;
    margin: 15px auto;
}

.video .info a {
    transition: all 0.4s ease;
}

.video .info a:hover {
    transform: scale(1.1);
}

.video .info a i {
    background-color: #337ab7;
    border-radius: 50%;
    width: 69px;
    height: 69px;
    font-size: 70px;
    margin-top: 5px;
}

/* ----------------------------------------------------------------
		 [ end video ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
		 [ 09 Start Testimonials ]
-----------------------------------------------------------------*/
.testimonials-grid .item {
    padding: 50px 25px;
    position: relative;
    z-index: 3;
    background: #fff;
}

.testimonials-grid .item:after {
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.testimonials-grid .item .img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 10px auto;
}

.testimonials-grid .item p {
    position: relative;
    font-size: 17px;
    letter-spacing: 0;
    background: #fff;
    color: #505050;
}

.testimonials-grid .item .stars i {
    color: #f26522;
}

.testimonials-grid .item .info {
    display: inline-block;
    text-align: center;
}

.testimonials-grid .item .info h6 {
    font-size: 21px;
    padding-top: 10px;
    color: #3d3d3d;
}

.testimonials-grid .item .info h6 span {
    font-size: 11px;
    font-style: normal;
    text-transform: uppercase;
    color: #4f4f4f;
    margin-bottom: 15px;
    font-weight: 600;
    display: block;
    margin-top: 5px;
}

/* ----------------------------------------------------------------
		 [ End Testimonials ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
		 [ 10 Start Blog ]
-----------------------------------------------------------------*/
.blog .item {
    background: transparent;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.07);
    padding-bottom: 10px;
}

.blog .item .post-img {
    position: relative;
    display: inline-block;
    width: 360px;
    height: 360px;
    padding-right: 55px;
    margin-bottom: -125px;
}

.blog .item .post-img2 {
    position: relative;
    display: inline-block;
    width: 760px;
    height: 710px;
    padding-right: 55px;
    margin-bottom: -125px;
}

.blog .item .post-img .img {
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-bottom: -125px;
}

.blog .item .post-img .img:hover:after {
    opacity: 0.7;
}

.blog .item .post-img .img:after {
    position: absolute;
    display: inline-block;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f26522;
    transition: all .5s;
    opacity: 0;
}

.blog .item .post-img:hover img {
    transform: scale(1.1, 1.1);
}

.blog .item .post-img img {
    transition: all .5s;
}

.blog .item .post-img .tag {
    top: 170px;
    left: 7px;
    color: #999999;
    font-size: 12px;
    position: absolute;
    letter-spacing: 1px;
    background: #fff;
    padding: 5px 8px;
}

.blog .item .post-img .tag a {
    font-size: 13px;
    line-height: 1;
    transition: all 0.4s;
}

.blog .item .post-img .tag a:hover {
    color: #f26522;
}

.blog .item .post-img .tag .icon {
    font-size: 12px;
}

.blog .item .cont {
    padding: 30px 15px 20px;
    text-align: center;
}

.blog .item .cont .admin {
    margin: 10px 0;
}

.blog .item .cont .admin span {
    margin: 5px;
    font-size: 14px;
}

.blog .item .cont .admin span i {
    margin: 3px;
    color: #f26522;
}

.blog .item .cont p {
    color: #939393;
    margin-bottom: 15px;
}

.blog .item .cont a.rmore {
    font-size: 13px;
    color: #f26522;
    border: 1px dashed #f26522;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-top: 15px;
}

.blog .item h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #3d3d3d;
    transition: all 0.4s ease;
}

.blog .item h3:hover {
    color: #f26522;
}

.blog .info {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.blog .info a {
    color: #999;
    font-weight: 600;
    font-size: 11px;
    float: left;
}

.blog .info a .author {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 5px -6px 0;
    position: relative;
}

.blog .info a .icon {
    font-size: 12px;
    margin-right: 2px;
}

.blog .info .right {
    float: right;
}

.blog h3 {
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 500;
}

#getstarted .o-hidden.mw-800 {
    margin-top: -50px;
    margin-left: 410px;
}

.posts .item {
    margin-bottom: 30px;
}

.posts .item .spical {
    margin: 15px;
    padding: 15px;
    border-left: 4px solid #f26522;
}

.posts .title {
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
}

.posts .comments, .posts .add-comment {
    padding: 30px 15px;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 5px;
}

.posts .comments .com, .posts .add-comment .com {
    margin-bottom: 30px;
}

.posts .comments .com:last-child, .posts .add-comment .com:last-child {
    margin-bottom: 0;
}

.posts .comments .com:nth-child(odd), .posts .add-comment .com:nth-child(odd) {
    margin-left: 50px;
}

.posts .comments .img, .posts .add-comment .img {
    width: 60px;
    height: 60px;
    float: left;
    border-radius: 50%;
    border: 1px solid #eee;
    overflow: hidden;
}

.posts .comments .cont, .posts .add-comment .cont {
    margin-left: 75px;
}

.posts .comments .cont h6, .posts .add-comment .cont h6 {
    font-size: 12px;
    margin-bottom: 5px;
}

.posts .comments .cont span, .posts .add-comment .cont span {
    color: #999;
    font-size: 11px;
    font-style: italic;
    margin-bottom: 10px;
}

.posts .comments .cont .reply, .posts .add-comment .cont .reply {
    float: right;
    margin-right: 15px;
    margin-top: -15px;
    font-size: 14px;
}

.posts .comments .cont .reply:hover, .posts .add-comment .cont .reply:hover {
    color: #f26522;
}

.posts form input, .posts form textarea {
    width: 100%;
    padding: 15px;
    background-color: #fafafa;
    border: 0;
}

.posts form textarea {
    height: 140px;
    max-height: 140px;
    max-width: 100%;
    margin-bottom: 10px;
}

.posts form .butn {
    margin: 30px 0 0 0;
    cursor: pointer;
}

.pagination {
    text-align: center;
}

.pagination ul {
    margin: auto;
}

.pagination li {
    float: left;
    margin: 0 5px;
}

.pagination li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    background-color: #fff;
}

.pagination .active a {
    background-color: #f26522;
    color: #fff;
}

.side-bar .widget {
    width: 450px;
    padding: 15px 0px 40px;
    justify-content: center;
    align-content: center;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 80px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.side-bar .widget ul {
    margin-bottom: 0;
}

.side-bar .widget ul li {
    padding-left: 25px;
    margin-bottom: 5px;
    color: #444;
    font-size: 15px;
    align-content: center;
    justify-content: center;
}

.side-bar .widget ul li:last-child {
    margin-bottom: 0;
}

.side-bar .widget ul li i {
    font-size: 10px;
    margin-right: 10px;
}

.side-bar .widget .recent li {
    display: block;
    overflow: hidden;
}

.side-bar .widget .recent .thum {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}

.side-bar .widget .recent a {
    display: block;
    margin-left: 60px;
    line-height: 1.7;
}

.side-bar .widget-title {
    margin-bottom: 30px;
    padding-left: 25px;
    justify-content: center;
    align-content: center;
}

.side-bar .widget-title h6 {
    font-size: 21px;
    text-transform: uppercase;
    background-color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.side-bar .search form {
    position: relative;
}

.side-bar .search form input {
    width: 100%;
    padding: 10px;
    border: 0;
    border-bottom: 1px solid #eee;
}

.side-bar .search form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    color: #999;
    border: 0;
    padding: 10px;
    cursor: pointer;
}

.side-bar .gallery li {
    width: 33.33333%;
    float: left;
    border: 5px solid #fff;
}

.side-bar .tags li {
    font-size: 12px;
    margin: 2px !important;
    padding: 5px 10px;
    background-color: #f26522;
    color: #fff !important;
    border-radius: 4px;
    float: left;
}

.side-bar .tags li:hover {
    background-color: #222;
}

/* ----------------------------------------------------------------
		 [ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
		 [ start sponsors ]
-----------------------------------------------------------------*/
.sponsors {
    background-image: url(../img/video.jpg);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 15px 0;
}

.sponsors .container {
    position: relative;
    z-index: 2;
}

.sponsors:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #f26522;
    opacity: 0.5;
}

/* ----------------------------------------------------------------
		 [ end sponsors ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
		 [ 11 Start Contact ]
-----------------------------------------------------------------*/
.page-contact {
    position: relative;
}

.page-contact .item {
    margin-bottom: 40px;
}

.page-contact .item .icon {
    color: #f26522;
    font-size: 32px;
}

.page-contact .item .content h3 {
    display: inline-block;
    font-size: 20px;
    color: #3d3d3d;
    margin-bottom: 10px;
    font-weight: 600;
}

.page-contact .item .content p {
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.form input, .form textarea {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    color: #3d3d3d;
    padding: 15px;
    padding-left: 35px;
    width: 100%;
}

.form input:focus, .form textarea:focus {
    border-color: #ddd;
}

.form i {
    position: absolute;
    top: 18px;
    left: 10px;
    color: #f26522;
}

.form textarea {
    height: 160px;
    max-height: 160px;
    max-width: 100%;
}

.form .form-group {
    position: relative;
}

.form .help-block li {
    color: #ce7373;
    font-size: 11px;
    font-weight: 500;
    position: absolute;
    right: 15px;
    top: 15px;
}

.form .butn {
    background: linear-gradient(-45deg, #f26522, #f26522);
    color: #fff;
    width: auto;
    border: 1px solid #f26522;
    display: inline-block;
    font-size: 14px;
    padding: 7px 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition-duration: 1.0s;
    transition-duration: 1.0s;
    border-radius: 50px;
    margin-top: 15px;
    margin-left: 0;
}

.page-social {
    text-align: center;
}

.page-social a {
    border-radius: 30px;
    border-style: solid;
    border-width: 1px;
    color: #fff;
    margin: 5px;
    padding: 12px 60px;
    transition: all .2s;
}

.page-social a:hover {
    background-color: transparent;
    color: #555;
}

.page-map {
    background-color: #f7f7f7;
}

.page-map #ieatmaps {
    height: 400px;
}

/* ----------------------------------------------------------------
		 [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
		 [ 16 Start Footer ]
-----------------------------------------------------------------*/
.footer {
    background-color: #1a1a1a;
    padding: 50px 0 0;
    position: relative;
    overflow: hidden;
}

.footer svg {
    position: absolute;
    left: 0;
    top: -40px;
    width: 100%;
    height: 200px;
}

.footer svg path {
    fill: #fff;
}

.footer h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-transform: uppercase;
    position: relative;
    color: #3d3d3d;
}

.footer h3:after {
    width: 40px;
    height: 2px;
    content: "";
    position: absolute !important;
    bottom: -1px;
    left: 0;
    z-index: 0;
    margin: auto;
    background: #f26522;
}

.footer .info p {
    margin-bottom: 30px;
    color: #222;
    opacity: 0.8;
}

.footer .info span {
    font-size: 11px;
    margin-right: 10px;
}

.footer .info .icon {
    font-size: 14px;
    border: 1px solid #fff;
    border-radius: 50px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #fff;
    margin-right: 3px;
}

.footer .info .icon:hover {
    opacity: 0.9;
}

.footer .info .icon:first-of-type {
    background: #3b5998;
}

.footer .info .icon:nth-of-type(2) {
    background: #1da1f2;
}

.footer .info .icon:nth-of-type(3) {
    background: #dd4b39;
}

.footer .info .icon:nth-of-type(4) {
    background: #0077b5;
}

.footer .footer-widget-list {
    margin: 0;
}

.footer .footer-widget-list li {
    list-style-type: none;
    color: #3d3d3d;
    opacity: 0.8;
    padding: 7px 0;
    font-size: 17px;
}

.footer .footer-widget-list li:first-child {
    padding-top: 0;
}

.footer .footer-widget-list li a {
    font-size: 17px;
    font-weight: 400;
    opacity: 0.8;
    font-weight: 600;
}

.footer .footer-widget-list li a:before {
    content: '\f105';
    font-weight: 700;
    vertical-align: bottom;
    font-family: Font Awesome\ 5 Free;
    color: #3d3d3d;
    opacity: 0.8;
    padding-right: 8px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    font-size: 19px;
}

.footer .footer-widget-list li a:hover {
    opacity: 1;
}

.footer .footer-widget-list li a:hover:before {
    opacity: 1;
}

.footer .las-post ul li {
    opacity: 0.8;
    margin-bottom: 20px;
}

.footer .las-post ul li:hover {
    opacity: 1;
}

.footer .las-post ul li a {
    font-weight: 500;
    color: #222;
}

.footer .las-post ul li span {
    font-weight: 100px;
    color: #222;
}

.footer .contact-info li {
    color: #222;
    opacity: 0.8;
    margin-bottom: 15px;
}

.footer .contact-info li:hover {
    opacity: 1;
}

.footer .contact-info .form-gr {
    position: relative;
}

.footer .contact-info .form-gr form input {
    background: transparent;
    border: 1px solid #999;
    padding: 10px 15px;
    border-radius: 50px;
    width: 100%;
}

.footer .contact-info .form-gr form a {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #3d3d3d;
    font-weight: 600;
    opacity: 0.8;
}

.footer .sub-footer {
    background-color: #eeeeee;
    margin-top: 80px;
    padding: 20px 0 10px;
    border-top: 1px solid #fff;
    color: #222;
    opacity: 0.8;
}

.footer .sub-footer .foot-links {
    text-align: right;
}

.footer .sub-footer .foot-links li {
    display: inline-block;
    margin-left: 20px;
}

/* ----------------------------------------------------------------
		 [ End Footer ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	 [ 13 Responsive ]
-----------------------------------------------------------------*/
@media screen and (max-width: 991px) {
    .mb-md80 {
        margin-bottom: 80px;
    }

    .mb-md50 {
        margin-bottom: 50px;
    }

    .mb-md30 {
        margin-bottom: 30px;
    }

    .mb-md15 {
        margin-bottom: 15px;
    }

    .mb-md0 {
        margin-bottom: 0;
    }

    .md-text-center {
        text-align: center !important;
    }

    .bgimg-height {
        height: 400px;
    }

    .bg-fixed {
        background-attachment: scroll !important;
    }

    .navbar {
        background: #f26522;
    }

    .navbar .logo {
        margin: 18px;
    }

    .navbar button {
        margin-right: 15px;
        outline: none !important;
    }

    .navbar .container {
        max-width: 100%;
    }

    .navbar .navbar-collapse {
        background: #111;
        max-height: 340px;
        overflow: auto;
        padding: 10px 30px;
        text-align: left;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px;
    }

    .navbar .navbar-nav .nav-link:after {
        display: none;
    }

    .nav-scroll .navbar-collapse .nav-link {
        color: #fff !important;
    }

    .nav-scroll .navbar-collapse .active {
        color: #f26522 !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;
    }

    .about .info {
        padding: 50px 0;
    }

    .about .info .info-list p {
        width: 90%;
    }

    .about .img img {
        left: 0;
    }

    .navbar .header-icon {
        display: none;
    }

    .footer .sub-footer {
        text-align: center;
    }

    .footer .sub-footer .foot-links {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .mb-sm50 {
        margin-bottom: 50px;
    }

    .mb-sm30 {
        margin-bottom: 30px;
    }

    .pl-sm10 {
        padding-left: 10px !important;
    }

    .pr-sm10 {
        padding-right: 10px !important;
    }

    .xs-height-350px {
        height: 350px !important;
    }

    .header {
        text-align: center;
    }

    .header .caption h3 {
        font-size: 27px;
        padding: 2px 10px;
        letter-spacing: 1px;
        line-height: 1.7;
        text-align: center;
        text-shadow: 2px 2px 2px black;
    }

    .header .caption p {
        font-size: 21px;
        padding-left: 10px;
        padding-right: 10px;
        width: auto;
        text-shadow: 2px 2px 2px black;
    }

    .header .caption .butn {
        margin-top: 15px !important;
    }

    .hero-bg {
        display: none;
    }

    .section-head h4 {
        font-size: 28px;
    }

    .section-head p {
        width: 100%;
    }

    .section-head h4:after {
        width: 250px;
    }

    .portfolio .filtering span {
        margin-bottom: 10px;
        padding: 10px 15px;
    }

    .works .item-img-overlay h3 {
        font-size: 16px;
    }

    .services .items {
        padding: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .services .items .icon {
        margin-bottom: 20px;
    }

    .services .items h5 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .blog .item h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .butn {
        padding: 8px 18px;
        font-size: 13px;
    }

    .video .info h3 {
        width: auto;
        margin: 30px auto;
        font-size: 30px;
    }

    .about .info .info-list li {
        position: relative;
        padding-left: 25px;
    }

    .about .info .info-list li i {
        position: absolute;
        left: 0;
        top: 5px;
    }
}

@media screen and (max-width: 480px) {
    .works .filtering {
        padding: 0;
    }

    .works .filtering .filter {
        border: 0;
        padding: 0;
        border-radius: 0;
    }

    .works .filtering span {
        margin: 0 0 5px;
        padding: 8px 10px;
    }

    .team .col-md-3 {
        padding: 15px 30px;
    }
}
/* ----------------------------------------------------------------
		 [ The End ]
-----------------------------------------------------------------*/

.mini-video-section {
    padding: 20px 0;
}

.mini-video-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 20px;
}

.mini-video iframe {
    width: 100%;
    height: 200px; /* Adjust as needed */
    border: none;
}

@media screen and (max-width: 768px) {
    .mini-video-grid {
        grid-template-columns: repeat(2, 1fr);
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .mini-video-grid {
        grid-template-columns: 1fr;
        display: none;
    }
}

.unique-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.6);
}

.unique-modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 10% auto;
    padding: 5px;
    border: 0px solid #888;
    width: 100%;
    max-width: 700px;
}

.unique-modal-close {
    color: #f23212;
    position: absolute;
    bottom: 10px;
    right: 25px;
    font-size: 70px;
    font-weight: bold;
    cursor: pointer;
    display: none;
}

.unique-modal-close:hover,
.unique-modal-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#uniqueVideoIframe {
    width: 100%;
    height: 400px; /* Adjust as needed */
}


/* ----------------------------------------------------------------
		 [ Custom ]
-----------------------------------------------------------------*/

.mobile-only-form {
    display: none;
}


.denied {
    background-color: transparent;
    color: #f26522;
    font-size: 76px;
    font-weight: bold;
    font-family: Poppins, sans-serif;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.deniedsub {
    background-color: transparent;
    color: #222;
    font-size: 16px;
    font-weight: regular;
    font-family: Poppins, sans-serif;
    text-align: center;
    padding: -10px;
    border-radius: 10px;
    margin-top: -18px;
    margin-bottom: 25px;
}

.errormsg {
    color: red;
    background-color: #ffe6e6;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid red;
}

.findout {
    background-color: transparent;
    color: #f26522;
    font-size: 16px;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    text-transform: none;
    margin-top: -5px;
}

.findoutbutn {
    background: #f26522;
    color: #fff;
    font-size: 14px;
    background-size: 12px;
    border: 1px solid transparent;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    outline: none !important;
    overflow: hidden;
    padding: 8px 5px;
    display: inline-block;
    transition: none;
    z-index: 3;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.0);
    z-index: 1000;
    overflow-y: auto;
    top: 250px;
}

.modal-content {
    position: relative;
    margin: 15% auto;
    padding: 35px;
    width: 170%;
    max-width: 500px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    justify-content: center;
    text-align: center;
}

.close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover,
.close:focus {
    color: #3d3d3d;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 10px 15px;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    justify-content: center;
    text-align: center;
}

.modal-body {
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    text-align: right;
    margin-bottom: -35px;
}

#video-background2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #3d3d3d;
}

#video-background2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3d3d3d;
    opacity: 0.2;
}

#video-background2 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#video-background2 video, 
#video-background2 picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.navbar2 {
    background: #f26522;
    left: 0;
    min-height: 60px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
    border-bottom: 0px solid #fff3;
    padding: 0;
}

.navbar2 .header-icon2 {
    display: block;
    float: right;
    list-style: none;
    margin-left: 40px;
    padding: 0;
    text-align: right;
    margin-top: -5px;
}

.navbar2 .header-icon2 li {
    display: inline-block;
    vertical-align: middle;
}

.navbar2 .header-icon li a {
    color: #fff;
    display: block;
    opacity: 0.6;
    padding: 22px 0 0;
    text-align: center;
    width: 30px;
}

.navbar2 .header-icon2 li a:hover {
    opacity: 1;
}

.navbar2 .icon-bar {
    color: #fff;
}

.navbar2 .navbar-nav2 .nav-link2 {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 25px 20px;
    transition: .20s linear;
    position: relative;
}

.navbar2 .navbar-nav2 .nav-link2:after {
    background: #fff !important;
    border-radius: 0;
    bottom: 20px;
    left: 20px;
    content: "";
    height: 1px;
    position: absolute;
    transform: scaleX(0);
    transition: .20s linear;
    visibility: hidden;
    width: 50%;
}

.navbar2 .navbar-nav2 .nav-link2:hover {
    opacity: 0.8;
}

.navbar2 .navbar-nav2 .nav-link2:hover:after {
    visibility: visible;
    transform: scale(1);
}

.navbar2 .navbar-nav2 .active {
    opacity: 0.8;
}

.navbar2 .navbar-nav2 .active:after {
    visibility: visible;
    transform: scale(1);
}

.small-navbar {
    color: #262626;
    width: 100%;
    background-color: transparent;
    padding: 16px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    padding-right: 50px;
}

.small-navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

.small-navbar li {
    margin-left: 20px;
    font-size: 14px;
}

.small-navbar a {
    color: #fff;
    text-decoration: none;
}

.small-navbar b {
    font-size: 17px;
    color: #fff;
}

.small-navbar a:hover {
    background-color: rgb(242, 101, 34);
    color: #f5f7fa;
    padding: 0px;
    border-radius: 0px;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.small-navbar a:hover i {
    color: #fff;
}

.small-navbar i {
    color: #f26522;
    font-size: 19px;
}

.navbar-container {
    display: flex;
    flex-direction: column; 
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;

}

.error-buttons {
    display: inline;
    position: relative;
    left: 30%;
    
}

.thankyou-info {
    justify-content: center;
    text-align: center;
}

.thankyou-info h5 {
    color: #3d3d3d;
    font-size: 25px;
    white-space: nowrap;
    font-weight: 700;
}

.navbar-item {
    display: block; 
}

.indexform {
    width: 100%;
    max-width: 450px;
    background-color: rgba(41, 41, 41, 0.3);
    border-radius: 0px;
    padding: 10px;
    border-style: solid;
    border-color: #f26522;
    border-width: 0;
}

.indexform label {
    text-align: left;
    color: #fff;
    font-weight: 600;
    align-content: flex-start;
}

.form-control {
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.form-control:focus {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-color: #f26522;
    outline: none;
}

.indexform form-group {
    margin-bottom: 15px;
}

.indexform button {
    background-image: linear-gradient(120deg, #f26522, #f28552);
    color: white;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.indexform button:hover {
    background-image: linear-gradient(120deg, #f28552, #f26522);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.container-fluid button {
    background-image: linear-gradient(120deg, #f26522, #f28552);
    color: white;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.container-fluid button:hover {
    background-image: linear-gradient(120deg, #f28552, #f26522);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.services2 {
    font-family: 'Poppins', sans-serif;
    width: 800px;
    padding-top: 0px;
    padding-bottom: 50px;
    text-align: left;
    margin-bottom: 135px;
    margin-top: -70px;
}

.title-section {
    word-wrap: break-word;
    span {
    display: block;
    color: #f26622;
    font-weight: 700;
    font-size: 20px;
    text-transform: none;
    line-height: 18px;
    margin-left: -13px;
    }

.main {
    color: #3d3d3d;
    font-size: 30px;
    line-height: normal;
    font-weight: 600;
    text-align: left;
    text-transform: none;
    margin: 0px;
    padding: 0px;
    margin-left: -13px;
    }
        }

.feature {
    position: relative;
    margin: 5px 0px;
    margin-left: -21px;
    .title {
    float: right;
    width: 70%;
    padding-left: 20px;
    padding-right: 10px;
    color: #939393;
    }

    p {
    font-weight: 700;
    color: #3d3d3d;
    font-size: 20px;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: -5px;
    margin-top: 6px;
    }   
        }

.description {
    float: right;
    width: 100%;
    padding-left: 20px;
    padding-right: 70px;
    p {
    font-family: 'Poppins', sans-serif;
    color: #44495e;
    font-size: 15px;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
    text-align: justify;
    }
        }

.feature-image {
    float: left;
    width: 30%;
    img {
    height: auto;
    max-width: 100%;
    }
        }

.image-right {
    float: right;
    width: 20%;
    img {
    height: auto;
    max-width: 100%;
    }
        }

.end-description {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: 200;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #44495e;
    }


.indexform2 {
    width: 350px;
    background-color: transparent;
    border-radius: 5px;
    padding: 10px;
    border-style: solid;
    border-color: #f26522;
    border-width: 0;
    }

.indexform2 label {
    text-align: left;
    color: #3d3d3d;
    font-weight: 600;
    align-content: flex-start;
    }

.form-control2 {
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
    width: 150px;
    }

.form-control2:focus {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-color: #f26522;

    outline: none;
    }


.indexform2 form-group {
    margin-bottom: 15px;
    }


.indexform2 button {
    background-image: linear-gradient(120deg, #f26522, #f28552);
    color: white;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    }

.indexform2 button:hover {
    background-image: linear-gradient(120deg, #f28552, #f26522);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

.faq-accordion {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: -50px;
    }

.faq-accordion h4 {
    color: #f26522;
    font-size: 20px;
    }

.faq-item {
    margin-bottom: 15px;
    }

.faq-question {
    background-color: #f26522;
    color: #fff;
    padding: 0px 0px;
    border: none;
    width: 100%;
    text-align: left;
    border-radius: 0px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s;
    }

.faq-question:hover {
    background-color: #3d3d3d;
    }

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
    background-color: #f5f7fa;
    padding: 0 15px;
    border-radius: 5px;
    text-align: left !important;
    }

.faq-answer p {
    margin: 10px 0;
    }

.faq-question i {
    color: #fff;
    padding: 13px;
    font-size: 22px;
    font-weight: 300;
    background-color: #3d3d3d;
    }

.comparative-table {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: -65px;
    margin-bottom: -50px;
    overflow-x: auto;
    }

table {
    align-items: center;
    justify-content: center;
    width: 100%; 
    max-width: 1050px;
    border-collapse: collapse;
    margin: 50px 0;
    }

th, td {
    border-bottom: 0px solid #3d3d3d;
    padding: 15px;
    text-align: center;
    vertical-align: middle;
    }

td {
    font-weight: 500;
    color: #3d3d3d;
    }

th {
    background-color: transparent;
    font-weight: bold;
    text-align: center;
    font-size: 50px;
    color: #3d3d3d;
    }

td.arrow-cell {
    width: 20px;
    padding: 0;
    text-align: center;
    }

.arrow {
    background-image: url('/img/table-arrow.png');
    width: 128px;
    height: 32px;
    background-size: cover;
    display: inline-block;
    margin-left: 25px;
    margin-right: 25px;
    }

.vs {
    text-align: center;
    font-weight: bold;
    color: #f26522;
    }

  .index-img2 .p {
        font-size: 20px;
        width: 870px;
    }

.index-img2 .img {
        width: 75%;
    }
    

.questionnaire {
            max-width: 1000px;
            margin: 50px auto;
            background-color: transparent;
            padding: 20px;
            box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
        }
        h2 {
            color: #f26622;
            text-align: center;
            margin-bottom: 20px;
        }
        label {
            display: block;
            margin-bottom: 10px;
            color: #555;
        }

input[type="radio"] {
    width: auto;
    margin-right: 10px;
    vertical-align: middle;
    }

.radio-group {
    margin-bottom: 15px;
    }

.radio-label {
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
    color: #3d3d3d;
    }
        input[type="submit"] {
            background-color: #333;
            color: #fff;
            padding: 10px 15px;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
        }
        input[type="submit"]:hover {
            background-color: #555;
        }


.buten {
    background: #f26622;
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    outline: none !important;
    overflow: hidden;
    padding: 12px 35px;
    position: relative;
    transition: all .4s;
    z-index: 3;
    }

.buten span {
    position: relative;
    transition-delay: 0s;
    z-index: 2;
    font-weight: 500;
    line-height: 1em;
    letter-spacing: 1px;
    }

.buten:before, .buten:after {
    background: #f26622;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: width 0.4s;
    width: 0;
    z-index: 1;
    }

.buten:after {
    background: #f26522;
    opacity: 0;
    transition-delay: 0s;
    }

.buten:hover:before, .buten:hover:after {
    width: 100%;
    }

.buten:hover {
    color: #fff;
    }

.form-started {
    font-family: 'Poppins', sans-serif;
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f2f2f2;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

.form-started label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    }

.form-started input[type="radio"] {
    display: none;
    }

.form-started input[type="radio"] + label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    user-select: none;
    }

.form-started input[type="radio"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border: 2px solid #f26622;
    border-radius: 50%;
    background-color: #fff;
    }

.form-started input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    left: 7px;
    top: 50%;
    transform: translateY(-50%);
    width: 9px;
    height: 8px;
    border-radius: 50%;
    background-color: #f26622;
    }

.form-started h2 {
    font-size: 24px;
    margin-bottom: 20px;
    }

.form-started button {
    background-color: #007BFF;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    }

.form-started button:hover {
    background-color: #0056b3;
    }


input[type="text1"],
input[type="email1"],
input[type="phone1"] {
    width: 100%; 
    padding: 10px; 
    margin: 3px 0; 
    box-sizing: border-box; 
    border: 2px solid #ccc; 
    border-radius: 4px; 
    font-size: 16px;
    transition: 0.3s; 
    max-width: 250px;
    }


input[type="text1"]:hover,
input[type="email1"]:hover,
input[type="phone1"]:hover {
    border-color: #888; 
    }


input[type="text1"]:focus,
input[type="email1"]:focus,
input[type="phone1"]:focus {
    border-color: #555;
    outline: none; 
    }

.comptablered {
    position: relative;
    background-color: #3d3d3d;
    color: #fff;
    border-radius: 20px;
    padding: 15px;
    box-shadow: none;
    overflow: hidden; 
    }

.comptablered::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px; 
    background-color: red; 
    border-bottom-left-radius: 15px; 
    border-bottom-right-radius: 15px; 
    }


.comptablegreen {
    position: relative;
    background-color: #3d3d3d; 
    color: #fff;
    border-radius: 20px;
    padding: 15px;
    box-shadow: none; 
    overflow: hidden; 
    }

.comptablegreen::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 5px; 
    background-color: #27ae3c; 
    border-bottom-left-radius: 15px; 
    border-bottom-right-radius: 15px; 
    }

.comptable {
    background: #3d3d3d;
    color: #fff;
    border-radius: 20px;
    box-shadow: 2px 2px;
    padding: 15px;
    }

.index-desc {
        margin-top: 190px; 
        margin-left: 210px;
    }

.index-img {
    margin-bottom: 95px; 
    margin-top: 95px;
    }

.index-img2 {
    margin-bottom: 95px; 
    margin-top: 5px;
    }

.responsive-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; 
    }

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

.custom-container-style {
    margin-right: 30px;
    }

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}

.owl-prev, .owl-next {
    position: absolute;
    pointer-events: all;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 10px 15px;
    border-radius: 50%;
    transition: background-color 0.3s;
}

.owl-prev:hover, .owl-next:hover {
    background-color: rgba(255, 255, 255, 1);
}

.owl-prev {
    left: 10px;
}

.owl-next {
    right: 10px;
}

/* Style for the dots */
.owl-dot {
    background: #ccc; /* Color of the dot */
    width: 10px;
    height: 10px;
    margin: 5px;
    border-radius: 50%;
    display: inline-block;
    margin-top: 20px;
}

/* Active dot style */
.owl-dot.active {
    background: #333; /* Color of the active dot */
}


/* ----------------------------------------------------------------
		 [ End Custom ]
-----------------------------------------------------------------*/




/* ----------------------------------------------------------------
		 [ Start Mobile ]
-----------------------------------------------------------------*/


/* Hide arrows on larger screens */
@media (min-width: 601px) {
    .owl-prev, .owl-next {
        display: none;
    }
}

@media screen and (max-width:386px) {
    
    .navbar {
        width: 360px;
    }
        .container custom-container-style {
        margin-right: 0px;
        width: 360px;
    }

    }

@media screen and (max-width:928px) {
    
    body, html {
        overflow-x: hidden;
         width: 100%;
    }
    
    .comparative-table {
         overflow-x: hidden;

    }
     th, td {
        padding-left: 2px; /* Reduced padding */
        padding-right: 2px;
         overflow-x: hidden; 
         font-size: 15px;
    }

    th {
        font-size: 23px; /* Reduced font size */
        padding-left: 5px; /* Reduced padding */
        padding-right: 5px;
    }

    .arrow {
        width: 54px; /* Reduced arrow size */
        height: 14px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .indexform {
        display: none;
        width: 450px; /* Set the width to 450px for screens larger than 768px */
        
    }
    .small-navbar {
        display: none;
    }
    .navbar {
        width: 100%;
        margin-top: -21px;
        display: inline-block;
    }
    .navbar-container {
        width: 100%; /* Display items horizontally */
        display: inline-block;
    }
    
    .index-desc {
        margin-top: 0px; 
        margin-left: 0px;
    }
    
    
    .about .info h2 {
        text-align: left;
        padding-left: 12px;

    }
    
    .about .info {
        margin-top: -150px;
    }
    
    .services2 {
        width: 360px;
        margin-bottom: 25px;
        font-family: 'Poppins', sans-serif;
        padding-top: 0px;
        padding-bottom: 50px;
        text-align: left;
        margin-top: -70px;
    }
    
    .feature-image {
        width: 85px;
    }
    
    .services2 .title-section {
        margin-top: 50px;
    }
    
    .contact-buttons .buten {
        margin-bottom: 25px;
    }
    .logo {
        margin-left: 0px;
    }
    
   
    .questionnaire {
        margin-left: -20px;
        margin-top: 7px;
        width: 198%;
    }
    .index-img {
        display: none;
    }
    
    .container custom-container-style {
        margin-right: 0px;
        width: 360px;
    }
    
    .logo {
        width: 72%;
    }
    
    .navbar-toggler {
    display: inline-block;
    width: auto;
    }
    
    .title-section {
        word-wrap: break-word;
    span {
            display: block;
    color: #f26622;
    font-weight: 700;
    font-size: 20px;
    text-transform: none;
    line-height: 18px;
    margin-left: -13px;
        }

    .main {
    color: #3d3d3d;
    font-size: 30px;
    line-height: normal;
    font-weight: 600;
    text-align: left;
    text-transform: none;
    margin: 0px;
    padding: 0px;
    margin-left: -13px;
        }
    }
    
    .denied {
        font-size: 25px;
        white-space: nowrap;
    }
    
    .deniedsub {
        font-size: 13px;
    }
    
    .findout {
        font-size: 13px;
    }
    
    .form-group {
        text-align: center;
        justify-content: center;
        align-content: center;
    }
    
    .form-group label {
        text-align: center;
        justify-content: center;
        align-content: center;
    }
    
    .blogs section-padding {
        margin-top: 25px;
    }

    #getstarted .o-hidden.mw-800 {
        margin-top: 0px;
        margin-left: 0px;
        overflow: visible;
    }
    
    .faq-accordion {
        margin-bottom: -80px;
    }
    
    .container.custom-container-style .logo {
        margin-top: 35px;
    }
    
    .navbar .icon-bar {
        margin-top: 18px;
    }
    
    .faq-question {
        padding: 14px;
    }
    .mobile-only-form {
        display: block;
        margin-top: -50px;
        margin-bottom: 25px;
    }
    
    .thankyou-info h5 {
        color: #3d3d3d;
        font-size: 25px;
        white-space: normal;
        font-weight: 700;
    }

    .modal-open .modal {
        width: 243px;
        overflow: initial;
    }
    
    .modal {
        overflow: initial;
    }
    
    .form-control2 {
        width: 235px;
    }
    
     #my-video {
        width: 100%;
        height: auto;
    }
    
    .index-img2 {
    margin-bottom: 135px; 
    margin-top: 95px;
        width: 395px;
        padding: 10px;
    }
    
    .index-img2 .img {
        width: 95%;
    }
    
    .index-img2 .p {
        font-size: 18px;
        width: 330px;
        padding: 10px;
    }
    

}
.indexchart {
    width: 100%;
    max-width: 1500px; /* Ensures it doesn't exceed 1500px on larger screens */
}

/* Media query for tablets and smaller screens */
@media (max-width: 768px) {
    .indexchart {
        width: 90%; /* Adjust width to 90% of the screen width */
         max-width: 900px;
        display: none;
    }
}

/* Media query for mobile phones */
@media (max-width: 480px) {
    .indexchart {
        width: 100%; /* Adjust width to 100% of the screen width for smaller devices */
         max-width: 900px;
        display: none;
    }
}

.indexchartmob {
    width: 100%;
    max-width: 1500px; /* Ensures it doesn't exceed 1500px on larger screens */
    display: none;
}

/* Media query for tablets and smaller screens */
@media (max-width: 768px) {
    .indexchartmob {
        width: 95%; /* Adjust width to 90% of the screen width */
        display: block;
        margin-left: 10px;
        
    }
}

/* Media query for mobile phones */
@media (max-width: 480px) {
    .indexchartmob {
        width: 95%; /* Adjust width to 100% of the screen width for smaller devices */
        display: block;
        margin-left: 10px;
       
    }
}


/* Modern Why Partner Section Styling */
.why-partner-section {
  padding: 100px 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.feature-image-container {
  position: relative;
  margin-bottom: 40px;
}

.feature-image {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  position: relative;
  z-index: 2;
  transition: all 0.5s ease;
}

.image-accent {
  position: absolute;
  width: 60%;
  height: 70%;
  bottom: -30px;
  left: -30px;
  background: linear-gradient(135deg, #f26622, #ff8956);
  border-radius: 12px;
  z-index: 1;
}

.partner-content {
  padding-left: 20px;
}

.section-tagline {
  font-size: 16px;
  font-weight: 600;
  color: #f26622;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}

.section-title span {
  color: #f26622;
}

.section-intro {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 30px;
}

.benefits-list {
  margin-bottom: 40px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.check-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f26622, #ff8956);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.check-icon i {
  color: white;
  font-size: 12px;
}

.benefit-text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}

.benefit-text p {
  font-size: 15px;
  color: #666;
  margin: 0;
}

.investment-highlights {
  background-color: #f8f9fa;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.highlight-header {
  text-align: center;
  margin-bottom: 25px;
}

.highlight-header h3 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

.highlight-header p {
  font-size: 16px;
  color: #666;
  margin: 0;
}

.highlights-row {
  display: flex;
  justify-content: space-between;
}

.highlight-item {
  flex: 1;
  text-align: center;
  padding: 0 10px;
}

.highlight-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.highlight-icon img {
  width: 40px;
  height: auto;
}

.highlight-item h4 {
  font-size: 14px;
  font-weight: 700;
  color: #f26622;
  margin-bottom: 5px;
}

.highlight-item p {
  font-size: 13px;
  color: #666;
  margin: 0;
}

@media (max-width: 991px) {
  .why-partner-section {
    padding: 70px 0;
  }
  
  .feature-image-container {
    max-width: 500px;
    margin: 0 auto 50px;
  }
  
  .partner-content {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .highlights-row {
    flex-direction: column;
  }
  
  .highlight-item {
    margin-bottom: 30px;
  }
  
  .highlight-item:last-child {
    margin-bottom: 0;
  }
  
  .section-title {
    font-size: 30px;
  }
}

       .investment-hero {
            background: #f26522;
            background-size: cover;
            background-position: center;
            padding: 100px 0;
            margin-top: -9px;
            color: #fff;
            text-align: center;
        }
        
        .investment-hero h1 {
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 20px;
        }
        
        .investment-hero p {
            font-size: 18px;
            max-width: 800px;
            margin: 0 auto 30px;
        }
        
        .investment-card {
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            padding: 40px;
            margin-top: -50px;
            position: relative;
            z-index: 2;
        }
        
        .investment-overview {
            padding: 60px 0;
            background-color: #f8f8f8;
        }
        
        .investment-total {
            background: linear-gradient(135deg, #f26522, #ff8c42);
            color: white;
            border-radius: 15px;
            padding: 30px;
            text-align: center;
            margin-bottom: 30px;
            position: relative;
            overflow: hidden;
        }
        
        .investment-total h2 {
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 10px;
        }
        
        .investment-total p {
            font-size: 18px;
            margin: 0;
        }
        
        .investment-breakdown {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-bottom: 30px;
        }
        
        .breakdown-item {
            flex: 1;
            min-width: 250px;
            background-color: #fff;
            border-radius: 10px;
            padding: 25px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: transform 0.3s ease;
        }
        
        .breakdown-item:hover {
            transform: translateY(-5px);
        }
        
        .breakdown-item h3 {
            color: #f26522;
            font-size: 24px;
}

/* Modern Why Partner Section Styling */
.why-partner-section {
  padding: 100px 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.feature-image-container {
  position: relative;
  margin-bottom: 40px;
}

.feature-image {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  position: relative;
  z-index: 2;
  transition: all 0.5s ease;
}

.image-accent {
  position: absolute;
  width: 60%;
  height: 70%;
  bottom: -30px;
  left: -30px;
  background: linear-gradient(135deg, #f26622, #ff8956);
  border-radius: 12px;
  z-index: 1;
}

.partner-content {
  padding-left: 20px;
}

.section-tagline {
  font-size: 16px;
  font-weight: 600;
  color: #f26622;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}

.section-title span {
  color: #f26622;
}

.section-intro {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 30px;
}

.benefits-list {
  margin-bottom: 40px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.check-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f26622, #ff8956);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.check-icon i {
  color: white;
  font-size: 12px;
}

.benefit-text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}

.benefit-text p {
  font-size: 15px;
  color: #666;
  margin: 0;
}

.investment-highlights {
  background-color: #f8f9fa;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.highlight-header {
  text-align: center;
  margin-bottom: 25px;
}

.highlight-header h3 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

.highlight-header p {
  font-size: 16px;
  color: #666;
  margin: 0;
}

.highlights-row {
  display: flex;
  justify-content: space-between;
}

.highlight-item {
  flex: 1;
  text-align: center;
  padding: 0 10px;
}

.highlight-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.highlight-icon img {
  width: 40px;
  height: auto;
}

.highlight-item h4 {
  font-size: 14px;
  font-weight: 700;
  color: #f26622;
  margin-bottom: 5px;
}

.highlight-item p {
  font-size: 13px;
  color: #666;
  margin: 0;
}

@media (max-width: 991px) {
  .why-partner-section {
    padding: 70px 0;
  }
  
  .feature-image-container {
    max-width: 500px;
    margin: 0 auto 50px;
  }
  
  .partner-content {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .highlights-row {
    flex-direction: column;
  }
  
  .highlight-item {
    margin-bottom: 30px;
  }
  
  .highlight-item:last-child {
    margin-bottom: 0;
  }
  
  .section-title {
    font-size: 30px;
  }
}


        
        .includes-section {
            padding: 70px 0;
            background-color: #fff;
        }
        
        .includes-title {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .includes-title h2 {
            font-size: 32px;
            color: #333;
            margin-bottom: 15px;
        }
        
        .includes-title p {
            font-size: 16px;
            color: #666;
            max-width: 700px;
            margin: 0 auto;
        }
        
        .includes-grid {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 30px;
        }
        
        .includes-item {
            background-color: #f8f8f8;
            border-radius: 10px;
            padding: 30px;
            transition: all 0.3s ease;
            border-bottom: 3px solid transparent;
        }
        
        .includes-item:hover {
            border-bottom: 3px solid #f26522;
            box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        }
        
        .includes-item .icon {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            background-color: rgba(242, 101, 34, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            color: #f26522;
            font-size: 24px;
        }
        
        .includes-item h3 {
            font-size: 18px;
            margin-bottom: 10px;
            color: #333;
        }
        
        .includes-item p {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
        }
        
      
        .comparison-section {
            padding: 70px 0;
            background-color: #fff;
        }
        
        .comparison-title {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .comparison-title h2 {
            font-size: 32px;
            color: #333;
            margin-bottom: 15px;
        }
        
        .comparison-title p {
            font-size: 16px;
            color: #666;
            max-width: 700px;
            margin: 0 auto;
        }
        
        .comparison-table {
            width: 100%;
            border-collapse: collapse;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        
        .comparison-table th {
            background-color: #f26522;
            color: white;
            text-align: left;
            padding: 15px 20px;
            font-size: 16px;
        }
        
        .comparison-table td {
            padding: 15px 20px;
            border-bottom: 1px solid #eee;
        }
        
        .comparison-table tr:last-child td {
            border-bottom: none;
        }
        
        .comparison-table tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        
        .faq-section {
            padding: 70px 0;
            background-color: #f8f8f8;
        }
        
        .faq-title {
            text-align: center;
            margin-bottom: 50px;
        }
        
        .faq-title h2 {
            font-size: 32px;
            color: #333;
            margin-bottom: 15px;
        }
        
        .faq-title p {
            font-size: 16px;
            color: #666;
            max-width: 700px;
            margin: 0 auto;
        }
        
        .faq-item {
            background-color: #fff;
            border-radius: 10px;
            margin-bottom: 15px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
        }

        
        
        .faq-question {
            padding: 20px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-weight: 600;
            color: #333;
            background-color: #fff;
            transition: background-color 0.3s ease;
        }
        
        .faq-question:hover {
            background-color: #f9f9f9;
        }
        
        .faq-question::after {
            content: "+";
            font-size: 20px;
            color: #f26522;
        }
        
        .faq-question.active::after {
            content: "-";
        }
        
        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease;
            padding: 0 20px;
        }
        
        .faq-answer.show {
            max-height: 500px;
            padding: 0 20px 20px;
        }
        
        .cta-section {
            padding: 70px 0;
            background: linear-gradient(135deg, #f26522, #ff8c42);
            text-align: center;
            color: white;
        }
        
        .cta-section h2 {
            font-size: 32px;
            margin-bottom: 20px;
        }
        
        .cta-section p {
            font-size: 18px;
            max-width: 700px;
            margin: 0 auto 30px;
        }
        
        .cta-button {
            display: inline-block;
            background-color: white;
            color: #f26522;
            font-weight: 600;
            padding: 15px 30px;
            border-radius: 50px;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .cta-button:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.15);
        }
        
        @media screen and (max-width: 768px) {
            .investment-hero h1 {
                font-size: 32px;
            }
            
            .investment-card {
                padding: 20px;
            }
            
            .investment-total h2 {
                font-size: 36px;
            }
            
            .includes-grid {
                grid-template-columns: 1fr;
            }
            
            .comparison-table {
                display: block;
                overflow-x: auto;
            }
        }

/* Call Center Page Specific Styles */

/* Investment Card Section */
.investment-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    padding: 40px;
    margin-top: -50px;
    position: relative;
    z-index: 2;
}

.investment-total {
    background: linear-gradient(135deg, #f26522, #ff8c42);
    color: white;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.investment-total h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.investment-total p {
    font-size: 16px;
    margin: 0;
    color: #fff;
}

.investment-breakdown {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

.breakdown-item {
    flex: 1;
    min-width: 250px;
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}

.breakdown-item:hover {
    transform: translateY(-5px);
}

.breakdown-item h3 {
    color: #f26522;
    font-size: 22px;
    margin-bottom: 10px;
}

/* Stats Section */
.services.items {
    background-color: #fff;
    border-radius: 8px;
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.services.items:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.services.items h3 {
    font-size: 42px;
    color: #f26522;
    margin-bottom: 15px;
}

.services.items h5 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

.services.items p {
    color: #666;
    font-size: 14px;
}

/* Features Section */
.includes-section {
    padding: 70px 0;
    background-color: #fff;
}

.includes-title {
    text-align: center;
    margin-bottom: 50px;
}

.includes-title h2 {
    font-size: 32px;
    color: #333;
    margin-bottom: 15px;
}

.includes-title p {
    font-size: 16px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

.includes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.includes-item {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 30px;
    transition: all 0.3s ease;
    border-bottom: 3px solid transparent;
}

.includes-item:hover {
    border-bottom: 3px solid #f26522;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.includes-item .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(242, 101, 34, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #f26522;
    font-size: 24px;
}

.includes-item h3 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
}

.includes-item p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* Comparison Section */
.comparison-section {
    padding: 70px 0;
    background-color: #fff;
}

.mobile-friendly-table {
    margin-top: 40px;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.comparison-table th {
    background-color: #f26522;
    color: white;
    text-align: left;
    padding: 15px 20px;
    font-size: 16px;
}

.comparison-table td {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
}

.comparison-table tr:last-child td {
    border-bottom: none;
}

.comparison-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Mobile Cards for Comparison */
.comparison-card {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.comparison-card h4 {
    background-color: #f26522;
    color: white;
    margin: 0;
    padding: 12px 15px;
    font-size: 16px;
}

.card-comparison {
    display: flex;
    flex-direction: row;
}

.card-column {
    flex: 1;
    padding: 12px;
    border-right: 1px solid #eee;
}

.card-column:last-child {
    border-right: none;
}

.card-column h5 {
    margin: 0 0 8px 0;
    font-size: 14px;
    color: #666;
}

.card-column p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}

.highlight {
    background-color: #f9f9f9;
}

/* Business Impact Section */
.revenue-table {
    width: 100%;
    border-collapse: collapse;
}

.revenue-table th {
    background-color: #f26522;
    color: white;
    padding: 15px;
    text-align: center;
    font-weight: 600;
}

.revenue-table td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-weight: 500;
}

.revenue-table td:first-child {
    font-weight: 700;
}

.revenue-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Mobile Revenue Cards */
.revenue-card {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.revenue-amount {
    background-color: #f26522;
    color: white;
    padding: 15px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.revenue-details {
    padding: 15px;
}

.revenue-detail {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

.revenue-detail:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.detail-label {
    font-weight: 600;
    color: #666;
}

.detail-value {
    font-weight: 700;
    color: #333;
}

/* FAQ Section */
.faq-section {
    padding: 70px 0;
    background-color: #f8f8f8;
}

.faq-accordion {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.faq-question {
    padding: 15px 20px;
    cursor: pointer;
    font-weight: 600;
    position: relative;
}

.faq-question i {
    margin-right: 10px;
    color: #f26522;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 20px;
}

.faq-answer.show {
    max-height: 500px;
    padding: 0 20px 20px;
}

/* CTA Section */
.cta-section {
    padding: 70px 0;
    background: linear-gradient(135deg, #f26522, #ff8c42);
    text-align: center;
    color: white;
}

.cta-section h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: white;
}

.cta-section p {
    font-size: 18px;
    max-width: 700px;
    margin: 0 auto 30px;
}

.cta-button {
    display: inline-block;
    background-color: white;
    color: #f26522;
    font-weight: 600;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
}

/* Desktop/Mobile visibility */
.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

/* Responsive Media Queries */
@media screen and (max-width: 991px) {
    .investment-card {
        padding: 25px;
    }
    
    .investment-total h3 {
        font-size: 28px;
    }
    
    .includes-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .desktop-only {
        display: none;
    }
    
    .mobile-only {
        display: block;
    }
    
    .investment-breakdown {
        flex-direction: column;
    }
    
    .breakdown-item {
        min-width: 100%;
    }
    
    .includes-grid {
        grid-template-columns: 1fr;
    }
    
    .investment-total h3 {
        font-size: 24px;
    }
    
    .investment-total p {
        font-size: 14px;
    }
    
    .section-head h4 {
        font-size: 26px;
    }
    
    .section-head p {
        width: 90%;
    }
}

@media screen and (max-width: 480px) {
    .investment-card {
        padding: 15px;
        margin-top: -30px;
    }
    
    .includes-item {
        padding: 20px;
    }
    
    .includes-item .icon {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    
    .cta-section h3 {
        font-size: 26px;
    }
    
    .cta-section p {
        font-size: 16px;
    }
    
    .cta-button {
        padding: 12px 25px;
    }
}


/* Modern Why Partner Section Styling */
.why-partner-section {
  padding: 100px 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}

.feature-image-container {
  position: relative;
  margin-bottom: 40px;
}

.feature-image {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  position: relative;
  z-index: 2;
  transition: all 0.5s ease;
}

.image-accent {
  position: absolute;
  width: 60%;
  height: 70%;
  bottom: -30px;
  left: -30px;
  background: linear-gradient(135deg, #f26622, #ff8956);
  border-radius: 12px;
  z-index: 1;
}

.partner-content {
  padding-left: 20px;
}

.section-tagline {
  font-size: 16px;
  font-weight: 600;
  color: #f26622;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}

.section-title span {
  color: #f26622;
}

.section-intro {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 30px;
}

.benefits-list {
  margin-bottom: 40px;
}

.benefit-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.check-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f26622, #ff8956);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.check-icon i {
  color: white;
  font-size: 12px;
}

.benefit-text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #333;
}

.benefit-text p {
  font-size: 15px;
  color: #666;
  margin: 0;
}

.investment-highlights {
  background-color: #f8f9fa;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.highlight-header {
  text-align: center;
  margin-bottom: 25px;
}

.highlight-header h3 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
}

.highlight-header p {
  font-size: 16px;
  color: #666;
  margin: 0;
}

.highlights-row {
  display: flex;
  justify-content: space-between;
}

.highlight-item {
  flex: 1;
  text-align: center;
  padding: 0 10px;
}

.highlight-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.highlight-icon img {
  width: 40px;
  height: auto;
}

.highlight-item h4 {
  font-size: 14px;
  font-weight: 700;
  color: #f26622;
  margin-bottom: 5px;
}

.highlight-item p {
  font-size: 13px;
  color: #666;
  margin: 0;
}

@media (max-width: 991px) {
  .why-partner-section {
    padding: 70px 0;
  }
  
  .feature-image-container {
    max-width: 500px;
    margin: 0 auto 50px;
  }
  
  .partner-content {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .highlights-row {
    flex-direction: column;
  }
  
  .highlight-item {
    margin-bottom: 30px;
  }
  
  .highlight-item:last-child {
    margin-bottom: 0;
  }
  
  .section-title {
    font-size: 30px;
  }
}

