.elementor-kit-13{--e-global-color-primary:#122749;--e-global-color-secondary:#F2F2F2;--e-global-color-text:#000000;--e-global-color-accent:#B4975D;--e-global-color-577b3e0:#000000;--e-global-color-d549998:#FFFFFF;--e-global-color-aa82962:#F9F8F7;--e-global-color-8815e06:#F3EEE8;--e-global-color-d05209f:#00053C;--e-global-color-5ea2965:#7A7A7A;--e-global-typography-primary-font-family:"ivyora-display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"ivyora-display";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"itc-avant-garde-gothic-pro";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"itc-avant-garde-gothic-pro";--e-global-typography-accent-font-size:15px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.6em;--e-global-typography-f580b52-font-size:48px;--e-global-typography-f580b52-font-weight:500;--e-global-typography-f580b52-line-height:1.15em;--e-global-typography-53bd04c-font-size:36px;--e-global-typography-53bd04c-font-weight:500;--e-global-typography-53bd04c-line-height:1.05em;--e-global-typography-f0d182b-font-size:24px;--e-global-typography-f0d182b-font-weight:500;--e-global-typography-f0d182b-line-height:1.4em;--e-global-typography-6f97f9c-font-family:"ivyora-display";--e-global-typography-6f97f9c-font-size:100px;--e-global-typography-6f97f9c-font-weight:500;--e-global-typography-6f97f9c-line-height:0.9em;font-family:"itc-avant-garde-gothic-pro", Sans-serif;font-weight:300;line-height:1.6em;}.elementor-kit-13 a{color:var( --e-global-color-accent );}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{font-size:11px;letter-spacing:1px;color:var( --e-global-color-d549998 );background-color:var( --e-global-color-accent );border-radius:45px 45px 45px 45px;padding:1em 4em 0.8em 4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.svg-container {
    position: relative;
    width: 1042px; /* Adjust based on your SVG size */
    height: 1000px; /* Adjust based on your SVG size */
}

.rotating-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: /* Your background style */;
    border-radius: 50%; /* Makes it a circle if needed */
    z-index: -1; /* Places it behind the SVG */
    animation: rotate 10s linear infinite;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.svg-container svg {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}/* End custom CSS */